- This topic has 20 replies, 5 voices, and was last updated 17 years, 9 months ago by Jean-Michel Pargny.
-
AuthorPosts
-
Tony HerstellParticipantPlease add in support for JBoss SEAM
Please add in the exisitng Process Flow Eclipse Plugin (jPDL)
Riyad KallaMemberGood poll. New technologies are hard to get a pulse on right away.
Tony HerstellParticipantThanks.
We are moving this way quite fast… need tracktion to get work to buy into MyEclipse over basic eclipse.
Tony HerstellParticipantThis message has not been recovered.
Tony HerstellParticipantAny news on whether I can safely use the JBoss plugin?
Riyad KallaMemberwoops sorry about missing your question. I haven’t done testing with this combination but you are welcome to, I don’t have a difinitive answer for you.
Tony HerstellParticipantOK, I will risk it and get back to you.
Tony HerstellParticipantSeems to work fine..
Did it via update to their site.
No ill effects yet.
Tony HerstellParticipantFrom the SEAM idiots guide…
(http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeamGettingStartedGuideStep4)Step 4 – Create and Publish a New Sample EAR Application to JBossAS
Although, seam-gen is quite useful, Seam still lacks robust IDE support. You have to create a new EAR using Eclipse’ new project wizard.
Tony HerstellParticipantMyEclipse: Getting Started with SEAM – Contributed by Jean-Michel
been added to tutorials page.
Good on ya Jean-Michel
Riyad KallaMemberWe really appreciate the contribution and so do our users.
Jean-Michel PargnyMemberA quick follow-up about jBPM: it looks as if the JBoss jBPM designer wiill work with MyEclipse much better than I originally thought possible.
Initial state of affairs:
– jBPM designer installed (org.jbpm.jpdl.feature 3.0.11 under myeclipse/eclipse in my case)
– The wizzard does not let me create a page flow definition under the root of a ME ear project where it belongs, since it expects a java project source directory. Workaround up to now: create it in a dummy project, move it, and go on from there.
– The pluging does not come vith XML validation or code completionI ended up deciding that I could dispense with visual editing, and proceeded to do what I felt was needed:
– Get hold of some page flow schema. There is none official yet as far as I know, but this one for example is a pretty good start:
http://jira.jboss.com/jira/browse/JBSEAM-215;jsessionid=58642EDF0281C759CDFEF70554ED5032?page=all
– Since it’s not quite complete, patch it a bit (just a couple of lines to make it work with the seam examples, no big deal)
– Add it to the ME XML user catalog
– Then, under the root of a MyEclipse seam-style ear module: new XML from schema, blabla…Surprise: the plug in kicks in and MyEclipse opens the file in the jPDL visual editor !
I know too little to tell about possible side effects, only that it works very smoothly in my setup up to now:
I can now create a MyEvlipse (seam style) enterprise project, then proceed to create the page flow right under the root where it belongs. Not only do I get visual editing, but I also get validation and code completion thrown in as a bonus, which really makes the plug in more useful than I had it out of the box.The thing is not foolproof though, and I am still experimenting:
– The XML file created from the Schema must be a valid page flow definition, tasty enough for the plug in to bite and swallow (the root element must be pagefow-definition, and no namespace prefix is allowed), otherwise I get errors or plain XML/schema editng.
– I have several tentative schemas, and some are better than others: one, for example, lets me be too creative and get out of sync with the visual part (have to fall back on plain XML editing to fix it and remove the graph layout file before reopening, losing the layout).Still, someone might want to try it.
Jean-Michel
Riyad KallaMemberJean-Michel,
We really appreciate you following up with this information for the SEAM/MyEclipse users.
dmailhotMemberJean-Michel, balanceofpower
Can you tell me what version of MyEclipse and Jboss IDE you are using please?
Thanks
Jean-Michel PargnyMember– Eclipse 3.2.0
– MyEclipse 5.0.1 GA
– no JBoss IDE, just jBPM-Designer 3.0.11Just experimenting for the time being
Jean-Michel
-
AuthorPosts