Java MVC framework closest to Asp.net mvc3?

Yablargo :

this will probably get downvoted etc for being ambiguous, but I am strapped for time and was hoping that someone with much more experience can hop in here and give me a nod in the right direction.

I have been developing several mid-size business apps with a few developers in ASP.NET MVC(3). Me and the team need to produce a java EE web app. I'd like to keep things as consistent as possible -- I have used CakePHP in the past and noticed it was pretty much a breeze to jump into after the ASP.NET MVC Stuff.

What is the best/most similar MVC framework for Java? Alot of the guys just spent the last few months learning all the new MVC3/Razor stuff after coming from more "Classic ASP" or C/C++ design stuff. I really want to keep things as consistent as possible to avoid extra confusion.

Thanks!

Edit: Also I guess I should ask with your recommendation, if one particular IDE has much better integration than the other, I am curious about this!

kosa :

You may consider JSF/Seam framework (or) Spring MVC. AFAIK, JSF/Seam resembles most like .NET MVC3.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

In java, what is closest to ASP.NET MVC Master Pages

ASP.NET MVC3 Validation Type Names Error

ASP.NET MVC3 Web Application

combine asp net projects and mvc3 in one single solution

ASP.NET MVC3 - textarea with @Html.EditorFor

Custom error pages on asp.net MVC3

Async with MVC3 and ASP.NET4.5

Dynamic Menu loading in ASP.Net MVC3 Razor

Asp.net MVC3 speed test on localhost

Client side validation in asp.net mvc3

ASP.NET MVC3 - Display accented string in TextBoxFor

Session item always null in asp.net mvc3

Which Java web framework closely resembles ASP.NET MVC?

Is it possible to deploy a .NET 4 MVC3 Asp.Net to Azure Websites now?

Which Java based MVC framework is most similar to ASP.NET MVC?

Using ASP.NET MVC with entity framework

Is it possible to create ASP.NET MVC3 project with using Visual Studio 2013?

Fetch result from Raw SQL in asp.net MVC3

Antiforgery.Validate Method error in ASP.NET MVC3

ASP.NET MVC3: OnActionExecuted triggered before parsing the view

Can't POST an array of string to ASP.NET MVC3

How to create a readonly textbox in ASP.NET MVC3 Razor

How to pass value from partial view to parent view in asp net mvc3

Cant routing well in MVC3 ASP.NET c#

ASP.NET MVC3 Thousand separator in a decimal field is not recognized when user submits form

ASP.NET MVC3 Upload a file from a Partial view (and fill the corresponding field in the Model)

Passing Values of list of controls created by javascript from view to controller in asp.net mvc3

Error: The name 'Url' does not exist in the current context in asp.net mvc3

ASP.NET MVC3 how to wait for async call back and return result