Re: [Andromda-user] AndroMDA & UML book

2005-04-14 Thread David Brady
Would love to contribute but I lost all distribution rights once it was published. Chapter four is an introduction to the UML- about 100 pages- with an emphasis on mobile development. The removed section discusses MDA and profiles AndroMDA as the best template-based tool at any price. Common kn

Re: [Andromda-user] Getting started with AndroMDA and Hibernate cartridge inside Maven

2005-04-14 Thread Chad Brandon
Sebastien Arbogast wrote: Yes I've already done this tutorial but it's more a tutorial for andromdapp plugin than for andromda. And I don't want to use andromdapp as I already have a code base and it is a web application, not an enterprise one. I just need some information to understand how to use

Re: [Andromda-user] Getting started with AndroMDA and Hibernate cartridge inside Maven

2005-04-14 Thread Sebastien Arbogast
Yes I've already done this tutorial but it's more a tutorial for andromdapp plugin than for andromda. And I don't want to use andromdapp as I already have a code base and it is a web application, not an enterprise one. I just need some information to understand how to use andromda:run with Hibernat

Re: [Andromda-user] Getting started with AndroMDA and Hibernate cartridge inside Maven

2005-04-14 Thread Wouter Zoons
did you try this: http://galaxy.andromda.org/docs/starting.html#My_first_AndroMDA_project it should get things up in no-time -- Wouter Sebastien Arbogast wrote: Hi, I'm just discovering AndroMDA and I'm trying to use it for a simple example. I want to use AndroMDA to generate my classes and Hiberna

Re: [Andromda-user] Getting started with AndroMDA and Hibernate cartridge inside Maven

2005-04-14 Thread Chad Brandon
Have you gone through this?: http://team.andromda.org/docs/starting.html#My_first_AndroMDA_project Sebastien Arbogast wrote: Hi, I'm just discovering AndroMDA and I'm trying to use it for a simple example. I want to use AndroMDA to generate my classes and Hibernate mapping from my UML model made

Re: [Andromda-user] Exception in BPM4Struts

2005-04-14 Thread Wouter Zoons
hi Tim, well, it depends on which transition you modeled the tagged value, if in the process the transition has been traversed the success message will be recorded typically you will want to put those tagged values on transitions going into a page if this is the case in your model and the erro

[Andromda-user] Getting started with AndroMDA and Hibernate cartridge inside Maven

2005-04-14 Thread Sebastien Arbogast
Hi, I'm just discovering AndroMDA and I'm trying to use it for a simple example. I want to use AndroMDA to generate my classes and Hibernate mapping from my UML model made with MagicDraw so here is what I've done so far : 1 - modelled a simple User class with three members : <> User -

[Andromda-user] Exception in BPM4Struts

2005-04-14 Thread Tim Dysinger
I set a "success message" tag on my transition from my server-side state, but it _always_ displays - even if there was an exception. If there was an exception, I get the error message in red with the "success" message in green below it. Am I doing something wrong? I have read http://team.andromd

Re: [Andromda-user] [bpm4struts] Collection as Select [not table] and used for input?

2005-04-14 Thread Tim Dysinger
See! All I needed was a good ol' [RTFM] Thanks, it's working now... On Thu, 2005-04-14 at 09:14 +0200, Wouter Zoons wrote: > Tim Dysinger wrote: > > Can someone tell me how to model a collection that I could render a > > collection as a select box and then use the selected item as input? I > >

Re: [Andromda-user] [bpm4struts] Event Parameter as Object?

2005-04-14 Thread Tim Dysinger
The tables work great. I was just looking for some tags like the following: On an individual input event parameter going into a server state - @andromda.struts.view.field.type=select @andromda.struts.view.field.key=myPageVariableCollection.id @andromda.struts.view.field.value=myPageVariableColle

Re: [Andromda-user] [bpm4struts] Event Parameter as Object?

2005-04-14 Thread Tim Dysinger
Sorry, I didn't realize the difference in release version. I was just trying to point to any reference to using the select widget. I am using CVS HEAD. On Thu, 2005-04-14 at 09:07 +0200, Wouter Zoons wrote: > you're reading from two different sites: www.andromda.org holds the RC-1 > release doc

Re: [Andromda-user] bpm4struts changes

