Code Search for Developers
 
 
  

start_toc.html from CSDerby at Krugle


Show start_toc.html syntax highlighted

<html>
<head>
<title>Getting Started with the Derby plug-ins for Eclipse</title>
</head>
<body>
<h2>Getting Started with the Derby plug-ins for Eclipse</h2>
<p>
The Apache Derby plug-ins for Eclipse provide a seamless integration between 
Eclipse and Apache Derby. It enables the use of the Derby database JAR files 
as an installable component to Eclipse. Additionally the ij SQL scripting tool 
and the Apache Derby Network Server can be run from the Eclipse console.
</p>
<p>
If you are new to Eclipse or Derby, the steps below will get you started 
using both!  At the very least, follow the first four steps to become familiar
with Eclipse and Derby.
<ul>
<li>
Create an <a href="java_project.html">Eclipse Java project.</a>
<br/>
<br/>
</li>
<li>
Add the <a href="nature.html">Apache Derby nature</a> to your Java project.
<br/>
<br/>
</li>
<li>
Start the <a href="start_server.html">Derby Network Server.</a>
<br/>
<br/>
</li>
<li>
Launch <a href="ij.html"><b>ij</b></a> to create and connect to a 
Derby database.  <b>ij</b> is the Derby tool you can use to issue SQL commands 
against the database.
<br/>
<br/>
</li>
<li>
Run entire <a href="ij2.html">SQL scripts</a> against the database using ij.
<br/>
<br/>
</li>
<li>
Create a <a href="derby_app.html">Java application</a> which accesses a Derby database.
<br/>
<br/>
</li>
<li>
Shutdown the <a href="stop_server.html">Derby Network Server.</a>
<br/>
<br/>
</li>
<li>
Obtain Java and Derby information to help in troubleshooting problems using 
<a href="sysinfo.html">sysinfo.</a>
<br/>
<br/>
</li>
<li>
Learn more about Apache Derby from the online <a href="resources.html">documentation.</a>
<br/>
<br/>
</li>
</ul>
</p>

<p>
</p>
</body>
</html>




See more files for this project here

CSDerby

CSDerby is not CloudScape-Derby(for Java) but rather Derby forked/ported to CSharp. Specifically it is intended to be a native c# Embedded DB for the mono/net platform with the ADO.NET API instead of the JDBC API.

Project homepage: http://sourceforge.net/projects/csharpderbyport
Programming language(s): Java,SQL
License: apache20

  images/
    add_nature.GIF
    completed_javaapp.GIF
    create_class.GIF
    create_file.GIF
    create_restaurant.GIF
    ij_commands.GIF
    new_class.GIF
    properties.gif
    property_sheet.GIF
    remove_nature.GIF
    restaurant_editor.GIF
    restaurant_script.GIF
    run_javaapp.GIF
    server_popup.gif
    shutdown_success.gif
    start_ij.GIF
    start_server.GIF
    start_server_console.gif
    stop_popup.gif
    stop_server.GIF
    sysinfo_output.GIF
    sysinfo_start.GIF
  derby_app.html
  ij.html
  ij2.html
  ij_toc.html
  java_project.html
  nature.html
  nature_toc.html
  properties.html
  remove_nature.html
  resources.html
  server_toc.html
  start_server.html
  start_toc.html
  stop_server.html
  sysinfo.html