Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
SCJP 1.4
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
SCJP 1.4
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.
Originally posted by Ashok C.M.:
What can XDoclet do that Ant cannot do
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
No. XDoclet can be useful if you use Ant to build your system, regardless of which application server you use.Originally posted by Ashok C.M.:
Does that mean that XDoclet is useles for IBM Websphere?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Lasse Koskela:
No. XDoclet can be useful if you use Ant to build your system, regardless of which application server you use.
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Isn't that still a real drag to do everytime you make a build?Originally posted by Craig Walls:
We're content to just click "Next" 12 times and then "Finish" to deploy.
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Lasse Koskela:
Isn't that still a real drag to do everytime you make a build?
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Originally posted by Ashok C.M.:
So atlast we have come to the conclusion that, there is no point(atleast for now) in using XDoclet for IBM Websphere. The AAT is the best option now. Is'nt it? Do you have anything to say on this comment , Craig
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
I'll bite. What is it? Does XDoclet then generate the Java source that the vendor's "EJB compiler" such as ejbc would generate anyway?Originally posted by Craig Walls:
...concrete EJB class (ask what this is and I'll explain further)...
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Lasse Koskela:
I'll bite. What is it? Does XDoclet then generate the Java source that the vendor's "EJB compiler" such as ejbc would generate anyway?
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
then the concrete implementations will also have convenience methods for constructing value objects from entity beans.
Originally posted by Ashok C.M.:
Can you please expand on the value objects part....
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Now...what's not clear in this simple example is that the EmployeeLocalHome interface, the EmployeeUtil utility class, the EmployeeLocal interface, and the EmployeeValue class that is being returned are all generated by XDoclet. Refer to the book's examples for a complete example of how this all gets pulled together (and feel free to ask me if you need further insight)
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Ashok C.M.:
That is some real cool info on what XDoclet can do.... Now i really feel like using it....As soon as possible....
I think i'll bite on that bait......Please....
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |