Struts2-Spring-Hibernate with REST

2010-07-29 Thread Frans Thamura
hi all we just finished our snipet to run the Struts2-Spring-Hibernate with REST http://ugforge.net/gf/project/cimande/scmsvn/?action=browse&path=/branches/rest-struts/ we are working to create a REST based login, and interceptor implementation for security hope we can add JQuery shortly

Re: "Struts2 + Spring + ibatis" vs. "Struts2 + Spring + Hibernate"

2009-11-26 Thread Saeed Iqbal
new database is made. On Thu, Nov 26, 2009 at 12:12 AM, Emi Lu wrote: > Good morning, > > Could someone has production comparison between (1) vs. (2)? > (1) Struts2 + Spring + ibatis > (2) Struts2 + Spring + Hibernate > > > Thanks

"Struts2 + Spring + ibatis" vs. "Struts2 + Spring + Hibernate"

2009-11-25 Thread Emi Lu
Good morning, Could someone has production comparison between (1) vs. (2)? (1) Struts2 + Spring + ibatis (2) Struts2 + Spring + Hibernate Thanks a lot! -- Lu Ying - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

RE: Struts2 + Spring/Hibernate

2009-11-13 Thread CRANFORD, CHRIS
: Fri 11/13/2009 3:42 AM To: user@struts.apache.org Subject: Re: Struts2 + Spring/Hibernate Seems fine with me. CRANFORD, CHRIS wrote: > > >class="com.company.app.struts2.actions.PersonAction"> > > > I don't see any advantage on creating Actions

Re: Struts2 + Spring/Hibernate

2009-11-13 Thread Jozef Fiflik
Hi, I've just created similar skeleton couple of days ago. To let Spring generate your Service and DAO beans, you have to specify also the GenericService and GenericDAO in your applicationContext xml. You (can) set them as abstract and you have to specify the inheritance relationship between the

Re: Struts2 + Spring/Hibernate

2009-11-13 Thread wild_oscar
Seems fine with me. CRANFORD, CHRIS wrote: > > >class="com.company.app.struts2.actions.PersonAction"> > > > I don't see any advantage on creating Actions with Spring. It works fine without it and it seems unnecessary configuration. Perhaps someone else can point out clear advant

Struts2 + Spring/Hibernate

2009-11-12 Thread CRANFORD, CHRIS
I am in the process of implementing Struts2 along with integrated support with Spring and Hibernate. While I have found various examples on the web, I tend to find they vary. My application will primarily focus about 75% of the time on data queries and displaying this data to end users while a s

Re: struts2+spring+hibernate, objects instantiate order?

2009-05-14 Thread Jim Kiley
1) is correct. I can't tell you the number of times that, on app startup, I've gotten reams and reams of error messages because Spring couldn't instantiate some bean or another.2) is both -- which you could determine for yourself pretty easily by putting a logging statement in the action's constru

Re: struts2+spring+hibernate, objects instantiate order?

2009-05-13 Thread Dave Newton
ren sky wrote: 1) before running my project, spring has already instantiate all the object defined in the applicationContext.xml? such as LoginAction,PersonServiceImpl and sessionFactory? Singletons probably are, sure. 2) the action used in struts2 is instantiated before a request comes i

struts2+spring+hibernate, objects instantiate order?

2009-05-13 Thread ren sky
hello everyone, i am new to struts2. i use struts2, spring2.5 and hibernate 3.3.1 to build a simple website. and have some questions about the order of the objects instantiate. here is my config file for spring: -applicationContext.xml---

Re: Struts2+Spring+Hibernate+Oracle: ORA-12516 (too many connections)

2008-11-24 Thread Dave Newton
--- On Mon, 11/24/08, scho <[EMAIL PROTECTED]> wrote: > Normally, accessing my database isn't a problem. Hibernate saves my > objects and executes my queries against the database as well. But > here's my problem: I have to import a huge amount of data into my > database via a CSV-File. There are

Struts2+Spring+Hibernate+Oracle: ORA-12516 (too many connections)

2008-11-24 Thread scho
Hey guys, I'm using Struts2 with a little Spring and Hibernate to persist my object in my oracle database. (I've followed the explanation in the book "Struts 2 in action" by Donald Brown) Normally, accessing my database isn't a problem. Hibernate saves my objects and executes my queries against

RE: struts2+Spring+Hibernate Integration

2008-02-27 Thread RajiR
t;> >> Thanks >> >> >> -Original Message----- >> From: RajiR [mailto:[EMAIL PROTECTED] >> Sent: Thursday, February 21, 2008 4:04 PM >> To: user@struts.apache.org >> Subject: struts2+Spring+Hibernate Integration >> >> >> >

RE: struts2+Spring+Hibernate Integration

2008-02-27 Thread RajiR
age- > From: RajiR [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 4:04 PM > To: user@struts.apache.org > Subject: struts2+Spring+Hibernate Integration > > > > Hi, > > As struts2 comes along with spring integration with > struts2-spring-plugin-2.0

Re: struts2+Spring+Hibernate Integration

2008-02-21 Thread Lukasz Lenart
Hi, Download Spring 2 libraries and put in your WEB-INF/lib folder Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: struts2+Spring+Hibernate Integration

2008-02-21 Thread Deepak Kumar
Hi, Here is and application with example code http://www.roseindia.net/struts/hibernate-spring/index.shtml Thanks -Original Message- From: RajiR [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 4:04 PM To: user@struts.apache.org Subject: struts2+Spring+Hibernate Integration

struts2+Spring+Hibernate Integration

2008-02-21 Thread RajiR
Hi, As struts2 comes along with spring integration with struts2-spring-plugin-2.0.11.jar,after starting the tomcat server its unable to load that jar and getting an exception as: SEVERE: Exception starting filter struts2 Unable to load bean: type:com.opensymphony.xwork2.ObjectFactory class:org.a

struts2+spring+hibernate multiple datasources

2007-03-23 Thread Philippe Le Gal
Hi, I'm looking for an example for the access of multiple datasources (mysql) on different mysql servers. Is the solution to put many declarations of in applicationcontext.xml? Thx in advance Philippe - To unsubscribe, e-ma