Creating a Sybase CEP Project

Create new Sybase CEP projects in Eclipse.


  1. On the File menu, click New and then click Project.
  2. In the New Project window, click Sybase CEP and then Sybase CEP Application to specify the Sybase CEP Application wizard.
  3. Click Next.
  4. Specify the name of your project in the text box and, if you want it to be saved in a location other than the default, clear the checkbox and specify a location.
  5. Click Finish.



The Package Explorer shows the components of your new Sybase CEP project:


Your new project includes a single module file that contains simple CCL code defining a typical module structure, as displayed in the editor. Notice that the text is color-coded based on CCL reserved words and comments. This is where you write your own CCL code.

Create an additional module by following these steps:

  1. On the File menu, click New and then click Other.
  2. In the New window, click the plus sign next to Sybase CEP and then click CCL File to specify the Sybase CEP CCL File wizard.
  3. Click the modules folder under your existing project folder and then type the name of the module into the File name text box.
  4. Click Finish.
Next

Each new module contains the same starter CCL code.

For more information about CCL, see CCL for the Plug-In and the Sybase CEP CCL Reference.

For more information about the components of the Sybase CEP Eclipse plug-in, see The User Interface.


Created March 8, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com