Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cme-dev] Running CMEin oure JVM environment

Hi Santhosh,

Yes, you can do this. The easiest way to see how is to take a look at the
JUnit tests of the query system, which build a concern model and then run
queries against it. They're in the test.panther project. A good example is
TestDemoQueries. If you navigate up to the superclass method
DemoQueryTest.setup() you'll see example code for setting up the concern
model programmatically, and in the higher superclass method
FileBasedQueryTest.doRun() you'll see how to invoke queries.

Regards, Harold



                                                                           
             Santhosh Adiga                                                
             <kbsadiga@gmail.c                                             
             om>                                                        To 
             Sent by:                  cme-dev@xxxxxxxxxxx                 
             cme-dev-admin@ecl                                          cc 
             ipse.org                                                      
                                                                   Subject 
                                       [cme-dev] Running CMEin oure JVM    
             02/18/2005 12:22          environment                         
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
                  cme-dev                                                  
                                                                           
                                                                           




Hi all,

 I wanted to know if there was anyway I could invoke
cme programmaticlally to support all the query processing for
an input artifact..in a non-eclipse..pure JVM environment.
_______________________________________________
cme-dev mailing list
cme-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cme-dev




Back to the top