Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Request for help with EMF/SSE

I am currently working on the JSF Tools Project, and am in need of some expert assistance regarding SSE and EMF synchronization.
 
We have determined that we have a need for at least two EMF models. One will represent the JSF application as a whole (and will essentially be a collection of Application Configuration Resource File models), and one will represent an Application Configuration Resource File (e.g. faces-config.xml). We feel that some services that will take advantage of this combination of models are refactoring and validation (maybe others?).
 
Initially, we are working on an Application Configuration Resource File editor, which will be a multi-page editor that will embed as one of its pages an enhanced SSE-based XML editor. The remaining pages will be driven off an EMF model. So we need to keep the SSE model and the EMF model synchronized.
 
We have found (in j2ee.core and j2ee.ui) such classes as EMF2DOMSedAdapter, Translator, TranslatorResource, and so we see evidence of some classes that we feel may comprise an existing solution for maintaining synchronization. I have looked at code until my eyes are bleeding, but still do not have a full understanding of how these classes are initialized, registered, and used in combination to provide synchronization. I therefore am seeking an expert (or experts) who can help me to gain a better understanding so we can determine if this is an appropriate solution for our requirements.
 
Is there anyone out there who would be willing to help guide me through the existing synchronization code by answering some questions? I don't want to spam this mailing list with questions, I would prefer to establish contact with someone and then take the discussion elsewhere.
 
Anyone up for it? Any and all help would be much appreciated...
 
Hopefully,
 - Ian
 
------------------------------------------------------------
Ian Trimble
JDeveloper Group
Oracle Corporation Canada Inc.
Office: (250) 954-0837
------------------------------------------------------------
This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
 

Back to the top