Feature Requests item #516874, was opened at 2002-02-13 02:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=516874&group_id=31602
Category: ejbdoclet Group: None Status: Open Priority: 3 Submitted By: Andrew Stevens (stevensa) Assigned to: Nobody/Anonymous (nobody) Summary: Refactor @ejb:relation/@ejb:relationship Initial Comment: @ejb:relation should be enhanced to also cater for BMP entity beans, replacing the existing @ejb:relationship. This would make it more flexible (and easier to switch from using BMP to CMP). Also, instead of having to specify the target's finder method name for retrieving related collections, as is currently necessary with @ejb:relationship, perhaps it could be discovered automatically (e.g. by including an @ejb:relation with matching name/role on the relevant ejbFind?) ---------------------------------------------------------------------- >Comment By: Aslak Helles�y (rinkrank) Date: 2002-02-13 02:34 Message: Logged In: YES user_id=49846 Consider generating BMPs with Middlegen. Middlegen has full knowledge about the table/field/relation structure, and can therefore be used to generate the method bodies for BMP relations. All we need to do is to write a new Middlegen template for BMPs. (It uses XDoclet's template engine, and tag handlers that contain info from the database meta data). Aslak ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=516874&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
