java - Web application using SpringMVC /JQuery -


i analyzing java web frameworks web application, web application communicate rmi retrieve data , render contents in gui(no major business processing needed rendering of data objects in presentation layer required), end application sending/receiving data rmi gui(maximum users of application may not greater 10-20). there can data 1 million entries in grid main requirement performance of application should good. other requirement user friendly , responsive gui.

i have analyzed few frameworks spring mvc, gwt, vaadin , zk, have few advantages , disadvantages of it, after analysis have selected spring mvc+ j query web application framework have few queries in same

  1. is there constraint related performance using spring mvc?

  2. how difficult learn j query developers coming java desktop based application background?

thanks in advance.

  • is idea use framework spring core/spring mvc for
    business logic , gwt or zk presentation layer? deliver performance?

spring mvc idea use web framework. offers vast variety of features @ multiple levels (business, database, web). have minimal exp gwt , none zk. presentation layer recommend html/jsp angularjs. using couple of projects , have found highly efficient , easy.

  • is better use spring core instead of spring mvc light weight compare spring mvc.

spring core standalone framework pure java apps. if use spring mvc using spring core. if going web app, better use spring mvc

  • is there other server centric/client centric framework better above?

there others well. there pure js based frameworks node/express/meteor. there struts/grails/jboss seam/jsf etc java based. have @ link.

  • please suggest me preferable technology stack develop application.

imho suggestion java/springmvc/angularjs/jsp because have been using time , haven't found major issues.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -