On Nov 29, 2007, at 12:41 AM, Mani_N wrote:


And some more doubts related with appfuse that I have are:

1. While generating the project, Is there a way we can customize the layout
of screens to our desired model? If not, Is modifying the genrated web
realted files by hand is the only way?

http://appfuse.org/display/APF/AppFuse+Maven +Plugin#AppFuseMavenPlugin-customization


2. When we do appfue:full-source won't that create specific classes
PersonDao, PersonDaoImpl, PersonManager and PersonManagerImpl source files like PersonController etc...... Do we need to create this only through hand,
suppose if we need to expose the PersonManager as service.

Running "full-source" will import AppFuse's source code so you have a "full-source" project instead of an embedded one (where AppFuse WARs are overlayed on yours).

You'll want to use "appfuse:gen" to generate CRUD for POJOs.


3. Where do we need to place the fremarker template files and how do we need
to refer them while running appfuse:gen?

See #1. We're working on a fix for this where you can override templates by putting them in your project - I haven't had time to test out the solution someone sent to the dev list. Feel free to search the dev list archives and respond to the thread there.

Matt

--
View this message in context: http://www.nabble.com/Appfuse-code- generation-doubts-tf4895561s2369.html#a14020711
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to