Do I have to update all the associated files manually or is there a way to do automatically, eg right-click on the Login ActionMapping and select add-property perhaps ?
Good question, right now you have to do it manually. We are looking at supporting an “edit” mode for the wizards in the future, but I don’t know how far we will support it (i.e. it may just edit the struts-config.xml file, not necessarily refactor the Java classes that are defined)
Also, cam I just implement my own classes for the business and database layers automatically or do I have to stick with using the struts stuff no that I’ve started….? I hope this questions make sense
I don’t know if this is a MyEclipse question or general Struts question. Either way, you can use whatever you want for any part of your app. For example, in my App I’ve used Hibernate for the persistence layer (all DB stuff). I also write my own Forms and Actions and just create the mappings manually in the struts-config, you aren’t forced to use the wizards if you don’t like them.