ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
Developing web applications with the Trails framework
HAPPY TRAILS
Author(s): ROMAN WARTALA
Create Java applications in a fraction of the development time with the free and powerful Trails framework.
It must have been sometime early in the summer of 2005 when Jim Weirich showed his friend Chris Nelson the Ruby on Rails [1] video at a meeting of the Cincinnati Java User Group. Chris was impressed by the simple and quick approach to developing web applications and decided to introduce the same approach to his favorite programing language, Java. A few months later, Chris came up with the goods, introducing the first version of Trails [2], an elegant web framework for Java. The purpose of the Trails project is to “…make Java enterprise development radically simpler by allowing developers to focus on the domain model” while other portions of the code are dynamically generated [1]. Trails minimizes the quantity of original coding and automatically generates as much of the code as possible. The name Trails is derived from Rails and adds a T for Tapestry [3]. Tapestry is an open source framework for building web applications in Java. Trails also relies on concepts and components from other trusted frameworks, such as Apache Ant, AspectJ [4], Spring [5], and the object relational mapper Hibernate.
Comments