• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Speed JSP Custom Tag development with XDoclet

 
Author
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Speed J2EE component development with XDoclet
This tutorial shows J2EE developers how to use XDoclet to speed development. XDoclet simplifies continuous integration between components using attribute-oriented programming. It allows you to radically reduce development time by generating deployment descriptors and support code, allowing you to focus on application logic code. Register for this tutorial
XDoclet tutorial
This tutorial consists of three step by step examples using Servlets, Custom Tags, EntityBeans (CMP CMR 2.0) and SessionBeans.
XDoclet tutorial
Prerequisites

This tutorial assumes you have a working knowledge of Java technology and XML. Knowledge of J2EE technology and Ant are helpful but not required to understand the key concepts. Ant is used to build, and deploy the example applications. Links to introductory material on Ant, Java technology, J2EE , XML, and EJB technology are provided in the references section at the end of this tutorial.

System requirements
You will need a current version of the JDK. All the examples in this tutorial use J2SE SDK 1.4.1.
All of the examples use Ant build scripts to build and deploy the Web applications that contain the examples. The examples use Ant 1.5.3.
You will need XDoclet The examples in this tutorial use version XDoclet 1.2 beta 2.
Eclipse or WebSphere Studio Application Developer (WebSphere Studio) is not required, but can be found at the Eclipse Web Site and at WebSphere Studio trial download respectively.
XDoclet tutorial
Related content

Tomcat
Resin EE
Mastering Tomcat on Developing Web Components with Ant
IBM WebSphere Application Server

Tutorial length: Under two hours
Formats: HTML, PDF, Zip
XDoclet tutorial
 
Rick Hightower
Author
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One day... all IDEs will have XDoclet support... watch my words
reply
    Bookmark Topic Watch Topic
  • New Topic