The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic J2EE and user simongbrown

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


J2EE

Like Struts, WebWork is a framework that is fairly established within the J2EE webapp space although it's interesting that I've only ever come across two types of WebWork users - those that have never heard of it and those that love it.
on Mar 24, 2006 | Permalink | Discuss
Guillermo Castro has posted a Wicket implementation of the webapp comparison that I started a while ago. It's an interesting read and the contrast with most page/request based webapp frameworks is amazing.
on Mar 9, 2006 | Permalink | Discuss
Struts is the grandaddy of Java webapp frameworks so it's fitting that we start our tour here. I think it's probably safe to say that Struts was the first model 2 (web MVC) framework to gain widespread adoption in the Java arena and to this day it's still used by many people.
on Jan 26, 2006 | Permalink | Discuss
For completeness, I wanted to show how the JSP pages from the JSTL version could be written using the JSP XML syntax.
on Jan 12, 2006 | Permalink | Discuss
It's been a while since the last blog entry, but let's continue our look at the webapp frameworks with another model 1 implementation, this time using the JavaServer Pages Standard Tag Library (JSTL).
on Jan 10, 2006 | Permalink | Discuss
Before we dive into the frameworks, I want to drop back to basics to give some context behind why the frameworks exist and what benefits they provide. For this reason, let's look at a naive model 1 implementation of the sample application. If you're already familiar with the whole model 1 vs. model 2 thing, you might want to skip reading this particular entry.
on Nov 23, 2005 | Permalink | Discuss
Before we kick off our look at webapp frameworks, let's establish the domain model we're working with.
on Nov 9, 2005 | Permalink | Discuss
So, to compare webapp frameworks we need an example web application.
on Nov 4, 2005 | Permalink | Discuss
"Imho this is a complete waste of time and it will be another biased comparison without any real use whatshowever." So, why am I doing this?
on Nov 3, 2005 | Permalink | Discuss
Struts, WebWork, Stripes, Spring MVC, Wicket, Tapestry, JSF, etc, or even rolling your own. With so many J2EE web application frameworks to choose from, how do you decide which one to use?
on Nov 2, 2005 | Permalink | Discuss
In "Got Servlets?", Greg is asking what we'd like to see in the next major revision of the Java Servlets specification. In no particular order, here are my initial thoughts.
on Jul 14, 2005 | Permalink | Discuss
It's still relatively early days for J2EE 1.4 in the real world, but where are all the implementations?
on Nov 2, 2004 | Permalink | Discuss
The Servlet 2.3 specification is implemented inconsistently between vendors, so what do you do?
on Nov 27, 2003 | Permalink | Discuss
I've just upgraded my Mac OS X installation from Jaguar to Panther and was surprised to see some open source Java tools included in the distribution.
on Oct 28, 2003 | Permalink | Discuss
It's common that you'll find somebody using XDoclet to help build their EJBs, but how often do you find people using it to help with the J2EE web tier?
on Oct 16, 2003 | Permalink | Discuss
Integrate Tomcat and Apache on Mac OS X without recompiling anything!
on Oct 13, 2003 | Permalink | Discuss
The EJB specification places restrictions on bean providers, and one of these is accessing the filing system. This leads to two questions - why is this and how do we get around it?
on Oct 8, 2003 | Permalink | Discuss
The question is how to test JSP custom tags, and one answer is TagUnit.
on Oct 7, 2003 | Permalink | Discuss
Installing Tomcat 4 as an NT service is an easy task, if you have the right command!
on Sep 26, 2003 | Permalink | Discuss
Professional JSP, 3rd Edition is nearing completion and covers lots of the new JSP 2.0 features that will make building JSP-based web applications much easier.
on Aug 6, 2003 | Permalink | Discuss