Any suggestions around?
Type: Posts; User: redditp@gmail.com; Keyword(s):
Any suggestions around?
I'm new to Spring3 webservices. i was asked to create restful webservices..
as part of i was aked to create service and domain objects.
So i was going through lot many examples..I see...
Hi Manuel,
That was an jar problem...Spring 2.0 has simpleFormController under one package and Spring 2.5 has under other directory..
So I wa having 2.5 jars but refering to 2.0 jars..
...
HI,
I'm using myeclipse 8.6 with spring 2.5 MVC.
I'm executing one small example with SimpleFromControlloer
Here is my code.
public class LoginFormController extends SimpleFormController {
...
I have defined in application context.xml by using TransactionProxyFactoryBean..
first method is executing and second method is executing but its not returning the control back and it is...
Hi,
i'm using spring with hibernate support for declarative transactions...
now i have 2 service classes which are involved in declarative transactions.
Service1. createData()--having...