Blogs by topic Web Applications and user survivant
| • Accessibility | • Ajax | • Blogging | • Business | • Community |
| • Databases | • Deployment | • Distributed | • Eclipse | • Education |
| • EJB | • Extreme Programming | • Games | • GlassFish | • Grid |
| • GUI | • IDE | • Instant Messaging | • J2EE | • J2ME |
| • J2SE | • Jakarta | • JavaFX | • JavaOne | • Jini |
| • JSP | • JSR | • JXTA | • LDAP | • Linux |
| • Mobility | • NetBeans | • Open Source | • OpenSolaris | • OSGi |
| • P2P | • Patterns | • Performance | • Porting | • Programming |
| • Research | • RMI | • RSS Feeds | • Search | • Security |
| • Servlets | • Struts | • Swing | • Testing | • Tools |
| • Virtual Machine | • Web Applications | • Web Design | • Web Development Tools | • Web Services and XML |
Community

See how easy it is to deploy JSP applications over Grizzly.
Web Applications

You don't need a AppServer or WebServer to deploy your servlet. The Servlet AutoDeployer will deploy your applications on a powerful Asynchronous IO server : GrizzlyWebServer.

This is a better version that allow you to read a web.xml in one line of code and get a Java object that represent the xml. Webapp 2.2 to 3.0 are supported. Using JABX.

I needed to parse a web.xml for a sample for Grizzly and I wanted to find a way to have something that I can reuse later. You don't have to do it by hand. There are tools out there to do it for you.
One of them is XMLBeans from Apache group and more popular is JAXB. For JDK 1.4 ,I used XMLBeans and if you have JDK6 JAXB will reduce the dependencies and will be more smaller....

DisplayTag supports : Sort, Pagination, Export to xls, csv, pdf. I,ll show you how to use it to replace your own made table.



