7
votes
4answers
174 views
OSGi - How mature is this technology?
I have a requirement where I need to share some web resources (jsp, html, js, images, css etc.) across different Spring based Struts 2 applications. And seems like OSGi can be used to achieve this?
…
5
votes
6answers
817 views
Which is the best ajax framework for java web development ?
I am using struts2 for my java web application .
Now I want to use ajax for my client side user interface can anyone suggest me which is the best one to learn and implement ajax framework .
I have …
4
votes
2answers
238 views
How to get ul structure from HTML
I am making a configuration page, that splits a category tree over 3 columns for easy browsing like:
**Column 1** **Column 2** **Column3**
Category1 …
3
votes
1answer
113 views
How to validate a select tag in struts 2 framework
Hi people,
I am a newbie into programming and i am currently employed as a junior programmer.
I am currently having some problems validating the select tags in one of my forms.
What i actually trying …
3
votes
4answers
539 views
Pitfalls of Grails? Comparison to Struts 2?
I am looking for any comparative analysis of the Grails vs Struts 2. If any of you gurus have run into issues using Grails. Please do let me know if you have worked on large scale projects that use …
3
votes
1answer
310 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
2answers
654 views
difference between Struts 1.x and Struts 2.x
i want to know difference between Struts 1.x and Struts 2.x
3
votes
3answers
2k views
Struts 2 & Dojo files are too heavy and affect site’s performance.. Any remedies?
Well.. we've developed a j2ee application using struts2 ajax capabilities. We find that the dojo implementation is quite slow. We did the following things:
1. Custom build of the dojo library. …
2
votes
1answer
106 views
Converting from Waffle/Pico to Struts2/Guice
Hi all,
I've been tasked with converting an application which was developed by myself in the Waffle Framework using PicoContainer as a DI mechanism into our new "stack" which is to use Struts2 as a …
2
votes
1answer
262 views
Spring 3.0 and SOAP - What’s best practice?
Hi guys,
I'm reimplementing a web app in Spring, and I need to expose the business logic with SOAP. I'm going for Spring 3.0, and I'd like to know: what is the recommended way of exposing Spring …
2
votes
3answers
190 views
how to validate dynamic map elements
i have a map and i want to validate in struts 2 validation framework by using expression validation how can i access the elements of the map dynamically?
if Map myMap; how can i validate the map …
2
votes
3answers
494 views
Is there any init method given for struts action class?
Hello Frieds,
Is there any init method provided for struts action class that can be called before every method of that action class?
For example, I have an action class for struts 2 as given below
…
2
votes
3answers
228 views
Performance comparisons of Frameworks to Use for an Auction Web Site
I am a Java guy and therefore would prefer a Java based framework for an auction site that I am planning to develop from scratch. But all my colleagues and friends have pointed out to me that the …
2
votes
3answers
403 views
Which reporting tool to used with struts, spring, hibernate
Hello,
I am developing Web Base Application using Spring, Struts2, Hibernate.
Now i am in the reporting phase of my system.
But i am little bit confused that which tool to use & which not.
I …
2
votes
3answers
1k views
stucked with Getting null values in iReport,JasperReports,Strts 2 plugin , what is the problem ?
I am using jasper reports and Struts2 to make to make some reports in my web application .
I am doing all this stuff with NetBeansIDE and iReport 3.5.1 plugin for designing purpose.
I am configuring …
