links.html 16.6 KB
Newer Older
1 2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Thomas Mueller's avatar
Thomas Mueller committed
3
Copyright 2004-2009 H2 Group. Multiple-Licensed under the H2 License, Version 1.0,
4 5
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
6 7 8 9 10 11
Initial Developer: H2 Group
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
H2 In Use and Links
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
<!-- [search] { -->
13 14 15
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">
16
<!-- } -->
17 18

<h1>H2 In Use and Links</h1>
19 20 21 22
<p>
Those are just a few links to products using or supporting H2.
If you want to add a link, please send it to the support email address or post it in the group.
</p>
23

24 25 26
<h2>Books</h2>
<a href="http://code.google.com/p/seaminaction/wiki/GettingStarted">
Seam In Action</a>
27 28

<h2>Extensions</h2>
29 30 31
<a href="http://grails.org/H2+Database+Plugin">
Grails H2 Database Plugin</a>
<br />
32
<a href="http://code.google.com/p/h2osgi">
33 34
h2osgi: OSGi for the H2 Database</a>
<br />
35
<a href="http://code.google.com/p/h2sharp">
36 37
H2Sharp: ADO.NET interface for the H2 database engine</a>
<br />
38
<a href="http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download">
39
H2 Spatial: spatial functions to H2 database</a>
40 41

<h2>Blogs</h2>
Thomas Mueller's avatar
Thomas Mueller committed
42
<a href="http://zvikico.typepad.com/problog/2008/04">
43
H2 Database - Performance Tracing (2008-04-30)</a><br />
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
<a href="http://www.bluedevel.com/blog/?p=12">
Testing your JDBC data access layer with DBUnit and H2 (2007-09-18)</a><br />
<a href="http://www.encorewiki.org/display/encore/Open+Source+Databases+Comparison">
Open Source Databases Comparison (2007-09-11)</a><br />
<a href="http://thecodist.com/fiche/thecodist/article/the-open-source-frameworks-i-use">
The Codist: The Open Source Frameworks I Use (2007-07-23)</a><br />
<a href="http://thecodist.com/fiche/thecodist/article/sql-injections-how-not-to-get-stuck">
The Codist:  SQL Injections: How Not To Get Stuck (2007-05-08)</a><br />
<a href="http://manichord.com/blog/2007/05/helma-h2-to-easy.html">
One Man Band: (Helma + H2) == "to easy" (2007-03-11)</a><br />
<a href="http://blogs.sun.com/coldrick/entry/new_version_of_h2_database">
David Coldrick's Weblog: New Version of H2 Database Released (2007-01-06)</a><br />
<a href="http://thecodist.com/fiche/thecodist/article/write-your-own-database-again-an-interview-with-the-author-of-h2-thomas-mueller">
The Codist: Write Your Own Database, Again (2006-11-13)</a><br />

<h2>Project Pages</h2>
<a href="http://www.ohloh.net/projects/3924?p=H2+Database+Engine">
Ohloh</a><br />
<a href="http://freshmeat.net/projects/h2">
Freshmeat Project Page</a><br />
<a href="http://en.wikipedia.org/wiki/H2_%28DBMS%29">
Wikipedia</a><br />
<a href="http://java-source.net/open-source/database-engines/h2">
Java Source Net</a><br />
<a href="http://packman.links2linux.org/package/h2">
Linux Package Manager</a><br />

71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
<h2>Database Frontends / Tools</h2>

<p><a href="http://www.dbsolo.com">
DB Solo</a><br />
SQL query tool.
</p>

<p><a href="http://www.minq.se/products/dbvis">
DbVisualizer</a><br />
Database tool.
</p>

<p><a href="http://executequery.org">
Execute Query</a><br />
Database utility written in Java.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
88 89 90 91 92
<p><a href="http://www.flexive.org">
[fleXive]</a><br />
JavaEE 5 open source framework for the development of complex and evolving (web-)applications.
</p>

93 94 95 96 97
<p><a href="http://henplus.sourceforge.net">
HenPlus</a><br />
HenPlus is a SQL shell written in Java.
</p>

