Jetspeed 2 has inbuilt feature of statics, statics engine track all the portlet, pages and users. All this information stored in database. so can be access and used any time. statics engine keep track of Number of time served Max time taken in executing page/portlet Avg time taken in executing page/portlet Min time taken in [...]

In Jetspeed 2 portal registered users can retrieve there password using via email. In lot of instance portal administrator doesn’t configure mail server properly, Which causes this problem. Portal Administrator should fill following configuration in administration.xm under (WEB-INF/assembly/) to enable mail sending from jetspeed 2

Lot of times your eclipse get crashed while working, because of out of memory. I would suggest to increase your memory in-case your project is huge and keep on crashing. You can increase vm size of eclipse by changing eclipse.ini. There are memory argument for vm “-vmargs -Xms40m -Xmx256m” Even on increasing the memory, eclipse [...]

Jetspeed 2 gives you an user-friendly interface to import or export psml/link/folder from portal. Its doesn’t matter that you are using db or file system to store your pages. This feature is available in portal site manager. For importing or exporting, you just need to select the node from tree structure and export or import [...]

Apache jetspeed 2, first released happen 16 Mar 2006. Since that time Jetspeed 2 is leading java portals. lot of big portals are based on jetspeed container. Jetspeed-2 is using pluto, as jsr1-168 implementation. There is no doubt to say jetspeed 2 is one of the best java based portal server avaible right now. There [...]

In mysql user need permission based on IP to connect mysql server. In default installation of mysql it doesn’t permit root to connect from remote machine Using the following command, we set permission for connecting server from remote machines shell> mysql –user=root mysql mysql>GRANT ALL PRIVILEGES ON *.* TO monty@localhost IDENTIFIED BY ‘some_pass’ WITH GRANT [...]

Spring LDAP 1.3.0.RELEASE This is a major release, containing more than 50 fixes compared to the 1.2.1 version; modifications varying in importance from internal modifications and minor fixes to important bug fixes and and significant functionality additions. Most importantly we now provide a means to perform simple LDAP authentication directly in LdapTemplate. Other useful improvements [...]

Java Tools

Java that changed world of open source technology. I always love to work Java, but right tools for Java was always an problem, with lot of tool available in market it always confused the developers. Following are the tools that i use to Java development. Java 5 Eclipse Notepad++ tomcat 5.5

Since computer programming language is there, Developer are talking about standard conventions. All-though there recommended conventions are given by all Authors, but in practically it solely depends on Company. Lot of conventions are only talk about readable code. Conventions normally covers file Name, file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices [...]