Quantcast
Channel: Categorized – Imran Tariq's Blog
Browsing latest articles
Browse All 9 View Live

Image may be NSFW.
Clik here to view.

ITIM API classes

This is the link for ITIM API classes version 5.1. http://www.imrantariq.com/itim-api

View Article


Image may be NSFW.
Clik here to view.

Convert .jar file to JAVA DOC

I have created a JAVADOC from a jar file that is not created by you i.e you don’t have its source code. Its simple but tricky. 1 : Get source code from .jar file by using java decompiler. I use JD-GUI...

View Article


Image may be NSFW.
Clik here to view.

Create a keystore (*.jks) for SAML in order to make it signed.

Use openssl toolkit to create a certificate.pem certificate and key.pem key. Convert both these to certificate.der and key.der in order to add in keystore(*.jks). Import these to the keystore using a...

View Article

Image may be NSFW.
Clik here to view.

Spring LDAP configuration tutorial

Spring LDAP is an open source Java library designed to simplify LDAP programming on the Java platform. Just as the Spring Framework takes much of the low-level programming out of Java enterprise...

View Article

Image may be NSFW.
Clik here to view.

Best Comparing software

For me following are best software for comparing data. Notepad++ Compare text, code in two files. Press ALT + d. Beyond compare This can compare files, folders, zip files and many things. One thing I...

View Article


Image may be NSFW.
Clik here to view.

Add DB2 driver in JBoss

Step 1: Create module under modules directory like modules\system\layers\base\com\ibm\db2\main and add db2jcc4.jar and db2jcc_license_cu.jar jars in that module. Remember you have to place db2jcc4.jar...

View Article

Facebook OAUTH

Java OAUTH for FaceBook Step 1) Register an “app” on Facebook (cf. https://developers.facebook.com/ ). You give Facebook a name for the app and a url. The url you register is the url to the page (jsp...

View Article

To disable Dashboard window on STS startup and stop RSS feeds

From the menu select Window / Preferences. Look under Spring / Dashboard. Uncheck ‘Show Dashboard on Startup’ To stop RSS feeds remove RSS URL fom there too. (On newer versions of the spring plugin, it...

View Article


Wicket: How to write a reusable modal window popup

Wicket is a Java framework for creating web frontends. It allows you to create a webpage in Java, combining all kinds of components into one page. In many projects, a subset of user interface elements...

View Article

Browsing latest articles
Browse All 9 View Live