| 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
|
|
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]
|
 |
 |
|
|
subject: frameworks and technologies widely used with struts
|
|
|