Thanks a lot for all replies, I think that this code can solve my problem:
ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml");
GenericDAO genericDAO =...
Type: Posts; User: abstract; Keyword(s):
Thanks a lot for all replies, I think that this code can solve my problem:
ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml");
GenericDAO genericDAO =...
Hi, I tried to find some information in this forum but it was unsuccesful. Which the best pratice to use spring in standalone application?
That is, without one application server, using in swing...
Can I perfectly replace ejbs with spring framework, using jta transaction manager?