English 中文(简体)
使用JSP(Java服务器页面)的优点是什么?
原标题:What are the advantages of using JSP? (java sever pages) [closed]
最佳回答

也许你是一家Java工厂,你在这种基础设施上投资了很多。

我不会为任何事情主张使用标准的JSP,不过有很多工具包能够在其基础上进行构建,为开发人员提供更便利的生活。Tapestry/Hibernate的组合只是其中一个例子。

问题回答

这是高度主观的,且非常依赖于您正在构建的网站的类型。如果你只是使用普通的JSP,它提供的优势很少。但是,如果您想使用众多的Java框架之一(如Spring,Hibernate等),这可以提供许多优势,取决于应用程序。





相关问题
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 ...

热门标签