Hi all,
I am a new XDoclet user. We have 100 entity
EJBs. Previously we used EJBGen
to generate our Local nad LocalHome interfaces ( we don't need remote interfaces for the
EJBs, at least for the moment ). The target deployment platform for the EJBs
was Weblogic 7.0 App Server. As EJBGen doesn't
support other AppServers we now
migrate to XDoclet. We had several problems and
most probably will have others for
the future.
Here is one problem ( maybe a stupid one ).
1) I generate 100 Local and 100 LocalHome
source files for my EJBs. They have some
interdependencies - for example Bean1Local uses
Bean2Local. So at compile time
( I use ANT to compile these 300 source files
) I get errors as Bean2Local can not
be found by the compiler. Is there a way to force
the compiler compile my sources in
the right order. Sorry if this question has nothing
to do with XDoclet.
2) And here is one more general question - has
someone made already a migration
similar to the one I have to do ( ejbgen ->
xdoclet ). If so - can he/she suggest
some kind of more general recipe to do the
migration more easily and more
reliably ?
Peter Petrov
|