Menu

[r889]: / transform / templates / main.jet  Maximize  Restore  History

Download this file

25 lines (17 with data), 843 Bytes

<%@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"/>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.