English 中文(简体)
宽度和推荐性轻度 j(或 p)网络应用框架是什么? [闭门]
原标题:what s the popular and recommendatory lightweight java(or python?) web application framework? [closed]

问我们 提议或找到一种工具、图书馆或偏袒场外资源的问题,在Stack Overflow,因为它们往往吸引有意见的答复和垃圾邮件。 相反, 问题以及迄今为止为解决这一问题所做的工作。

Closed 10 years ago.

我需要开发一个轻重的网络应用。

  1. have a simple webgui for administrator to operate;
  2. have interface to invoke background existing modules for functionality implement, let s assume it has shell invoke interface firstly, it is not clear yet.

因此,我的问题是,我们是否有任何宽广和建议的轻度 j网应用框架? 我的一位候选人是小船,我们是否拥有建议性的小船?

我们已经做了类似的工作,利用了python/flask,只是想看到任何其他适当的java框架。

thanks, Emre

最佳回答
问题回答

Spring MVC 3 is in my experience the

  • most flexible
  • extensible and
  • speedy web framework around

春天的主要目的是对物体进行依赖性注射。

Another Java lightweight MVC frameworks is Wicket.

<>Stripes Framework

  • Lightweight
  • Action based
  • Convention over configuration approach
  • No XML
  • Smart and fun to use
  • Much positive feedback (search on SO)

奇怪的是,在上述名单上没有发现强者? 这是否过于沉重?





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

热门标签