Re: [appfuse-user] Need Help for Web services using struts framework

2007-02-18 Thread Sarav
I added corresponding bean in applicationContext-webservice.xml I added my dao in applicationContext-service.xml -- View this message in context: http://www.nabble.com/Need-Help-for-W

[appfuse-user] Need Help for Web services using struts framework

2007-02-14 Thread Sarav
I want to resue my business logic from struts action class file to create a web services without changing any code. I put my logic in service.impl classes file and invoke the method from action file. I can't access the dao.getObject(class,id). Whether we need to create a se

Re: [appfuse-user] Web Services Based Application With Appfuse

2007-02-13 Thread Sarav
I want to resue my business logic from struts action class file to create a web services without changing any code. I put my logic in service.impl classes file and invoke the method from action file. I can't access the dao.getObject(class,id). Whether we need to create a se