English 中文(简体)
Java MVC和Res服务器及Javad 重客户
原标题:Java MVC and Rest Server and JavaScript Heavy Client

我正在开始开发一个基于网络的用户界面,并期待着就我的项目正确方向提供一些专家咨询意见。

由于要利用 Java开发我们的服务器,我计划使用手无寸铁的JSP和一个叫做“前曼”的MVC框架。 “前马”是一个轻重的瓦 Java基MVC框架,类似于Stuts。 我与它一道,也与它一样。 该计划将使用手无寸铁的JSP,由JTL和JP tag文档协助。 我开发了一些利用这些技术的原型,我喜欢我所做的那样。

现在,我正在规划走出客户圈子。 我的计划是利用 Java、Script、 j、UI等手段来建立前端。 在我调查期间,我走过了被称为JavaMVC的非常神圣的Java MVC框架。 我真的要这样说。 这不仅是一个客户方,而且包括测试、记录和部署的工具。

我越是参与规划客户方,我就认识到,我认为,这更多的是 Java(客户方)的。 我很抱着在 Java文中做的工作,而不是在 Java后做。 备份主要是为了与数据库沟通,并回应客户(前)关于操纵或检索数据的要求。

我对教育、科学和技术方面的网络服务来说是一个新事物,但在我所了解的很少情况下,我认为,这或许是开展这一项目的良好方向。

我很想知道,我如何能够共同利用一个多国企业框架和无害环境技术框架? 它们是否合情合理?

我将杰蒂特用作我的网络服务器,因此,我认为,它能够使用休息点。

不管怎么说,我不知道我在这个职位上有什么意义,因此,我现在将停止这一职务。

问题回答

正如前面提到的那样,这完全是站不住脚的。 MVC允许你分开关注,使你能够把应用逻辑与你的介绍逻辑分开。

Your REST controller serves the request you need, populates the model, and exposes it in a REST like manner, typically by returning an xml view to the user. This can be aided by a number of libraries such as xstream, jaxb, castor, xmlbeans, which all provides routines to marshall an object into xml.

在服务器方面提供教育、科学和技术信息预报系统,将完全适合你们共同提交文件前端。 你们的资源将不得不暴露日本的代表权。 您甚至能够从其他客户(例如移动电话)再利用这一网络工具。

作为的牵头单位,我只能就此提出建议。 与喷雾剂的整合非常稳定:

Cheers, Jerome

是的。 正如约翰·斯杰伯格所说的那样,这是有意义的。 例如,你可以使用春天。 我喜欢这么多,认为学习非常简单、容易。 http://www.mkyong.com/children-mvc/children-3-mvc-and-json-example/“rel=“nofollow”>here。

顺便提一句,请您查看https://speakerdeck.com/addyosmani/automating-front-end-workflow” rel=“nofollow”>presentation





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签