From: <lar...@lh...> - 2006-12-19 08:43:53
|
Hi everybody, =20 as a part of my diploma thesis I created a cartridge that generates CRUD interfaces for Eclipse RCP, much like the BPM4Struts cartridge does for Webapps. I'd like to share this cartridge in the AndroMDA Plugins project. Matthias already made me a committer for the project, but before I can go on I have a few questions. =20 First, in the thesis I called the cartridge "andromda-rcp". Now I am thinking this might not be the best name, as the cartridge only does CRUD. Do you think "andromda-rcp" is ok or sould it rather be "andromda-crud-rcp" or something else? =20 Second, how do I commit the cartridge? Where in the tree should I put it? Is there a general structure the project should follow? Is there, perhaps, something like a template project that I can copy and modify? When I created the cartridge, I copied and modified one from the original AndroMDA project (I think it was andromda-spring). Looking at the andromda-database cartridge, for example, I saw that it is structured a bit differently. Also, I guess I'll have do change the pom I'm using. =20 Well, that's all for now - I hope I can find the time soon to commit my cartridge or at least some parts of it. =20 Cheers Lars |
From: Cyril C. <cy...@an...> - 2006-12-19 10:05:04
|
Hi Lars, That's pretty cool, I'd like to see that in action. For your first question, IMO you should call it something like "andromda-eclipse-rcp" as we may come one day with for instance a Spring RCP cartridge. For the "crud" prefix, I don't know as maybe your cartridge could be the fundation for a whole Eclipse RCP cartridge. Just my 2 cents, Cyril On 12/19/06, lar...@lh... <lar...@lh...> wrote: > > Hi everybody, > > as a part of my diploma thesis I created a cartridge that generates CRUD > interfaces for Eclipse RCP, much like the BPM4Struts cartridge does for > Webapps. I'd like to share this cartridge in the AndroMDA Plugins project. > Matthias already made me a committer for the project, but before I can go on > I have a few questions. > > First, in the thesis I called the cartridge "andromda-rcp". Now I am > thinking this might not be the best name, as the cartridge only does CRUD. > Do you think "andromda-rcp" is ok or sould it rather be "andromda-crud-rcp" > or something else? > > Second, how do I commit the cartridge? Where in the tree should I put it? > Is there a general structure the project should follow? Is there, perhaps, > something like a template project that I can copy and modify? When I created > the cartridge, I copied and modified one from the original AndroMDA project > (I think it was andromda-spring). Looking at the andromda-database > cartridge, for example, I saw that it is structured a bit differently. Also, > I guess I'll have do change the pom I'm using. > > Well, that's all for now - I hope I can find the time soon to commit my > cartridge or at least some parts of it. > > Cheers > Lars > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Andromdaplugins-community mailing list > And...@li... > https://lists.sourceforge.net/lists/listinfo/andromdaplugins-community > > > |
From: Vance K. <per...@ya...> - 2006-12-19 10:45:53
|
Hiya Lars, You can view any of the existing cartridges under andromda-plugins to see the new maven2 structure we have adopted. It is different to the andromda project cartridge structure. The database cartridge is simple but shows enough for you to migrate your work over. There isn't a template project here unfortunately. Using the eclipse cvs plugin to check in your cartridge is probably the easiest way. Check-out /cvsroot/andromdaplugins from HEAD and add your cartridge to the /andromda-plugins/cartridges project. Vance _____ From: and...@li... [mailto:and...@li...] On Behalf Of Cyril Combe Sent: Tuesday, 19 December 2006 6:05 PM To: lar...@lh... Cc: and...@li... Subject: Re: [Andromdaplugins-community] New Cartridge: CRUD for Eclipse RCP Hi Lars, That's pretty cool, I'd like to see that in action. For your first question, IMO you should call it something like "andromda-eclipse-rcp" as we may come one day with for instance a Spring RCP cartridge. For the "crud" prefix, I don't know as maybe your cartridge could be the fundation for a whole Eclipse RCP cartridge. Just my 2 cents, Cyril On 12/19/06, lar...@lh... <lar...@lh... <mailto:lar...@lh...> > wrote: Hi everybody, as a part of my diploma thesis I created a cartridge that generates CRUD interfaces for Eclipse RCP, much like the BPM4Struts cartridge does for Webapps. I'd like to share this cartridge in the AndroMDA Plugins project. Matthias already made me a committer for the project, but before I can go on I have a few questions. First, in the thesis I called the cartridge "andromda-rcp". Now I am thinking this might not be the best name, as the cartridge only does CRUD. Do you think "andromda-rcp" is ok or sould it rather be "andromda-crud-rcp" or something else? Second, how do I commit the cartridge? Where in the tree should I put it? Is there a general structure the project should follow? Is there, perhaps, something like a template project that I can copy and modify? When I created the cartridge, I copied and modified one from the original AndroMDA project (I think it was andromda-spring). Looking at the andromda-database cartridge, for example, I saw that it is structured a bit differently. Also, I guess I'll have do change the pom I'm using. Well, that's all for now - I hope I can find the time soon to commit my cartridge or at least some parts of it. Cheers Lars ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> &p=sourceforge&CID=DEVDEV _______________________________________________ Andromdaplugins-community mailing list And...@li... https://lists.sourceforge.net/lists/listinfo/andromdaplugins-community |