<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="resume.xsl"?>

<resume>
  <author>
    <name-first>James</name-first>
    <name-last>Bond</name-last>
    <name-middle>X</name-middle>
    <address>
      <street>1000 Lincoln St.</street>
      <town>Ridgewood</town>
      <state>NJ</state>
      <zip>07450</zip>
    </address>
    <phone>(123) 456-7890</phone>
    <e-mail>james@bond.com</e-mail>
    <web>www.softcorporation.com</web>
  </author>

  <prof-summary>
    Over 20 years experience in software development. Involved in various phases of
    software life cycle which includes Design, Development, Testing and Analysis.
    Experience in Internet and Client/Server development.
  </prof-summary>

  <tech-profile>
    <os>
      Windows 95/98/NT/2000, Solaris/SunOS, UNIX, MSDOS.
    </os>
    <languages>
      Delphi, SQL, Java, HTML, XML, XSL, PAL, C, Assembler.
      (As well English, German, French, Italian, Russian, Spanish and Japanize)
    </languages>
    <gui>
      Delphi 1...5, Borland Jbuilder 3 and 4, Oracle JDeveloper.
    </gui>
    <databases>
      Oracle 8.1.5, MS SQL Server 6, Paradox, Access.
    </databases>
    <software>
      BEA Weblogic Server, IBM XSL Editor, MS Office
    </software>
    <hardware>
      PC, networking.
    </hardware>
    <technology>
      Servlets, Java applets, ODBC, Windows API, COM, TCP/IP Sockets, JDBC, RMI.
    </technology>
  </tech-profile>

 <job-experience>
    <job>
      <date-from>May 1998</date-from>
      <date-to>Present</date-to>
      <company>SoftCorporation LLC.</company>
      <location>Ridgewood, NJ</location>
      <title>Director of Software Development Department</title>
      <projects>
        Led the architecture and analysis phase which included data modeling and graphical
        user interface design to support the client specific customizations. Designed, coded
        and tested an application running on BEA's Weblogic server. Worked
        extensively with Servlets. Development Java database applets with Oracle JDBC
        thin driver.
      </projects>
    </job>
    <job>
      <date-from>Jun 1997</date-from>
      <date-to>Aug 1999</date-to>
      <company>Information &amp; Technology Inc.</company>
      <location>NYC, NY</location>
      <title>Computer programmer</title>
      <projects>
        Development and maintaining the software for healthcare.
     </projects>
    </job>
  </job-experience>

  <education>
    <school>
      <study>Bachelor of Business Administration in Finance and Economics</study>
      <date-from>1991</date-from>
      <date-to>1991</date-to>
      <school-name>University of Wisconsin-Eau Claire</school-name>
      <location>Eau Claire, WI</location>
    </school>
    <school>
      <study>Advanced Java</study>
      <date-from>1988</date-from>
      <date-to>1988</date-to>
      <school-name>Stevens Institute of Technology</school-name>
      <location>Hoboken, NJ</location>
    </school>
  </education>

  <add-info>
    I have over 20 patents. References available upon request.
  </add-info>

</resume>