2005-04-14 Thread oemer
Am 14 Apr 2005 um 14:50 hat Wouter Zoons geschrieben: > > Hi Wouter, > > > > I see now it's possible to have multiple parameter per hyperlink action > > linked to an > > table. Before I was able to have other parameter than the table columns in > > such action. > > Is it no more supported to tag a

Re: [Andromda-user] bpm4struts changes

2005-04-14 Thread Wouter Zoons
>> that's indeed a current limitation, file a JIRA issue if you want to see >> it solved (I will eventually support this, just haven't gotten to it >> yet) >> >> if you model a parameter that does not map to a table column I will make >> the cartridge attempt to get it from the form (so it will the

[Andromda-user] test

2005-04-14 Thread Chad Brandon
--- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=c

Re: [Andromda-user] bpm4struts changes

2005-04-14 Thread Wouter Zoons
> Hi Wouter, > > I see now it's possible to have multiple parameter per hyperlink action > linked to an > table. Before I was able to have other parameter than the table columns in > such action. > Is it no more supported to tag a parameter that's not present in the > table? > that's indeed a curr

Re: [Andromda-user] bpm4struts changes

2005-04-14 Thread oemer
Hi Wouter, I see now it's possible to have multiple parameter per hyperlink action linked to an table. Before I was able to have other parameter than the table columns in such action. Is it no more supported to tag a parameter that's not present in the table? Thank you Oemer Am 11 Apr 2005

[Andromda-user] Re: Hibernate.cfg.xml file

2005-04-14 Thread Thomas Schapitz
Again, in case you missed it. (My mail client tends to get confused about your return address ;-)) > > >>Thanks for answering so fast but I have put the comons-logging1.0.4 since >>yesterday on the classpath via Eclipse >>And IÂm having the same message, so I donÂt know what to do. IÂm not >>

Re: [Andromda-user] [bpm4struts] Event Parameter as Object?

2005-04-14 Thread Wouter Zoons
The problem is that I can't see how to populate the update form with the values from the object _before_ the page is displayed. The delegated controller method only gives me access to one form. there *is* only one form, all parameters you make available as the arguments to a deferred operation wi

Re: [Andromda-user] AndroMDA & UML book

2005-04-14 Thread Wouter Zoons
David Brady wrote: Sorry for the shameful plug... but I worked on a book (chapter 4) which covers modeling user interfaces and other innovative uses of the UML: "Mobile Computing Principles : Designing and Developing Mobile Applications with UML and XML" by Reza B'Far. http://www.amazon.com/exe

Re: [Andromda-user] AndroMDA & UML book

2005-04-14 Thread Wouter Zoons
Nathan Coast wrote: thanks for the replies, was actually asking if you knew of a book that covered these sorts of questions. How to model navigation elements of a user interface. not sure what you mean here lets say for example you wanted to model a tabbed admin interface, specifying things like

Re: [Andromda-user] AndroMDA & UML book

2005-04-14 Thread Erwin Teseling
If the editor but this chapter then why don't you share it with the community :-) Erwin --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly li

Re: [Andromda-user] [bpm4struts] Event Parameter as Object?

2005-04-14 Thread Wouter Zoons
What needs more elaborate explanation, IMO, is rendering collections as widgets [not tables]. See my post a few moments ago on the select widget. I can't find anywhere in the bpm4struts docs where it gives details on how to render these and use them for input. page variables can be rendered as

Re: [Andromda-user] [bpm4struts] Collection as Select [not table] and used for input?

2005-04-14 Thread Wouter Zoons
Tim Dysinger wrote: Can someone tell me how to model a collection that I could render a collection as a select box and then use the selected item as input? I can't seem to figure it out from the current documentation. -Tim http://galaxy.andromda.org/docs/andromda-bpm4struts-cartridge/howto2.htm

Re: [Andromda-user] [bpm4struts] Event Parameter as Object?

2005-04-14 Thread Wouter Zoons
the number of ways people want code to be generated far exceeds the number of possible ways to model this in UML therefore you can't just model something and expect it to generate what you want, bpm4struts is there to simplify the job, not to generate a webapp for 100% the process flow is gene

Re: [Andromda-user] [bpm4struts] Event Parameter as Object?

2005-04-14 Thread Wouter Zoons
you're reading from two different sites: www.andromda.org holds the RC-1 release docs, and team.andromda.org holds the SNAPSHOT docs, I sent an email out that something has changed regarding the tables so decide what you use: RC-1 or the snapshot, and stick with the proper site -- Wouter I am