On Oct 5, 2005, at 3:29 PM, Brian Gorby wrote:

Where is a good place to begin here? Should I start at the View and work my way down, or first program the model and ORM service?

Personally, I'd probably start with the model and ORM layer. Once you get that part written (and tested) it basically provides an API to your application. You can then write Struts actions and view components to use your API.

Another approach would be to just write the API to your application and a set of mock objects to implement it. Then your time spent coding actions and views will not be bogged down by debugging database access, etc. Once you get the flow of the app done, you can throw in the details with data access and all that.

Greg


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

Reply via email to