Web Application Frameworks Main

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Tutorials
  

Articles:
  • Reshaping IT Project Delivery Through Extreme Prototyping by Satya Komatineni   - [Clicks: 15]
    Satya Komatineni explores the idea of Extreme Prototyping--the staged, ongoing development of a prototype that emerges into a final product. He shows how it can eliminate common design and project management errors.
    http://www.onjava.com/pub/a/onjava/2006/11/15/reshaping-it-project-delivery-through-extreme-prototyping.html - Nov, 2006
  • Stripes Takes Struts to the Next Level by Benoy Jose   - [Clicks: 212]
    Struts has done a good job all these years, but it may be time for a new framework's day in the sun. Learn about some of Stripes' features and how developing a Stripes application is a step up from Struts.
    http://javaboutique.internet.com/reviews/stripes/ - Sep, 2006
  • Configureless J2EE development with Stripes, Apache Derby, and Eclipse by B.J. Allmon   - [Clicks: 176]
    In the search for more portable and lightweight enterprise solutions, Java 2 Platform, Enterprise Edition (J2EE) developers can leverage both Stripes and Apache Derby for rapid, lightweight, J2EE development. Learn how to develop, package, and deploy a simple Stripes application that performs Create, Retrieve, Update, and Delete (CRUD) operations on a Derby database.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-ad-configureless.html - Aug, 2006
  • Seven simple reasons to use AppFuse by Matt Raible   - [Clicks: 33]
    Getting started with open source tools for the Java platform such as Spring, Hibernate, or MySQL can be difficult. Throw in Ant or Maven, a little Ajax with DWR, and a Web framework -- say, JSF -- and you're up to your eyeballs just trying to configure your application. AppFuse removes the pain of integrating open source projects. It also makes testing a first-class citizen, allows you to generate your entire UI from database tables, and supports Web services with XFire. Furthermore, AppFuse's community is healthy and happy -- and one of the few places where users of different Web frameworks actually get along.
    http://www-128.ibm.com/developerworks/java/library/j-appfuse/index.html - Aug, 2006
  • Struts to Stripes -- A Road Worth Traveling by Rick Smith   - [Clicks: 108]
    Porting your existing Struts application to the Stripes Framework can simplify Web development, and the conversion process is easier than you might think.
    http://www.devx.com/Java/Article/31921 - Jul, 2006
  • The Java Framework Landscape by Michael Nash   - [Clicks: 49]
    Review a few frameworks available as open source, and observe some of the techniques and patterns used when choosing frameworks and putting frameworks to use.
    http://www.developer.com/design/article.php/3617156 - Jun, 2006
  • FreeMarker: Separating the Model and Presentation Layers by Benoy Jose   - [Clicks: 32]
    Though MVC was designed to separate the model and the view layers of application, rendering languages like JSP have had difficulty clearly separating these layers. As applications get more complicated, model elements eventually creep into the view layer, creating a maintenance nightmare. Find out how this open source tool outshines the others when it comes to clearing the path between design and development.
    http://javaboutique.internet.com/reviews/freemarker/ - Jun, 2006
  • Compiling Hamlets by Rene Pawlitzek   - [Clicks: 7]
    Rene Pawlitzek continues to advance the Hamlets framework, which extends Java servlets and enforces the separation of content and presentation. In this article, he proposes a new refinement: a method of compiling Hamlet templates that can improve application performance.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/library/wa-hamlets4/ - Jun, 2006
  • Understanding Echo by Mugdha Vairagade   - [Clicks: 25]
    Discover a free Java-based Open Source framework that helps build Web applications that are as good as feature-rich, rich-client applications and are modular and event-driven.
    http://www.developer.com/java/web/article.php/3607781 - May, 2006
  • Separate business flow from actions by Masayuki Otoshi   - [Clicks: 33]
    Thus far, Web application development has focused on encapsulating business logic as services. In this article, Masayuki Otoshi proposes a separation of business flow as well by applying the concept of describing processes in XML-based documents like business-process-management/workflow products, but here he looks at lower granularity in actions. This article also shows how inheritable XML allows developers to express processes effectively based on object-oriented concepts.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-04-2006/jw-0417-sofa.html - Apr, 2006
  • Crossing borders: Continuations, Web development, and Java programming by Bruce Tate   - [Clicks: 14]
    The Crossing borders series looks at how non-Java languages solve major problems and what those solutions mean to Java developers today. This article explores continuations, the technique behind frameworks like Smalltalk's Seaside. Continuation servers make it much easier to build Web applications by offering a stateful programming model without giving up the scalability inherent in statelessness.
    http://www-128.ibm.com/developerworks/java/library/j-cb03216/index.html - Mar, 2006
  • Implementing Hamlets by Rene Pawlitzek   - [Clicks: 10]
    The Hamlet framework was developed to extend Java servlets and enforce the separation of content from presentation. In this article, you'll find an additional way to provide dynamic content as Rene Pawlitzek advances the framework further and refines use of the template engine.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/web/library/wa-hamlets3/ - Feb, 2006

[Top]

Tutorials:
  • Build Web apps with ThinWire and Java code, Part 1: Manage Web app layout by Richard G. Baldwin   - [Clicks: 34]
    With ThinWire, an open source development framework, you can build Web applications that look and feel like desktop applications. In this five-part series of tutorials, you'll learn how to develop rich Web applications using ThinWire and Java programming. In Part 1, you begin the process and learn how to deal with user interface layout issues in ThinWire. You will discover in this tutorial that providing dynamic layout management using the ThinWire framework is a relatively easy thing to do.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/wa-dw-wa-thinwire1.html - Dec, 2006

[Top]