[Andromda-user] Short Intro to MDA (with AndroMDA example)

2004-10-07 Thread Lofi Dewanto
Hello User Community, I was invited to give a talk about MDA at the 5. GSE WG IBM WebSphere Meeting in Gotha, Germany (GSE Working Group WebSphere + German WebSphere User Group (GWUG)). See: http://www.gsenet.de/Websphere/Einladung.pdf for more details. I talked about some basic concepts in MDA and

Re: [Andromda-user] [bpm4struts + Hibernate] Pbm with associations on Actors and UseCase when Actor is an Entity

2004-10-07 Thread iamdraftdog
just FYI, we model FrontEndUsers and Entities differently because they belong in different tiers (presentation and persistence respectively) the user actor is part of a process flow description (involving usecases), while entities make up the business object model mixing these concepts is never

RE: [Andromda-user] Problem pre-filling a edit text field

2004-10-07 Thread iamdraftdog
hi Erwin, can you send me your model so I can test it out a bit ? - Wouter Erwin Teseling <[EMAIL PROTECTED]> wrote: >Hi, > >I have the following scenario. I have an overview screen displaying a >tabular list of products. When I select one product from the tabular >list I need to display a de

[Andromda-user] Problem pre-filling a edit text field

2004-10-07 Thread Erwin Teseling
Hi, I have the following scenario. I have an overview screen displaying a tabular list of products. When I select one product from the tabular list I need to display a details screen containing all values prefilled from the ejb model. So in the controller method I retrieve the parameter contain

[Andromda-user] bpm4struts: select and displaytag preload

2004-10-07 Thread Carlos Cuenca
Hi, I am testing the last changes of the cartridge, and there is one thing that I can not do. I have a ActionState which have a deferred operation, this ActionState has an outgoing transition to a <> with a Collection Parameter (display tag) within it. I want to load the parameter with data, but

[Andromda-user] Problems in build environment using Ant

2004-10-07 Thread Louis Coudé
Hi all, I'm using andromda 3.0M3 with ant. I've got 2 problems: first: I get the following exception for each entities during the export ant task: net.sf.hibernate.MappingException: persistent class [be.ft.business.entities.address.Address] not found I move the "export" dependence in hibernate/ejb