Results 1 to 2 of 2
Thread: MVC WebApp. Where to start?
- 01-25-2012, 12:10 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 18
- Rep Power
- 0
MVC WebApp. Where to start?
I have been making minimalistic simple web-app's for quite some time now for practice and every time I start to develop a new one I'm a bit uncertain where to start.
What is your opinion about the most efficient method to develop a small MVC web app when you are developing it alone?
Let's say that you have to design an app that has for example a GWT front end Spring for DI, HJibernate for maping and Oracle for back end database and you have to get it ready in one month. Would you first develop the GWT side, then mock services and then backend and database part or you would do it the other way around or youd prefer some third way?
- 01-25-2012, 02:00 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Re: MVC WebApp. Where to start?
Decide what you want it to do.
That is your requirements (and a list of technologies is not requirements).
Then start constructing functional bits. That is something that'll run from front to back as a simple flow (eg a login screen).
And build from there.
You'll end up reworking aspects as you go, but there's no methodology in which that doesn't happen, frankly.
Similar Threads
-
Public folder in JavaEE webapp
By Vash1986 in forum Java ServletReplies: 0Last Post: 11-15-2011, 10:44 PM -
Win 1000$ Now [Java WebApp]
By biz in forum Java SoftwareReplies: 1Last Post: 10-01-2011, 07:17 PM -
My first webapp is not working
By nolsen01 in forum Java ServletReplies: 1Last Post: 06-08-2011, 06:54 PM -
Looking for a variable containing webapp directory
By James Manley in forum JavaServer Faces (JSF)Replies: 2Last Post: 03-23-2011, 12:56 PM -
java classes in webapp which are not servlets
By iwanabeguru in forum New To JavaReplies: 3Last Post: 02-08-2011, 01:45 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks