S
szczepiq
I'm looking for zero-stack, zero-overhead, no ORM, no templates, no
MVC web framework for java. Suggestions?
MVC web framework for java. Suggestions?
szczepiq said:I'm looking for zero-stack, zero-overhead, no ORM, no templates, no
MVC web framework for java. Suggestions?
szczepiq said:I'm looking for zero-stack, zero-overhead, no ORM, no templates, no
MVC web framework for java. Suggestions?
Arved said:Presumably you don't want to rewrite everything, so I'd suggest servlets
and JSPs in something like Tomcat.
Any simpler than that and you may as
well switch to CGI.pm in Perl.
I'm looking for zero-stack, zero-overhead, no ORM, no templates, no MVC
web framework for java. Suggestions?
szczepiq said:I'm looking for zero-stack, zero-overhead, no ORM, no templates, no
MVC web framework for java. Suggestions?
Arne said:I believe one of the lightest Java web framework you can find is:
http://wicket.apache.org/
Call me skeptical. I don't doubt that Wicket is quite lightweight, butmarkspace said:Now that was interesting and useful. Thanks for pointing that out.
Arved said:Call me skeptical. I don't doubt that Wicket is quite lightweight, but
in looking at their examples I don't see anything that I couldn't
accomplish just as easily (and cleanly) using JSF and Facelets.
markspace said:Interesting from the perspective of something I didn't know existed.
I'd be concerned about deploying a framework that few folks know
about. Will that raise the maintenance costs when it's time to finish
up the project?
Everyone and their pet cat knows JSPs and Servlets, and Tomcat is the
reference specification. Lots of cheap hosting for Tomcat and Resin
too. I've never seen Wicket advertised on the web.
I believe one of the lightest Java web framework you can find is:
http://wicket.apache.org/
Arved said:Call me skeptical. I don't doubt that Wicket is quite lightweight, but
in looking at their examples I don't see anything that I couldn't
accomplish just as easily (and cleanly) using JSF and Facelets.
markspace said:Interesting from the perspective of something I didn't know existed. I'd
be concerned about deploying a framework that few folks know about.
Will that raise the maintenance costs when it's time to finish up the
project?
Everyone and their pet cat knows JSPs and Servlets, and Tomcat is the
reference specification. Lots of cheap hosting for Tomcat and Resin
too. I've never seen Wicket advertised on the web.
Tom said:A quick look isn't enough for me to understand it, but enough for it to
look very interesting. I'll have to have a play with this.
Arne said:Wicket is a Java web app (servlet specification, war file etc.) that
can run in Tomcat.
It is just a bit different from Struts, JSF etc. in philosophy.
markspace said:Ah ok, I thought it was a replacement for a servlet/JSP web container.
Interesting. So does it layer on top of another web container, like
Struts, or does it completely replace the container?
I'm looking for zero-stack, zero-overhead, no ORM, no templates, no
MVC web framework for java. Suggestions?
Arne said:You can probably implement the same functionality using
any Java web framework.
I like JSF but I do not consider it lightweight.
Arne
Lew said:From time immemorial template and toolkit purveyors have touted their
approach as the miracle solution to all your application flow and
deployment needs.
None that I've seen have reduced the complexity
compared to others;
> they've but found different approaches to
categorizing. organizing and applying state and logic. It just might
possibly be that the problem space of application flow and deployment is
itself inherently complex, and this will inevitably leak into the
tool(s) used to manage this complex area.
Some of those approaches are quite valid. Many Java developers report
success and satisfaction with Java Server Faces (JSF) over Java Server
Pages (JSP).
JSF is like the Swing component library for the web. Parts
of it annoyed me until I understood that. JSF is more like Swing than
it is like JSP.
Swing does not take a particularly novel outlook on GUIs - it's a fairly
straightforward library and comfortably familiar for anyone who's worked
on event-driven GUI platforms, which is basically all of them.
Arved said:I don't think of JSF as lightweight either...middleweight (to use boxing
terminology) might be more accurate. Truth be told, I was referring to
the impression I got of the example code - pages and backing Java - that
Wicket presented on its site. I saw no real advantages here over how I'd
code those examples up using JSF and Facelets.
I was thinking more of the developer experience.
The references on the Wicket site to state management I wish to explore,
however.They assert that their approach to this has advantages and
I may as well find out what they are.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.