We're always looking for ways to improve appfuse, so we appreciate your suggestions. Comments below.
On 9/19/07, ChengJiaguo <[EMAIL PROTECTED]> wrote: > 1. It is hard to write DAOs when i need custom functionality. > after appfuse:gen if i want to add my custom function. i need to do a > lot of work (create XXXdao,, create XXXManager.java > ,XXXManagerImpl.java......) i guess it can be done by appfuse:gen.. > > What are you suggesting we change? If you use "appfuse:gen -DgenericCore=false", you will get classes (and tests) that have CRUD capabilities and you can easily add methods to. I agree that we need to add finder support and we hope to do that in the near future. > > 2. It is hard to use The .htm extendtion name > > it will cause a lot problem such as dojo.. FckEditor ...is there a easy > way to change the extendtion name like appfuse:changeName.. > Have you tried find/replace in *.xml for .html? This should be fairly easy to do - I don't think it's worth writing a plugin for. > > > 3. it is hard to write my custom web pages becourse the > > there only two files( XXXForm.jsp XXXList.jsp) in all CRUD action..it is > simple but it is hard to custom it . You could delete the view pages and write your own pretty easily. The code generation in AppFuse was designed to reduce the amount of boilerplate code you have to write. However, it's not going to write the application for you. If you're an experienced Java web developer, AppFuse should allow you to concentrate on writing the functionality of you application w/o worry about dependencies and such. However, if you're looking for something simpler, I'd encourage you to look at Rails or Grails. Matt > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
