This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes frameworks and technologies widely used with struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "frameworks and technologies widely used with struts" Watch "frameworks and technologies widely used with struts" New topic
Author

frameworks and technologies widely used with struts

Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
Hello everybody,

What are the popular, or widely used, frameworks or technologies that are used with struts?

For example, Tiles, Spring, Hibernate.

Hoping for your valued input.

(This is to know what other technologies a struts developer best have)
[ June 01, 2008: Message edited by: Jesus Angeles ]
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26184
    
  66

Jesus,
JSPs, CSS and JavaScript are almost always used with Struts. Tiles are used at some companies too. I would consider these to be critical (with the exception of Tiles.)

It's also good to know some backend technology. Spring/Hibernate/JDBC/EJB. Knowing at least one of these gives you exposure to the full life cycle.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
Just to share, I researched 3 job openings (through job interview) and they use the following.

Company 1 (world leading Japanese company, in Singapore). Struts 1.x, spring, hibernate
Company 2 (top american company doing hr products). Struts 1.x, spring, hibernate, ajax, dwr
Company 3 (top 5 software vendor company in Singapore). Struts 1.x, ???

It seems that struts comes very often with spring and hibernate, or maybe it is just a coincidence.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8263

Originally posted by Jesus Angeles:
It seems that struts comes very often with spring and hibernate, or maybe it is just a coincidence.


Not quite coincidence. Struts is a popular front-end framework. Spring is a popular component assembly framework. Hibernate is a popular data access framework. It is a common approach to use all 3 when building a fully featured application since they all address different application requirements.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: frameworks and technologies widely used with struts
 
Similar Threads
Which framework to learn
JSF vs Struts
struts disadvantages
Currently in demand UI framwork
Struts 2.0 and Spring!!