Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

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.
on Sep 10, 2009 | Permalink | Discuss

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.
on Apr 1, 2009 | Permalink | Discuss
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.
on Mar 25, 2009 | Permalink | Discuss
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....
on Dec 19, 2008 | Permalink | Discuss
DisplayTag supports : Sort, Pagination, Export to xls, csv, pdf. I,ll show you how to use it to replace your own made table.
on Dec 17, 2008 | Permalink | Discuss