[Jarspy-commits] CVS: /JarSpy-htdocs contributors.html,NONE,1.1 heading.html,NONE,1.1 index.html,NON
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2001-12-18 01:28:49
|
Update of /cvsroot/jarspy//JarSpy-htdocs In directory usw-pr-cvs1:/tmp/cvs-serv17362 Added Files: contributors.html heading.html index.html jarspy.html main-screen-shot.html rings.html Log Message: initial checkin of files --- NEW FILE: contributors.html --- <p> <b>Jeff Brown</b> started the JarSpy project. Jeff is a Senior Software Engineer with <a href="http://www.ociweb.com/" target="_top">Object Computing Inc. (OCI)</a>. Jeff teaches numerous Java courses, develops courseware and provides Java consulting. <p> <b>Richie Dumlao</b> is an indirect contributor in that I used his excellent Paint Shop Pro <a href="http://www.pinoy7.com/email/default.htm" target="_top"> tutorials</a> to develop the little nav bar on this page. Thanks Richie! --- NEW FILE: heading.html --- <center> <img src="images/jar.gif"> <h1>JarSpy - The Java Archive Spying Utility</h1> </center> --- NEW FILE: index.html --- <html> <head> </head> <frameset frameborder="0" rows="200,1*"> <frame src="heading.html"> <frameset cols="190,1*"> <frame src="rings.html"> <frame name="main" src="jarspy.html"> </frameset> </frameset> </html> --- NEW FILE: jarspy.html --- <p> JarSpy is a utility for "spying" the contents of Java archive files. The current release (a very early alpha release) allows read only access into an archive. This read only access allows the inspection of all of the classes and interfaces contained in the archive. For each class or interface, a list of methods, fields and dependencies are available. Click <a href="main-screen-shot.html">here</a> to see a screenshot. <p> Planned functionality includes the ability to modify the contents of an archive using JarSpy. These changes may include the ability to obfuscate the contents of an archive to discourage reverse engineering. Other reasons for modifying the contents of an archive include instrumentation and optimization. <p> For now, feel free to visit the <a href="http://sourceforge.net/projects/jarspy/"> SourceForge Project Summary Site</a> to download the latest build of the application. Feel free to access the CVS repository and take a look at the source. <p> Your input is welcome. Please let me know what you would like to see added to this tool. <p> Jeff Brown<br> <a href="mailto:br...@us...">br...@us...</a> --- NEW FILE: main-screen-shot.html --- <img src="images/screen-shot1.gif"/> --- NEW FILE: rings.html --- <table border=5 cellpadding=0> <tr> <td> <IMG NAME="rings0" SRC="images/rings.jpg" WIDTH="150" HEIGHT="200" BORDER="0" USEMAP="#rings"> <MAP NAME="rings"> <AREA SHAPE="rect" COORDS="0,20,150,50" HREF="jarspy.html" TARGET="main"> <AREA SHAPE="rect" COORDS="0,60,150,90" HREF="main-screen-shot.html" TARGET="main"> <AREA SHAPE="rect" COORDS="0,100,150,130" HREF="contributors.html" TARGET="main"> <AREA SHAPE="rect" COORDS="0,140,150,170" HREF="http://sourceforge.net/projects/jarspy/" TARGET="_top"> </MAP> </td> </tr> </table> |