Hi,

I have two otrunk questions.

1. I would like for the user to click on a button to preview the  
curnit that they are working. Is there a facility in OTrunk where i  
can do this easily with my bean structure? the way that i see off hand  
to preview is with EMF Launcher2

                File dummyFile = new File("dummy.txt");
                
                URL contextUrl = dummyFile.toURL();             
                URL configUrl = new URL(contextUrl, path);
                        
                ArrayList<Bundle> standardBundles = new ArrayList<Bundle>();
                
                EMFBundleAnnotationService annotationServiceBundle =
                        new EMFBundleAnnotationService();
                standardBundles.add(annotationServiceBundle);
                
                BundleLauncher.launch(configUrl, (ICurnitProvider)null,  
standardBundles);

would this the path i need to go down?

2. We had something in Pas Authoring called live preview, as you  
changed the bean properties it updated an open vle on the fly. would  
this also be possible with otrunk? if so what steps would i need to  
take to develop this?

-Tony




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to