What license is the petclinic example app under? There is no license in the pom nor in svn.
Thanks
Simon
Type: Posts; User: simbo1905; Keyword(s):
What license is the petclinic example app under? There is no license in the pom nor in svn.
Thanks
Simon
Attached is a final version of the example application containing the example configurations. It contains two different configurations - one using a JDBC DOA and one using a Hibernate DOA.
It has...
We started off with mandated EJB2 session beans back in 2006 along with struts. We had a spring+struts configuration one the webapp classpath that used Springs EJB2 support to lookup the stateless...
Sure. The code and config is public domain. I published it for people to do what they wish and copy and adapt as they wish with no warranty. One condition to you using them I give below.
...
bsdwork: POJOs In Action is at http://www.manning.com/crichardson/ and you can download the source code from that page. If you open the zip file of source code at the link you can see the chapter 10...
POJOs In Action by Chris Richardson has a chapter on spring+ejb in it's "alternatives" section. most of the book is spring with JDO or Hibernate side by side examples.