98 99 100 101 102
<p><a href="http://www.razorsql.com">
RazorSQL</a><br />
An SQL query tool, database browser, SQL editor, and database administration tool.
</p>

103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
<p><a href="http://sqldeveloper.solyp.com/index.html">
SQL Developer</a><br />
Universal Database Frontend.
</p>

<p><a href="http://sql-workbench.net">
SQL Workbench/J</a><br />
Free DBMS-independent SQL tool.
</p>

<p><a href="http://www.squirrelsql.org">
SQuirreL SQL Client</a><br />
Graphical tool to view the structure of a database, browse the data, issue SQL commands etc.
</p>

<p><a href="http://dbcopyplugin.sf.net">
SQuirreL DB Copy Plugin</a><br />
Tool to copy data from one database to another.
</p>

123 124
<h2>Products and Projects</h2>

125 126 127 128 129
<p><a href="http://aejaks.sf.net">
&AElig;jaks</a><br />
A server-side scripting environment to build AJAX enabled web applications.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
130
<p><a href="http://www.axiomstack.com">
131 132 133 134
Axiom Stack</a><br />
A web framework that let's you write dynamic web applications with Zen-like simplicity.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
135
<p><a href="http://cayenne.apache.org">
136
Apache Cayenne</a><br />
137 138 139
Open source persistence framework providing object-relational mapping (ORM) and remoting services.
</p>

140 141
<p><a href="http://jackrabbit.apache.org">
Apache Jackrabbit</a><br />
142 143 144
Open source implementation of the Java Content Repository API (JCR).
</p>

145 146
<p><a href="http://incubator.apache.org/openjpa">
Apache OpenJPA</a><br />
147 148 149
Open source implementation of the Java Persistence API (JPA).
</p>

150 151
<p><a href="http://appfuse.org">
AppFuse</a><br />
152 153 154
Helps building web applications.
</p>

155 156 157 158 159
<p><a href="http://www.bgblitz.com">
BGBlitz</a><br />
The Swiss army knife of Backgammon.
</p>

160 161
<p><a href="http://wiki.blojsom.com">
Blojsom</a><br />
162
Java-based multi-blog, multi-user software package (Mac OS X Weblog Server).
163 164
</p>

165 166
<p><a href="http://bmarks-portlet.sourceforge.net">
Bookmarks Portlet</a><br />
167
JSR 168 compliant bookmarks management portlet application.
168 169
</p>

170 171
<p><a href="http://www.claros.org">
Claros inTouch</a><br />
172 173 174
Ajax communication suite with mail, addresses, notes, IM, and rss reader.
</p>

175 176 177 178 179
<p><a href="http://crashplan.com/business">
CrashPlan PRO Server</a><br />
Easy and cross platform backup solution for business and service providers.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
180
<p><a href="http://dbunit.wikidot.com">
181 182 183 184
DbUnit</a><br />
A JUnit extension (also usable with Ant) targeted for database-driven projects.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
185 186 187 188 189
<p><a href="http://www.avaje.org">
Ebean ORM Persistence Layer</a><br />
Open source Java Object Relational Mapping tool.
</p>

190 191 192 193
<p><a href="http://antilogics.com/epictetus.html">
Epictetus</a><br />
Free cross platform database tool.
</p>
194

