RE: Further suggestion please?
"Christian Cryder" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Yeah, we don't have a good sample project structure yet, other than what Jake mentioned. We have one here at ATMReports that works really well for us, but I haven't had time to put it together into something that would be easily digestible. Its on my list of things to do, but as busy as I am these days, I'm not sure when I'm going to get to it... CHristian ---------------------------------------------- Christian Cryder [[email protected]] Internet Architect, ATMReports.com Barracuda - http://barracudamvc.org ---------------------------------------------- "Coffee? I could quit anytime, just not today" -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Jacob Kjome Sent: Monday, March 31, 2003 12:30 PM To: [email protected] Subject: Re: [Barracuda] Further suggestion please? 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