• 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

Stripes and RAD

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the required spec for using Stripes? RAD ( Rational Application Developer ) doesn't need the use of ANT, and bundles the WAR and EARs itself.

Also, is there a specific Java and J2EE versions that are a must to start using Stripes and follow the book?
[ November 19, 2008: Message edited by: M Rama ]
 
author
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by M Rama:
What is the required spec for using Stripes? RAD ( Rational Application Developer ) doesn't need the use of ANT, and bundles the WAR and EARs itself.

Also, is there a specific Java and J2EE versions that are a must to start using Stripes and follow the book?



Stripes requires JDK 1.5, Servlet 2.4, and JSP 2.0. That's all that is required. The code bundle for the book includes all the required dependencies for the code to work.

The rest is up to you, whether to use Ant, Eclipse, NetBeans, IntelliJ, etc. in your development environment.
 
reply
    Bookmark Topic Watch Topic
  • New Topic