I am stuck to the *Bean idea of lobozz – I think it was from lobozz at least, I evaluated some J2EE plugins (maybe it was JBoss IDE too?!).
Well the idea goes, that Bean is added to every bean class you are up to define. I am doing it manually and modified the fileset settings of xdoclet configuration to reflect this (include **/*Bean.java). It works well. But I got a pain using the wizard. The wizard does not add Bean automatically (Is it better to dont add Bean after all?) , nor does it ignore Bean when the name and jndi-name.
Therefore currently I am creating a class naming it Session. Then I’ll rename the class to SessionBean. Everything is ok since but why is the adding Bean stuff not implemented within the wizard? Is something wrong with it?
Thanks