Re: Further suggestion please?
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
At 12:23 AM 4/1/2003 +0800, you wrote: >My question is - if I decide to work on Barracuda and Tomcat alone, is >there any tool that I can use to generate file structure, build.xml etc. >of the application? > >Thanks once again. > >Damar Hmm... Well, you probably could use Eclipse or some other IDE which probably have features such as "create new webapp" which would create a skeleton web application for you. However, the structure of a webapp is pretty well standardized. The only thing you have to remember is to have a directory with a subdirectory named "WEB-INF" and a "web.xml" file inside that directory. And then, of course, you'll need the appropriate contents for a Barracuda app in your web.xml, but you can gather that from looking at any webapp's web.xml which uses Barracuda. You might want to have a look at a stanalone example application based on Diez' contrib package in Barracuda's CVS. After building the app, look at the contents of the "build" directory. That is the webapp that will be run. ftp://ftp.visi.com/users/hoju/pub Jake