Pages

Thursday, July 23, 2009

Glassfish: Add Cluster Support

Start your domain
Command: asadmin start-domain domain1

You will see message:
Domain does not support application server clusters and other standalone instances.

Goto: http://localhost:4848/

Go to the Application Server tree node, on the right hand side, you will see the 'Add Cluster Support' button. Click on this button

The next page will show you the implication about this action. Click OK

You will see that the profile has been successfully upgraded and server restart is required

Now restart your server.

You will see message:
Domain supports application server clusters and other standalone instances.

Friday, July 10, 2009

JQuery

jQuery is a Open source JavaScript Library.

jQuery is easy to learn.

Fast, Easy to use, Easy-to-use AJAX (I love the $.ajaxSetup() function)
Nice Event handlers
CSS selectors


features:

* HTML element selections
* HTML element manipulation
* CSS manipulation
* HTML event functions
* JavaScript Effects and animations
* HTML DOM traversal and modification
* AJAX
* Utilities

Google
 

Java-Struts