Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-26 Thread Emi Lu
OK, I looked at the constructor of "org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer" class which has only two param Updated it to: it worked ! -e Can someone tell me how to setup for postgresql "org.springframework.jdbc.support.incr

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-26 Thread Emi Lu
Hello, Can someone tell me how to setup for postgresql "org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer" in applicationContext-ibatis.xml file please? Here I tried, but failed! Thanks a lot! -e

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Dave Newton
--- Emi Lu <[EMAIL PROTECTED]> wrote: > For Struts2, action classes extend "ActionSupport". > > Would I have to extend DispatchAction in order to > use IBATIS? No. There's no direct connection between either version of Struts and iBatis (or any other DB layer, for the most part). The demo provid

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Emi Lu
http://learntechnology.net/content/main.jsp I would be more interested about the setup/configuration/tutorial for *Struts2 + ibatis2.3*, but not struts1 + ibatis. The point is that the example at the provided link uses Spring. S2 uses Spring. The differences in the iBatis/Spring configuratio

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Larry Meadors
Yeah, I converted the WW demo to S2 and it was trivial. Larry On 10/11/07, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Emi Lu <[EMAIL PROTECTED]> wrote: > > > http://learntechnology.net/content/main.jsp > > I would be more interested about the > > setup/configuration/tutorial for > > *Struts2 +

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Dave Newton
--- Emi Lu <[EMAIL PROTECTED]> wrote: > > http://learntechnology.net/content/main.jsp > I would be more interested about the > setup/configuration/tutorial for > *Struts2 + ibatis2.3*, but not struts1 + ibatis. The point is that the example at the provided link uses Spring. S2 uses Spring. The di

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Emi Lu
http://learntechnology.net/content/main.jsp I would be more interested about the setup/configuration/tutorial for *Struts2 + ibatis2.3*, but not struts1 + ibatis. On 10/11/07, Emi Lu <[EMAIL PROTECTED]> wrote: Greetings, Would someone know some good tutorials about "struts 2.0.9 + ibat

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Ron Chan
try the struts2-ibatis version of appfuse light appfuse-light-struts2-ibatis-1.8.zip from https://appfuse-light.dev.java.net/ Emi Lu-2 wrote: > > Greetings, > > Would someone know some good tutorials about "struts 2.0.9 + ibatis2.3.0 > + SQLmap" > > . setup > . examples > > Thanks a lot

Re: Tutorials about "struts2 + ibatis + SQLmap"

2007-10-11 Thread Larry Meadors
http://learntechnology.net/content/main.jsp Larry On 10/11/07, Emi Lu <[EMAIL PROTECTED]> wrote: > Greetings, > > Would someone know some good tutorials about "struts 2.0.9 + ibatis2.3.0 > + SQLmap" > > . setup > . examples > > Thanks a lot! > > --