Questions tagged [struts]

4 questions
7
votes
2 answers

How difficult would it be to migrate a Struts/JSP application to Groovy?

I have taken over development of a JSP/Struts application. Right now it's a bit of a mess, and I'm finding the JSP pages with Struts tags to be insanely verbose. Has anyone migrated a Struts application to Groovy/Grails? Can it be done…
kevin cline
  • 33,608
  • 3
  • 71
  • 142
5
votes
1 answer

Shall I separate the admin part from the rest of the war

I built a web-applicationg using struts2. Then I built a small admin interface in the same war. With time the webapp grew and so the admin-interface. Now, I'm thinking to separate the admin interface from the rest of the app in a separate war Is it…
coding_idiot
  • 215
  • 2
  • 10
3
votes
1 answer

What is the best way to manage Hibernate sessions in a Struts-1 application?

I am now the owner of a Struts-1 application, and the Hibernate session management is all over the place. I have searched online documentation but have not found a clear explanation of the best way to manage Hibernate sessions in a Struts…
kevin cline
  • 33,608
  • 3
  • 71
  • 142
1
vote
1 answer

How to update ui lively without refreshing page

I am doing a web application using struts2 framework. After user login, I show a dashboard about the current status of the user. To show the Dashboard UI(JSP), I used to get the information from the backend (Mysql). On page loading I trigger a…
user3214145
  • 21
  • 1
  • 5