-
Book Overview & Buying
-
Table Of Contents
Easy Web Development with WaveMaker
By :
Adding a custom Java service to a project is a simple matter of choosing Java Service from the Services menu. The New Java Service dialog asks for only a Service Name and a Package and Class Name:

The Service Name is the name we'll see in the project services tree, service drop-down, and so on. The Package and Class Name is just the package and class name together. Take the desired package name and the desired class name together to form the fully qualified name of the Java class to be created.
In the previous example, the service name is DbOpsSvc, as in "database operations service". The fully qualified class name entered into the Package and Class Name editor is com.wavemaker.example.DbOpsSvc. This creates a class named DbOpsSvc in the com.wavemaker.example package. The class name and the service name do not need to match. However, using the same name for both, or at least a similar name, makes it easier to remember which class is associated with which service.
Adding...
Change the font size
Change margin width
Change background colour