Thomas Mueller's avatar
Thomas Mueller committed
195
<p><a href="http://fabric3.codehaus.org">
196 197 198
Fabric3</a><br />
Fabric3 is a project implementing a federated service network based on the Service Component Architecture specification (http://www.osoa.org).
</p>
199

Thomas Mueller's avatar
Thomas Mueller committed
200
<p><a href="http://code.google.com/p/fit4data">
201 202 203 204
FIT4Data</a><br />
A testing framework for data management applications built on the Java implementation of FIT.
</p>

205 206 207 208 209
<p><a href="http://www.fluxcorp.com">
Flux</a><br />
Java job scheduler, file transfer, workflow, and BPM.
</p>

210 211 212 213 214
<p><a href="http://ggc.sourceforge.net">
GNU Gluco Control</a><br />
Helps you to manage your diabetes..
</p>

215 216
<p><a href="http://www.goldenstudios.or.id">
Golden T Studios</a><br />
217 218 219 220 221 222 223
Fun-to-play games with a simple interface.
</p>

<p><a href="http://www.gs.sjts.co.jp">
Group Session</a><br />
Open source web groupware.
</p>
224

225
<p><a href="http://ha-jdbc.sourceforge.net">
226
HA-JDBC</a><br />
227 228 229
High-Availability JDBC: A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
</p>

230 231 232 233 234
<p><a href="http://coolharbor.100free.com/index.htm">
Harbor</a><br />
Pojo Application Server.
</p>

235 236
<p><a href="http://hibernate.org">
Hibernate</a><br />
237 238 239
Relational persistence for idiomatic Java (O-R mapping tool).
</p>

Thomas Mueller's avatar
Thomas Mueller committed
240
<p><a href="http://www.willuhn.de/projects/hibiscus">
241
Hibicius</a><br />
242
Online Banking Client for the HBCI protocol.
243 244
</p>

245 246
<p><a href="http://www.believeit.ltd.uk">
ImageMapper</a><br />
247 248
ImageMapper frees users from having to use file browsers to view their images.
They get fast access to images and easy cataloguing of them via a user friendly
249 250 251
interface.
</p>

252 253
<p><a href="http://jamwiki.org">
JAMWiki</a><br />
254 255 256
Java-based Wiki engine.
</p>

257 258
<p><a href="http://dev.orf.at/trac/jala">
Jala</a><br />
259
Open source collection of JavaScript modules.
260 261
</p>

262 263 264 265 266
<p><a href="http://code.google.com/p/javasimon">
Java Simon</a><br />
Simple Monitoring API.
</p>

267 268 269 270 271
<p><a href="http://www.jboss.org/jbossjbpm">
jBPM</a><br />
A platform for executable process languages ranging from business process management (BPM) over workflow to service orchestration.
</p>

272 273 274 275 276
<p><a href="http://jgeocoder.sourceforge.net">
JGeocoder</a><br />
Free Java geocoder. Geocoding is the process of estimating a latitude and longitude for a given location.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
277
<p><a href="http://www.jgrass.org">
278
JGrass</a><br />
279
Java Geographic Resources Analysis Support System.
280 281 282
Free, multi platform, open source GIS based on the GIS framework of uDig.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
283
<p><a href="http://jena.sourceforge.net">
Thomas Mueller's avatar
Thomas Mueller committed
284 285 286 287
Jena</a><br />
Java framework for building Semantic Web applications.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
288
<p><a href="http://jmatter.org">
289
JMatter</a><br />
290 291 292
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
</p>

293 294 295 296 297
<p><a href="http://getjotbot.com">
JotBot</a><br />
Records your day at user defined intervals.
</p>

298 299
<p><a href="http://www.jpox.org">
JPOX</a><br />
300 301 302
Java persistent objects.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
303
<p><a href="http://code.google.com/p/liftweb">
304
Liftweb</a><br />
305
A Scala-based, secure, developer friendly web framework.
306 307
</p>

308
<p><a href="http://liquibase.org">
309
LiquiBase</a><br />
310 311 312
A tool to manage database changes and refactorings.
</p>

313 314
<p><a href="http://luntbuild.javaforge.com">
Luntbuild</a><br />
315 316
Build automation and management tool.
</p>
317

318 319
<p><a href="http://pfgrc.jcvi.org/index.php/bioinformatics/magnolia.html">
Magnolia</a><br />
320
Microarray Data Management and Export System for PFGRC
321 322 323
(Pathogen Functional Genomics Resource Center) Microarrays.
</p>

324 325 326 327 328
<p><a href="http://www.source-code.biz/snippets/java/8.htm">
MiniConnectionPoolManager</a><br />
A lightweight standalone JDBC connection pool manager.
</p>

329 330
<p><a href="http://jenkov.com/mrpersister/index.html">
Mr. Persister</a><br />
331 332 333
Simple, small and fast object relational mapping.
</p>

334 335
<p><a href="http://myna.emptybrain.info">
Myna Application Server</a><br />
336 337 338
Java web app that provides dynamic web content and Java libraries access from JavaScript.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
339
<p><a href="http://docs.codewave.de/mytunesrss3">
340
MyTunesRss</a><br />
341 342 343
MyTunesRSS lets you listen to your music wherever you are.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
344
<p><a href="http://ncgc.nih.gov/pub/openhts">
345
NCGC CurveFit</a><br />
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
From: NIH Chemical Genomics Center, National Institutes of Health, USA.
An open source application in the life sciences research field. This
application handles chemical structures and biological responses of
thousands of compounds with the potential to handle million+ compounds.
It utilizes an embedded H2 database to enable flexible query/retrieval
of all data including advanced chemical substructure and similarity
searching. The application highlights an automated curve fitting and
classification algorithm that outperforms commercial packages in the
field. Commercial alternatives are typically small desktop software
that handle a few dose response curves at a time. A couple of
commercial packages that do handle several thousand curves are very
expensive tools (&gt;60k USD) that require manual curation of analysis
by the user; require a license to Oracle; lack advanced
query/retrieval; and the ability to handle chemical structures.
</p>

362 363 364 365 366
<p><a href="http://www.nuxeo.org">
Nuxeo</a><br />
Standards-based, open source platform for building ECM applications.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
367
<p><a href="http://www.nwiresoftware.com">
368
nWire</a><br />
369 370 371 372
Eclipse plug-in which expedites Java development.
It's main purpose is to help developers find code quicker and easily
understand how it relates to the rest of the application, thus,
understand the application structure.
373 374
</p>

Thomas Mueller's avatar
Thomas Mueller committed
375
<p><a href="http://www.ontologyworks.com">
Thomas Mueller's avatar
Thomas Mueller committed
376 377 378 379 380 381 382 383
Ontology Works</a><br />
This company provides semantic technologies including deductive
information repositories (the Ontology Works Knowledge Servers),
semantic information fusion and semantic federation of legacy
databases, ontology-based domain modeling, and management of the
distributed enterprise.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
384
<p><a href="http://www.ontoprise.de">
385
Ontoprise OntoBroker</a><br />
386
SemanticWeb-Middleware. It supports all W3C Semantic Web recommendations:
387 388 389
OWL, RDF, RDFS, SPARQL, and F-Logic.
</p>

390
<p><a href="http://www.openanzo.org">
391
Open Anzo</a><br />
392 393 394
Semantic Application Server.
</p>

395 396 397 398 399
<p><a href="http://www.opengroove.org">
OpenGroove</a><br />
OpenGroove is a groupware program that allows users to synchronize data.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
400
<p><a href="http://www.orionserver.com">
401
Orion</a><br />
402 403 404
J2EE Application Server.
</p>

405 406 407 408 409
<p><a href="http://fluid-forms.com/FluidLibs">
P5H2</a><br />
A library for the <a href="http://www.processing.org">Processing</a> programming language and environment.
</p>

410 411 412 413 414
<p><a href="http://www.phase-6.de">
Phase-6</a><br />
A computer based learning software.
</p>

415 416 417 418 419
<p><a href="http://code.google.com/p/pickle4j">
Pickle</a><br />
Pickle is a Java library containing classes for persistence, concurrency, and logging.
</p>

420 421 422 423 424
<p><a href="http://www.pimansoft.com">
Piman</a><br />
Water treatment projects data management.
</p>

425 426
<p><a href="http://www.polepos.org">
PolePosition</a><br />
427 428 429
Open source database benchmark.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
430 431
<p><a href="http://poormans.sourceforge.net/index.html">
Poormans</a><br />
432
Very basic CMS running as a SWT application and generating static html pages.
Thomas Mueller's avatar
Thomas Mueller committed
433 434 435 436
</p>

<p><a href="http://www.railo-technologies.com">
Railo</a><br />
437
Railo is an alternative engine for the Cold Fusion Markup Language, that compiles code
Thomas Mueller's avatar
Thomas Mueller committed
438 439 440
programmed in CFML into Java bytecode and executes it on a servlet engine.
</p>

441 442 443 444 445
<p><a href="http://www.razuna.com">
Razuna</a><br />
Open source Digital Asset Management System with integrated Web Content Management.
</p>

446 447 448 449 450
<p><a href="http://www.rifers.org">
RIFE</a><br />
A full-stack web application framework with tools and APIs to implement most common web features.
</p>

451 452 453 454 455
<p><a href="http://patir.rubyforge.org/rutema/index.html">
Rutema</a><br />
Rutema is a test execution and management tool for heterogeneous development environments written in Ruby.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
456 457
<p><a href="http://scriptella.javaforge.com">
Sava</a><br />
458
Open-source web-based content management system.
Thomas Mueller's avatar
Thomas Mueller committed
459 460
</p>

461 462
<p><a href="http://scriptella.javaforge.com">
Scriptella</a><br />
463 464 465
ETL (Extract-Transform-Load) and script execution tool.
</p>

466 467
<p><a href="http://www.seasar.org">
Sesar</a><br />
468
Dependency Injection Container with Aspect Oriented Programming.
469 470
</p>

471 472
<p><a href="http://semmle.com">
SemmleCode</a><br />
473 474 475
Eclipse plugin to help you improve software quality.
</p>

476 477
<p><a href="http://sequalite.sourceforge.net">
SeQuaLite</a><br />
478
A free, light-weight, java data access framework.
479 480
</p>

Thomas Mueller's avatar
Thomas Mueller committed
481
<p><a href="http://code.google.com/p/shapelogic">
482 483 484 485
ShapeLogic</a><br />
Toolkit for declarative programming, image processing and computer vision.
</p>

486 487
<p><a href="http://www.shellbook.com">
Shellbook</a><br />
488 489 490
Desktop publishing application.
</p>

491 492
<p><a href="http://www.intellibo.com">
Signsoft intelliBO</a><br />
493 494 495
Persistence middleware supporting the JDO specification.
</p>

496 497 498 499 500
<p><a href="http://www.simpleorm.org">
SimpleORM</a><br />
Simple Java Object Relational Mapping.
</p>

501 502 503 504 505
<p><a href="http://symmetricds.codehaus.org">
SymmetricDS</a><br />
A web-enabled, database independent, data synchronization/replication software.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
506
<p><a href="http://www.smartfoxserver.com">
507
SmartFoxServer</a><br />
508 509 510
Platform for developing multiuser applications and games with Macromedia Flash.
</p>

511 512 513 514 515
<p><a href="http://code.google.com/p/sbff">
Social Bookmarks Friend Finder</a><br />
A GUI application that allows you to find users with similar bookmarks to the user specified (for delicious.com).
</p>

516
<p><a href="http://sqlorm.sourceforge.net/index.html">
517 518 519 520
SQLOrm</a><br />
Java Object Relation Mapping.
</p>

521 522
<p><a href="http://www.intertec.ch/storybook">
StorYBook</a><br />
523 524 525
A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
</p>

526 527
<p><a href="http://www.streamcruncher.com">
StreamCruncher</a><br />
528 529 530
Event (stream) processing kernel.
</p>

531 532
<p><a href="http://www.gabealbert.info/tunebackup">
Tune Backup</a><br />
533 534 535
Easy-to-use backup solution for your iTunes library.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
536 537 538 539 540
<p><a href="http://www.weblica.ch">
weblica</a><br />
Desktop CMS.
</p>

541 542
<p><a href="http://www.webofweb.net">
Web of Web</a><br />
543 544 545
Collaborative and realtime interactive media platform for the web.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
546
<p><a href="http://code.google.com/p/werkzeugkasten">
547
Werkzeugkasten</a><br />
548 549 550
Minimum Java Toolset.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
551
<p><a href="http://sourceforge.net/projects/volunteerbase">
552
Volunteer database</a><br />
553 554 555
A database front end to register volunteers, partnership and donation for a Non Profit organization.
</p>

556 557
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>