ITIM API classes
This is the link for ITIM API classes version 5.1. http://www.imrantariq.com/itim-api
View ArticleConvert .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 ArticleCreate 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 ArticleSpring 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 ArticleBest 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 ArticleAdd 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 ArticleFacebook 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 ArticleTo 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 ArticleWicket: 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