When you work with Dojo in a portal that is already in production mode, one of the first question you want to answer yourself is: what is the version of
When you work with Dojo in a portal that is already in production mode, one of the first question you want to answer yourself is: what is the version of
A really brief intro Hibernate is one of the most incredible Object Relational Mapper (ORM engine) that we have to make scalable and secure Java Enterprise Applications. Today, I going
Any Java Enterprise Application that manipulates responses will need to return status codes depending on the execution of the code. So, here is one of the easiest ways to return
Hello friend, today I am going to show you how to user a String[] array as an input parameter of a request. This is useful when you want to receive a
The problem Sometimes, you are creating pieces of software with many tags in HTML, JavaScript or any other front-end language that IBM Rational® Software Architect doesn’t recognize, for example today I
So, do you need to compile your Java code using the command line? Don’t worry, just follow type command and it will be very easy! [crayon-60779a700ffe2706290334/] -d: destination directory. In
This is only a single post about how to create a JAR file using command line easily. Previously, you need to compile your Java files, if you want to read
This is only a little piece of code to print all the IDs and values of a javax.naming.directory.Attributes. If you want to know more about this interface, please see official
Today, I would like to show you an example of a custom query to an LDAP, this query obtains a multi-valued LDAP attribute. Situation Imagine you need to know the
Today, I would like to share an easy way to parse a JSON string into a List of Java objects in a few lines of code. Imagine the situation where