var fDesc=new Array(); fDesc[0] = "Javelin is a high productivity yet lightweight development tool that allows software developers, analysts, consultants, mentors, educators to drive any Java development through a set of "live" class diagrams. It provides 'zero time' synchronized generation and management of code and the meta-data required for persisting your object model to Hibernate or JDO persistence technologies
The freeware Javelin modeler is a free, never expiring, full featured edition of Javelin without the code generation and management facilities. It is perfect for analysts, developers, educators etc., who want to perform object modeling and be able to document and print out their designs in the form of class diagrams and API references. It even supports importing of existing source code so you can "see" what the design of your existing system actually looks like.
Javelin's impressive feature set means you can spend more time developing at a higher level and less time "hacking" out java and meta-data files in text editor"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }