--- Andy Kriger <[EMAIL PROTECTED]> wrote:

> In the system I am working with, persisted classes
> do not know
> anything about Hibernate - they delegate to another
> class that does.
> The web service class does not know it is a web
> service - that is all
> laid out in the Axis config.

While they do not know about hibernate, there are
still some issues to be watched - equality, hashcode,
primary keys, relation management etc. ( But you can
delegate it to derived class ) 


> Over the long-term, however, I'm curious as to
> people's thoughts on
> refactoring approaches? What if you decide to stop
> using Hibernate?
> Are there easy tools to remove attributes (as there
> are starting to be
> for refactoring Java code)? Would you need to cobble
> together some
> scripts to strip out this info? Is this a concern at
> all or is that I
> haven't really delved into XDoclet yet?

Basically those  @tags will not hurt if left in code. 
And xdoclet will not modify existing java code - so if
you like to remove those tags, may your IDE be with
you :) 

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
... Sucht gerade nach neuen Projekt oder Festanstelung....
Plugins for xdoclet-2 are released. check it out at:
http://www.sourceforge.net/projects/xdoclet-plugins/
----[ http://www.pribluda.de ]------------------------


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to