Code Generator for Eclipse Code
                
                Brought to you by:
                
                    hotzst
                    
                
            
            
        
        
        
    <%@taglib prefix="ws" id="org.eclipse.jet.workspaceTags" %>
<%-- Main entry point for ch.sahits.codegen.java --%>
<%-- 
TODO: traverse input model, performing calculations and storing 
the results as model annotations via c:set tag 
--%>
<%--
TODO: traverse annotated model, performing text generation actions 
such as ws:file, ws:folder and ws:project 
--%>
   
<%-- For debug purposes, dump the annotated input model in 
   the root of the project containing the original input model.
   
   Note that model formatting may not be identical, and that in
   the case of non-XML input models, the dump may look quite different.
--%>
<ws:file template="templates/bean.jet" path="{$org.eclipse.jet.resource.project.name}/dump.java"/>
<ws:file template="templates/oracleDao.jet" path="{$org.eclipse.jet.resource.project.name}/dumpDAO.java"/>