Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

Could you point an entry-level example of MVC site, using some good framework at your choice ?

Hi Experts


Could you point an entry-level example of MVC site, using a good framework at your choice ?

Just one more thing
I installed JavaBeans IDE 8.1

Is it necessary to install Apache and Tomcat to run an example, ok?

Thanks in advance
Avatar of Marco Gasi
Marco Gasi
Flag of Spain image

Hi Eduardo.
Javabeans IDE? You probably mean Netbeans IDE, the ide I use on a daily basis and I can't do without :-)
But what type of MVC you're speaking about? Apache Tomcat is for Java: are you planning to build site in java?
Avatar of Eduardo Fuerte

ASKER

Hi Marco!

Of course, you're right, Netbeans IDE.

I have a perspective on a Java site maintenace,

I had JavaEE courses too much time before and need to remember things. That time we used Struts.
Unfortunately I don't know anything about Java. Sorry.
Ok. Have a nice weekend!
To you too!
Hi Eduardo,

IDE for Java, Netbeans and Eclipse are popular. You can use any of them, just stick to one only. So, Netbeans is fine.

MVC is an architachture. It can be applied in desktop applications as well as web applications too. Webserver (ie. tomcat or resin or any other) is required to install to run a web application.

I learnt that your perspective is for site maintenance, so tomcat is required.

You mentioned about struts framework. That is bit old nowadays due to spring framework but still in use. Which framework are you looking for ? MVC can be used with any of the framework.

Here is a link for hello world example using Spring MVC.
http://www.tutorialspoint.com/spring/spring_mvc_hello_world_example.htm

Hope this helps. :)
Hi Amitkumar

In the meanwhile I realized a review on Struts 2. That's not difficult.

But I'm going to follow your suggestions that certainly is much more actuallized.
ASKER CERTIFIED SOLUTION
Avatar of Am P
Am P
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Amitkumar

This example is exactly what I need.

Thank you for your assistance!