Re: [appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Matt Raible
If you run full-source on your project, you will erase any AppFuse-specific code so you should be able to do whatever you like to it. If you don't run full-source and use it in embedded mode, you should be able to do the same thing since the versions are locked and won't be updated. So yes, you sh

Re: [appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Rajeev Goel
Sorry for the confusion I created. version 1.0 , 2.0 refer to versions of my project. I am using Appfuse 2.0.1 only. The larger question is - if I jumpstart a project with Appfuse 2.0.1, customize it, it goes to production. Later I need to make modification in my project for next iteration, would

Re: [appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Matt Raible
I don't understand your questions, but I'll try to answer them. Are you asking if AppFuse 2.0 does CRUD generation? If so, yes - and it works much like it did in 1.0. If you run "appfuse:gen" on a Model object twice, it should work. If you run "appfuse:remove", it will remove your CRUD code (and yo

[appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Rajeev Goel
Hi All, I am evaluating appfuse for a struts 2 project. few questions - Appfuse generates CRUD screens for version 1.0 or project. For v 2.0, code would have incremental changes over what is already coded. 1. Would using appfuse create any dependencies which might impede making the next set of c