Hi folks, Can anyone let me know wha is XDOCLET ?? Dont explain with the definition that its a source code generation engine.I wanna know where it should be used and how can it simplify your task ?How soon can i learn it??
I hope i get some response to this if anyone knows about XDoclet as such ?
Saurabh
Success is not doing extraordinary things but doing ordinary things extraordinarily well.
Valentin Tanase
Ranch Hand
Joined: Feb 17, 2005
Posts: 704
posted
0
Hi Saurabh,
Dont explain with the definition that its a source code generation engine.I wanna know where it should be used and how can it simplify your task ?
Here there is a code extras from an SLSB class:
(Bolded tag are XDoclet specific tags). After running XDoclet the next files will be generated:
The home interface
The remote interface
web-logic-ejb.xml
ejb-jar.xml
Which simplifies the development quite a lot. Developers need only to focus implementing the business logic, which is actually a promise that J2EE has made (but not kept) in the first place.
How soon can i learn it??
As you can see it is pretty easy and it won�t take you much to get familiar with XDoclet tags. You also can build your own tags, but that�s advanced concepts that you can focus on latter on. Regards.
I think, therefore I exist -- Rene Descartes
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.