Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Main




JSPWiki v2.2.33

[RSS]


Hide Menu

XDocletStruts


This is version 3. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


XDoclet (currently) only supports generating ActionForms using the the EjbDocletTask. This means that the <strutsform> task must be nexted in an ejbdoclet task. This is easy enough to configure, but when you do not use any EJBs in your project (or j2ee.jar), it can be a pain to include j2ee.jar in your classpath. Why? Because j2ee.jar (for 1.3.1) is over 6 MB!! That's a big .jar file that's required only at build time - especially when you're storing your jars in CVS.

My Solution Trim down the j2ee.jar to only contain those classes in javax.ejb package, then put it in your xdoclet classpath - at 41 KB, it's much more rational to check it into CVS.



Go to top   More info...   Attach file...
This particular version was published on 06-Nov-2006 13:52:39 MST by MattRaible.