10
votes
7answers
1k views
What is the most commonly used Java web framework?
Which of the following frameworks is the most commonly used in Java right now and, if different, which framework is growing in popularity the fastest in terms of adoption?
Stripes
Spring MVC
Struts
…
5
votes
8answers
3k views
Struts or Spring MVC or Struts & Spring?
I need some information to understand design decision:
Is Struts a better choice than Spring MVC? I hear about Strus-Spring-Hibernae combo - Is struts used at MVC layer because its a matured …
4
votes
4answers
577 views
tiles in struts project - better than freemarker?
I want to use a template engine in a struts application and would like to know if using TILES can be recommended instead of FREEMARKER or VELOCITY.
4
votes
3answers
631 views
Firefox cuts files, whose name contains spaces, in a Struts application
I am using the next class (simplified for the sake of understandability) to download images in a struts web application.
It is working fine in every browser but firefox, which cuts names containing …
4
votes
3answers
533 views
What is the role of Spring in Struts + Spring + Hibernate?
What role is Spring taking in Struts + Spring + Hibernate?
4
votes
5answers
313 views
AJAX-Framework
Which Ajax framework/toolkit can you recommend for building the GUI of web applications that are using struts?
4
votes
2answers
478 views
Has anyone migrated from Struts 1 to another web framework?
On my current project, we've been using Struts 1 for the last few years, and ... ahem ... Struts is showing its age. We're slowly migrating our front-end code to an Ajax client that consumes XML from …
3
votes
4answers
95 views
Why lazy instantiation of the MessageResourcesFactory in Struts 1.2.7?
Hi,
Since there is the Double-checked locking issue so we have to use synchronization to guarantee the concurrent access to the following method (org.apache.struts.util.MessageResources class) :
…
3
votes
5answers
337 views
Is Struts 2 available as an OSGi bundle?
I have a server application that consists of multiple OSGi bundles, some mine, some third-party. One of the bundles provides a web frontend using Struts. The necessary Struts libraries live inside the …
3
votes
6answers
300 views
is struts a good starting point for java web
I've been developing in java then I stopped, so now since I have my google app engine account I wanted to start with this again. Also I love web and I know struts is a good MVC framework. I've been …
3
votes
1answer
314 views
What are some examples of the validate() and reset() methods in Struts 2?
cam any one give me the example of validate() and reset() methods in struts2
3
votes
6answers
309 views
What tactics can I use to prevent users from discovering what language a website is written in?
So, if you are writing a website using Java and JSP's and didn't want users to know what language you written it in. What techniques would you use?
3
votes
2answers
111 views
What is the Best method to http transfer a file from the client to a server, in Java 1.5?
What is the Best method to http transfer a file from the client to a server, in Java 1.5?
3
votes
4answers
275 views
What descriptive variable name can I use here?
I'm creating a custom Java Struts tag that is for building and formatting an html select box in a standardised way (part of our usability guidelines).
Each select box has an additional/initial value …
3
votes
3answers
2k views
How to get real request URL in struts with tiles?
When you use tiles in struts and do
request.getRequestURL()
You get url to /WEB-INF/jsp/layout/newLayout.jsp instead of real URL that was entered/clicked by user, something like /context/action.do.
…
