org.makumba.devel |
the makumba developer support, such as MDD, JSP and Java viewers.
|
Java Source File Name | Type | Comment |
CodeGenerator.java | Class | This class generates code from a
DataDefinition . |
CodeGeneratorTemplate.java | Class | This class defines a template for JSP files generated by the code generator. |
DataObjectViewerServlet.java | Class | /** This class shows a single object from the DB.
TODO: Values of sets are not yet displayed. |
DataPointerValueConverter.java | Class | This class provides an interface to convert Pointer values from DB values to the external form and vice-versa. |
DataQueryServlet.java | Class | This class implements a query interface in OQL to the database. |
DataServlet.java | Class | This class provides basic functionality for data viewing and querying servlets. |
DataTypeListerServlet.java | Class | This class lists data for a specific MDD, resp. |
DevelUtils.java | Class | This class combines some methods to print pages used by various developer support tools in package org.makumba.devel. |
ErrorControllerHandler.java | Class | This handler lets the request go to the filter chain and then catches all kind of exceptions after it.
The exceptions are then handled by the
ErrorFormatter .
It should be the first one of the filter handlers. |
ErrorFormatter.java | Class | The class that performs exception handling. |
errorViewer.java | Class | the error viewer. |
GeneratedCodeViewer.java | Class | Implements servlet-based an interface to
CodeGenerator , and displays the generated JSP code. |
JavaSourceAnalyzer.java | Class | |
javaViewer.java | Class | the java viewer. |
jspViewer.java | Class | This classe implements a viewer for .jsp files, and provides highlighting of , and JSTL tags. |
JspxJspAnalyzer.java | Class | |
LineViewer.java | Class | |
logicViewer.java | Class | The java logic finder visualizer. |
mddViewer.java | Class | This class implements a viewer for MDD syntax highlighting. |
open.java | Class | Copies one database to the other. |
ReferenceChecker.java | Class | Developer support servlet that checks for the existance of broken references (foreign keys) on the database. |
SourceViewer.java | Interface | |
SourceViewServlet.java | Class | invoke the necessary SourceViewer, depending on the type of the source the architecture should change, and be
organized in filters. |
SystemServlet.java | Class | This class offers a way for web applications (like Parade)
to communicate to the makumba webapp. |
TagExceptionServlet.java | Class | Displays the error processed by ErrorFilter in a servlet. |