- This topic has 1 reply, 2 voices, and was last updated 21 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
ssidiMemberI am trying get an understanding of the extent of CMP support offered by MyEclipse for creating CMP EBs. I was able to create a CMP EB with no properties via the EJB create wizard. I was also able to generate relevant interfaces via xDoclet. Now I need to add attributes to the CMP EB. Is there support for:
1. Adding attributes in the “Bean” class & having abstract set() & get() methods generated in the (generated) CMP class ?
2. A friendly way of mapping CMP attributes to Oracle table columns via any MyEclipse wizard ?
3. Support for generating appropriate weblogic-ejb-jar.xml & weblogic-cmp-rdms-jar.xml based on OR mapping ?
Thanks in advance for your support.
I have been pretty impressed with MyEclipse so far. You guys are doing a great job !
Scott AndersonParticipant1. Adding attributes in the “Bean” class & having abstract set() & get() methods generated in the (generated) CMP class ?
3. Support for generating appropriate weblogic-ejb-jar.xml & weblogic-cmp-rdms-jar.xml based on OR mapping ?There is support within XDoclet in both the ejbdoclet and the weblogic add-on for specifying CMP mappings. The documentation for both is in the Reference section of the MyEclipse User Guide and is also available on the web at http://xdoclet.sourceforge.net/ant/xdoclet/modules/ejb/EjbDocletTask.html and http://xdoclet.sourceforge.net/tags/bea-tags.html respectively.
2. A friendly way of mapping CMP attributes to Oracle table columns via any MyEclipse wizard ?
Sorry, no wizard. XDoclet is the best bet.
Thanks in advance for your support.
I have been pretty impressed with MyEclipse so far. You guys are doing a great job !Thank you very much! All nice postings anywhere on the internet are greatly appreciated. 🙂
–Scott
MyEclipse Support -
AuthorPosts