[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.riena] Re: Eclipsecon 2008 Talk
|
Hi,
I am glad you like it. Thanks to all folks who watched the presentation and showed interest.
The Object Transaction code is already in the repository. Projekt is org.eclipse.riena.objecttransaction.
We also have many many JUnit testcases for Object Transactions in org.eclipse.riena.tests.
However we are still in the process preparing to source drop for the UI pieces and hence we have no
working UI example for object transactions and JFace databinding.
Object Transaction (=OT) is however no magically thing but an API :-). There are multiple possible ways how
OT gets knowledge about changes in your business objects (manual code, Aspects etc.). OT does not use Working
Copies (as other approaches do), but we are tracking the changes as they are happening.
A good starting point is really the JUnit testcases.
If you have questions dont hesitate to ask.
christian
ekke schrieb:
hi christian,
as I told you at EclipseCon, thanks for this presentation and I hope,
that Riena can help me. I'm responsible for the development and
architecture of a german ERP solution for medium sized companies from
waste & recycling.
this is an ERP solution with eclipse RCP clients (beside web-services
and blackberry mobile clients). the application is model-driven (using
openArchitectureWare) and includes a business process engine (jBPM) and
a rules engine (drools), so I like your idea of business-process-driven
UI. most parts of your UI vision are also the vision of my application.
parts of the framework (openArchitectureWare cartridges) and the core of
the application itself will be open source - first release published
soon after ganymede.
to decide if Riena can be part of the application I'll wait for Riena
milestone M2 to see how your object transactions work and to see how to
integrate this with JFace databinding.
over all your product sounds really good :-)
ekke