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
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
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
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
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
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