web-frameworks

Can anyone recommend a simple Java web-app framework? [closed]

筅森魡賤 提交于 2019-11-26 16:52:19
I'm trying to get started on what I'm hoping will be a relatively quick web application in Java, yet most of the frameworks I've tried (Apache Wicket, Liftweb) require so much set-up, configuration, and trying to wrap my head around Maven while getting the whole thing to play nice with Eclipse, that I spent the whole weekend just trying to get to the point where I write my first line of code! Can anyone recommend a simple Java webapp framework that doesn't involve Maven, hideously complicated directory structures, or countless XML files that must be manually edited? opensas Haven't tried it

What Scala web-frameworks are available? [closed]

孤者浪人 提交于 2019-11-26 15:36:00
I've just started learning Scala, and the first thing I'm going to implement is a tiny web application. I've been using Erlang for the last year to implement server-side software, but I've never wrote web applications before. It will be a great experience. Are there web-frameworks for Scala except for Lift ? Don't get me wrong, Lift looks awesome. I just want to know how many frameworks there are so that I can then choose between them. It's always a good to have a choice, but I the only thing I found was Lift. bn. I'm very interested in Scala, but I have not used it yet, so with that caveat,

Best Web applications framework for Java? [closed]

孤街醉人 提交于 2019-11-26 12:40:44
问题 Which is the best framework for Java? I\'m looking for something similar to Symfony for php and Ruby-On-Rails for Ruby? I even don\'t know if anything such exists for Java or not. 回答1: There are many great web frameworks for java, but if your looking for something that is similar to Rails, look at Grails. It uses Groovy, which is dynamic language, but uses the Java VM. Check out their quick start to determine if it's what you want. 回答2: Take a look at Spring. I think it will do anything Ruby

Choosing a Java Web Framework now? [closed]

早过忘川 提交于 2019-11-26 11:56:41
we are in the planning stage of migrating a large website which is built on a custom developed mvc framework to a java based web framework which provides built-in support for ajax, rich media content, mashup, templates based layout, validation, maximum html/java code separation. Grails looked like a good choice, however, we do not want to use a scripting language. We want to continue using java. Template based layout is a primary concern as we intend to use this web application with multiple web sites with similar functionality but radically different look and feel. Is portal based solution a

What are the pros and cons of the assorted Java web frameworks? [closed]

会有一股神秘感。 提交于 2019-11-26 11:31:15
I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for Java frameworks returns more than 50 to choose from! My website is just going to be for my own enjoyment of building it in the beginning, but if it becomes popular, it would be good for it to have some scalability, or to at least be able to redesign for that. What are the main differences between the more popular frameworks? Are there instances where one significantly outperforms the others? For example, high-traffic enterprise applications versus low-traffic

Can anyone recommend a simple Java web-app framework? [closed]

旧城冷巷雨未停 提交于 2019-11-26 04:57:26
问题 I\'m trying to get started on what I\'m hoping will be a relatively quick web application in Java, yet most of the frameworks I\'ve tried (Apache Wicket, Liftweb) require so much set-up, configuration, and trying to wrap my head around Maven while getting the whole thing to play nice with Eclipse, that I spent the whole weekend just trying to get to the point where I write my first line of code! Can anyone recommend a simple Java webapp framework that doesn\'t involve Maven, hideously

What Scala web-frameworks are available? [closed]

≯℡__Kan透↙ 提交于 2019-11-26 04:29:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I\'ve just started learning Scala, and the first thing I\'m going to implement is a tiny web application. I\'ve been using Erlang for the last year to implement server-side software, but I\'ve never wrote web applications before. It will be a great experience. Are there web-frameworks for Scala except for Lift?

What are the pros and cons of the assorted Java web frameworks? [closed]

守給你的承諾、 提交于 2019-11-26 02:39:56
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for