Hi all,
Having read Rods design book and checked out some of the cool stuff within the Spring framework, I would like to write some examples of the bean, context and jdbc stuff that are relevant to the company (and its product) that I work for. But, the product is J2SE not J2EE.
Does this pose any serious issues?
Having a quick look at the distribution I have seen that:
- spring-core.jar seems straight J2SE.
- spring-context.jar contains EJB, JNDI, JMS type classes so I assume some of it is for J2EE.
- spring-dao.jar seems pretty clean as well.
Am I correct?
Finally, is there a targeted distribution around for J2SE, or do I need to chop a few classes from spring-context.jar to get it to work under J2SE?
thanks for your help,
Paul.


Reply With Quote