Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by mathew mathews:
First of all can you tell me how you landed on usage of EJB for this..?
That is the basic thing you should know for first
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Lasse Koskela:
Karthik, are you sure that "not supporting JDO" didn't just mean "we don't ship a JDO implementation with our application server"? Generally you should be able to use any JDO implementation with any J2EE appserver (the J2EE server doesn't know that your application contains JDO-enhanced .class files or the JDO vendor's configuration files).
Yes i understand what you are saying, that you run the code through an enhancer which in turn instruments the byte code and not the source code.
I think even the objects that we write to a *great* extent are independent of the JDO API classes?. I mean it just looks like plain java objects unlike entity beans?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Have you started reading the JDO book that you won?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Consider Paul's rocket mass heater. |