links.html 22.7 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">
<!--
3
Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0, Version 1.0,
4
and under the Eclipse Public License, Version 1.0
5 6 7
Initial Developer: H2 Group
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
8
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Thomas Mueller's avatar
Thomas Mueller committed
9
<meta name="viewport" content="width=device-width, initial-scale=1" />
10
<title>
11
H2 In Use and Links
12 13
</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
14
<!-- [search] { -->
15 16 17
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">
18
<!-- } -->
19

Thomas Mueller's avatar
Thomas Mueller committed
20
<h1>Links</h1>
21
<p>
Thomas Mueller's avatar
Thomas Mueller committed
22
If you want to add a link, please send it to the support email address or post it to the group.
23
</p>
Thomas Mueller's avatar
Thomas Mueller committed
24 25
<a href="#commercial_support">
    Commercial Support</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
26 27
<a href="#quotes">
    Quotes</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
28 29 30 31 32
<a href="#books">
    Books</a><br />
<a href="#extensions">
    Extensions</a><br />
<a href="#blog">
Thomas Mueller's avatar
Thomas Mueller committed
33
    Blog Articles, Videos</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
34 35 36 37 38
<a href="#tools">
    Database Frontends / Tools</a><br />
<a href="#projects">
    Products and Projects</a><br />

Thomas Mueller's avatar
Thomas Mueller committed
39 40
<h2 id="commercial_support">Commercial Support</h2>
<p>
41 42 43
<a href="http://barbarysoftware.com/h2consulting.html">Commercial support for H2 is available</a>
from Steve McLeod (steve dot mcleod at gmail dot com).
Please note he is not one of the main developers of H2. He describes himself as follows:
Thomas Mueller's avatar
Thomas Mueller committed
44 45 46
</p>
<ul><li>I'm a long time user of H2, routinely working with H2 databases several gigabytes in size.
</li><li>I'm the creator of popular commercial desktop software that uses H2.
47 48 49 50
</li><li>I've made several source code contributions to H2.
</li><li>I have two decades of IT consulting experience with large and small clients in many countries.
</li><li>I'm based in Barcelona, Spain. I'm sometimes available to travel within Europe.
        I can work remotely with teams in the USA and other locations.
Thomas Mueller's avatar
Thomas Mueller committed
51
</li></ul>
Thomas Mueller's avatar
Thomas Mueller committed
52

Thomas Mueller's avatar
Thomas Mueller committed
53 54 55 56
<h2 id="quotes">Quotes</h2>
<p>
<a href="http://groups.google.com/group/h2-database/browse_thread/thread/adee024b8af85931/1edbc4a601146ec6">
Quote</a>:
Thomas Mueller's avatar
Thomas Mueller committed
57 58 59
"This is by far the easiest and fastest database that I have ever used.
Originally the web application that I am working on is using SQL server.
But, in less than 15 minutes I had H2 up and working with little recoding of the SQL.
Thomas Mueller's avatar
Thomas Mueller committed
60 61 62
Thanks..... "
</p>

Thomas Mueller's avatar
Thomas Mueller committed
63
<h2 id="books">Books</h2>
64 65
<a href="http://code.google.com/p/seaminaction/wiki/GettingStarted">
Seam In Action</a>
66

Thomas Mueller's avatar
Thomas Mueller committed
67
<h2 id="extensions">Extensions</h2>
68 69 70
<a href="http://grails.org/H2+Database+Plugin">
Grails H2 Database Plugin</a>
<br />
71
<a href="http://code.google.com/p/h2osgi">
72 73
h2osgi: OSGi for the H2 Database</a>
<br />
74
<a href="http://code.google.com/p/h2sharp">
75 76
H2Sharp: ADO.NET interface for the H2 database engine</a>
<br />
Thomas Mueller's avatar
Thomas Mueller committed
77 78
<a href="http://www.h2gis.org">
A spatial extension of the H2 database.</a>
79

Thomas Mueller's avatar
Thomas Mueller committed
80 81 82
<h2 id="blog">Blog Articles, Videos</h2>
<a href="http://www.youtube.com/watch?v=mlWM0r3SKkg">
Youtube: Minecraft 1.7.3 / How to install Bukkit Server with xAuth and H2</a><br />
83 84
<a href="http://blog.zvikico.com/2009/12/analyzing-csvs-with-h2.html">
Analyzing CSVs with H2 in under 10 minutes (2009-12-07)</a><br />
85 86 87
<a href="http://sbdevel.wordpress.com/2009/06/15/efficient-sorting-and-iteration-on-large-databases">
Efficient sorting and iteration on large databases (2009-06-15)</a><br />
<a href="http://blog.flexive.org/2008/12/05/porting-flexive-to-the-h2-database">
88 89 90
Porting Flexive to the H2 Database (2008-12-05)</a><br />
<a href="http://blogs.sun.com/theaquarium/entry/h2_database_with_glassfish">
H2 Database with GlassFish (2008-11-24)</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
91
<a href="http://zvikico.typepad.com/problog/2008/04">
92
H2 Database - Performance Tracing (2008-04-30)</a><br />
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
<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://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 />

Thomas Mueller's avatar
Thomas Mueller committed
116
<h2 id="tools">Database Frontends / Tools</h2>
117

Thomas Mueller's avatar
Thomas Mueller committed
118 119 120 121 122
<p><a href="http://www.alvila.com/DataFlyer">
Dataflyer</a><br />
A tool to browse databases and export data.
</p>

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

Thomas Mueller's avatar
Thomas Mueller committed
128
<p><a href="http://www.dbvis.com">
129 130 131 132 133 134 135 136 137
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
138
<p><a href="http://flywaydb.org">
Thomas Mueller's avatar
Thomas Mueller committed
139 140 141 142
Flyway</a><br />
The agile database migration framework for Java.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
143 144 145 146 147
<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>

Thomas Mueller's avatar
Thomas Mueller committed
148 149
<p><a href="https://github.com/arykov/jdbc-console">
JDBC Console</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
150
This small webapp gives an ability to execute SQL against datasources bound in container's JNDI.
Thomas Mueller's avatar
Thomas Mueller committed
151 152 153
Based on H2 Console.
</p>

154 155 156 157 158
<p><a href="http://henplus.sourceforge.net">
HenPlus</a><br />
HenPlus is a SQL shell written in Java.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
159
<p><a href="http://github.com/maginatics/jdbclint">
Thomas Mueller's avatar
Thomas Mueller committed
160 161 162 163
JDBC lint</a><br />
Helps write correct and efficient code when using the JDBC API.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
164 165 166 167 168
<p><a href="http://www.openoffice.org">
OpenOffice</a><br />
Base is OpenOffice.org's database application. It provides access to relational data sources.
</p>

169 170 171 172 173
<p><a href="http://www.razorsql.com">
RazorSQL</a><br />
An SQL query tool, database browser, SQL editor, and database administration tool.
</p>

174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
<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>

Thomas Mueller's avatar
Thomas Mueller committed
194
<h2 id="projects">Products and Projects</h2>
195

Thomas Mueller's avatar
Thomas Mueller committed
196 197 198 199 200
<p><a href="http://www.accuprocess.com">
AccuProcess</a><br />
Visual business process modeling and simulation software for business users.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
201 202 203 204 205 206 207 208 209 210
<p><a href="http://www.adeptiabpm.com">
Adeptia BPM</a><br />
A Business Process Management (BPM) suite to quickly and easily automate business processes and workflows.
</p>

<p><a href="http://www.adeptia.com">
Adeptia Integration</a><br />
Process-centric, services-based application integration suite.
</p>

211
<p><a href="http://aejaks.sf.net">
Thomas Mueller's avatar
Thomas Mueller committed
212
Aejaks</a><br />
213 214 215
A server-side scripting environment to build AJAX enabled web applications.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
216
<p><a href="http://www.axiomstack.com">
217 218 219 220
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
221
<p><a href="http://cayenne.apache.org">
222
Apache Cayenne</a><br />
223 224 225
Open source persistence framework providing object-relational mapping (ORM) and remoting services.
</p>

226 227
<p><a href="http://jackrabbit.apache.org">
Apache Jackrabbit</a><br />
228 229 230
Open source implementation of the Java Content Repository API (JCR).
</p>

231 232
<p><a href="http://incubator.apache.org/openjpa">
Apache OpenJPA</a><br />
233 234 235
Open source implementation of the Java Persistence API (JPA).
</p>

236 237
<p><a href="http://appfuse.org">
AppFuse</a><br />
238 239 240
Helps building web applications.
</p>

241 242 243 244 245
<p><a href="http://www.bgblitz.com">
BGBlitz</a><br />
The Swiss army knife of Backgammon.
</p>

246 247 248 249 250 251
<p><a href="http://wiki.bonita.ow2.org/xwiki/bin/view/Main">
Bonita</a><br />
Open source workflow solution for handing long-running, user-oriented processes
providing out of the box workflow and business process management features.
</p>

252 253
<p><a href="http://bmarks-portlet.sourceforge.net">
Bookmarks Portlet</a><br />
254
JSR 168 compliant bookmarks management portlet application.
255 256
</p>

257 258
<p><a href="http://www.claros.org">
Claros inTouch</a><br />
259 260 261
Ajax communication suite with mail, addresses, notes, IM, and rss reader.
</p>

262 263 264 265 266
<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
267 268 269 270 271
<p><a href="http://www.datanucleus.org">
DataNucleus</a><br />
Java persistent objects.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
272
<p><a href="http://dbunit.wikidot.com">
273 274 275 276
DbUnit</a><br />
A JUnit extension (also usable with Ant) targeted for database-driven projects.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
277 278
<p><a href="http://www.diffkit.org">
DiffKit</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
279
DiffKit is a tool for comparing two tables of data, field-by-field.
Thomas Mueller's avatar
Thomas Mueller committed
280 281 282
DiffKit is like the Unix diff utility, but for tables instead of lines of text.
</p>

283 284 285 286 287
<p><a href="http://www.martincordova.com">
Dinamica Framework</a><br />
Ajax/J2EE framework for RAD development (mainly oriented toward hispanic markets).
</p>

Thomas Mueller's avatar
Thomas Mueller committed
288 289
<p><a href="http://dhis2.org">
District Health Information Software 2 (DHIS)</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
290
The DHIS 2 is a tool for collection, validation, analysis, and presentation of aggregate statistical data,
Thomas Mueller's avatar
Thomas Mueller committed
291 292 293
tailored (but not limited) to integrated health information management activities.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
294 295 296 297 298
<p><a href="http://www.avaje.org">
Ebean ORM Persistence Layer</a><br />
Open source Java Object Relational Mapping tool.
</p>

299 300 301 302 303 304
<p><a href="http://wiki.eclipse.org/CDO">
Eclipse CDO</a><br />
The CDO (Connected Data Objects) Model Repository is a distributed shared model framework for EMF models,
and a fast server-based O/R mapping solution.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
305
<p><a href="http://fabric3.codehaus.org">
306 307 308
Fabric3</a><br />
Fabric3 is a project implementing a federated service network based on the Service Component Architecture specification (http://www.osoa.org).
</p>
309

Thomas Mueller's avatar
Thomas Mueller committed
310
<p><a href="http://code.google.com/p/fit4data">
311 312 313 314
FIT4Data</a><br />
A testing framework for data management applications built on the Java implementation of FIT.
</p>

315 316 317 318 319
<p><a href="http://www.fluxcorp.com">
Flux</a><br />
Java job scheduler, file transfer, workflow, and BPM.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
320 321 322 323 324
<p><a href="http://geoserver.org">
GeoServer</a><br />
GeoServer is a Java-based software server that allows users to view and edit geospatial data. Using open standards set forth by the Open Geospatial Consortium (OGC), GeoServer allows for great flexibility in map creation and data sharing.
</p>

325 326
<p><a href="http://code.google.com/p/gbif-providertoolkit">
GBIF Integrated Publishing Toolkit (IPT)</a><br />
327 328
The GBIF IPT is an open source, Java based web application that connects and serves
three types of biodiversity data: taxon primary occurrence data,
329 330 331
taxon checklists and general resource metadata.
</p>

332 333
<p><a href="http://ggc.sourceforge.net">
GNU Gluco Control</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
334
Helps you to manage your diabetes.
335 336
</p>

337 338
<p><a href="http://www.goldenstudios.or.id">
Golden T Studios</a><br />
339 340 341
Fun-to-play games with a simple interface.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
342 343 344 345 346 347 348
<p><a href="http://www.gridgain.com">
GridGain</a><br />
GridGain is easy to use Cloud Application Platform that enables development of
highly scalable distributed Java and Scala applications
that auto-scale on any grid or cloud infrastructure.
</p>

349 350 351 352
<p><a href="http://www.gs.sjts.co.jp">
Group Session</a><br />
Open source web groupware.
</p>
353

354
<p><a href="http://ha-jdbc.sourceforge.net">
355
HA-JDBC</a><br />
356 357 358
High-Availability JDBC: A JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
</p>

359 360
<p><a href="http://hibernate.org">
Hibernate</a><br />
361 362 363
Relational persistence for idiomatic Java (O-R mapping tool).
</p>

Thomas Mueller's avatar
Thomas Mueller committed
364
<p><a href="http://www.willuhn.de/projects/hibiscus">
365
Hibicius</a><br />
366
Online Banking Client for the HBCI protocol.
367 368
</p>

369 370
<p><a href="http://www.believeit.ltd.uk">
ImageMapper</a><br />
371 372
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
373 374 375
interface.
</p>

376 377
<p><a href="http://jamwiki.org">
JAMWiki</a><br />
378 379 380
Java-based Wiki engine.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
381 382
<p><a href="http://jaspa.upv.es">
Jaspa</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
383
Java Spatial. Jaspa potentially brings around 200 spatial functions.
Thomas Mueller's avatar
Thomas Mueller committed
384 385
</p>

386 387 388 389 390
<p><a href="http://code.google.com/p/javasimon">
Java Simon</a><br />
Simple Monitoring API.
</p>

391
<p><a href="http://www.jboss.org/jbossjbpm">
392
JBoss jBPM</a><br />
393 394 395
A platform for executable process languages ranging from business process management (BPM) over workflow to service orchestration.
</p>

396 397 398 399 400
<p><a href="http://jboss.org/jopr">
JBoss Jopr</a><br />
An enterprise management solution for JBoss middleware projects and other application technologies.
</p>

401 402 403 404 405
<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
406
<p><a href="http://www.jgrass.org">
407
JGrass</a><br />
408
Java Geographic Resources Analysis Support System.
409 410 411
Free, multi platform, open source GIS based on the GIS framework of uDig.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
412
<p><a href="http://jena.sourceforge.net">
Thomas Mueller's avatar
Thomas Mueller committed
413 414 415 416
Jena</a><br />
Java framework for building Semantic Web applications.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
417
<p><a href="http://jmatter.org">
418
JMatter</a><br />
419 420 421
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
422
<p><a href="http://www.jooq.org">
Thomas Mueller's avatar
Thomas Mueller committed
423
jOOQ (Java Object Oriented Querying)</a><br />
Thomas Mueller's avatar
Thomas Mueller committed
424
jOOQ is a fluent API for typesafe SQL query construction and execution
Thomas Mueller's avatar
Thomas Mueller committed
425 426
</p>

Thomas Mueller's avatar
Thomas Mueller committed
427
<p><a href="http://code.google.com/p/liftweb">
428
Liftweb</a><br />
429
A Scala-based, secure, developer friendly web framework.
430 431
</p>

432
<p><a href="http://liquibase.org">
433
LiquiBase</a><br />
434 435 436
A tool to manage database changes and refactorings.
</p>

437 438
<p><a href="http://luntbuild.javaforge.com">
Luntbuild</a><br />
439 440
Build automation and management tool.
</p>
441

442 443 444 445 446
<p><a href="http://code.google.com/p/localdb">
localdb</a><br />
A tool that locates the full file path of the folder containing the database files.
</p>

447 448
<p><a href="http://pfgrc.jcvi.org/index.php/bioinformatics/magnolia.html">
Magnolia</a><br />
449
Microarray Data Management and Export System for PFGRC
450 451 452
(Pathogen Functional Genomics Resource Center) Microarrays.
</p>

453 454 455 456 457
<p><a href="http://www.source-code.biz/snippets/java/8.htm">
MiniConnectionPoolManager</a><br />
A lightweight standalone JDBC connection pool manager.
</p>

458 459
<p><a href="http://jenkov.com/mrpersister/index.html">
Mr. Persister</a><br />
460 461 462
Simple, small and fast object relational mapping.
</p>

463 464
<p><a href="http://myna.emptybrain.info">
Myna Application Server</a><br />
465 466 467
Java web app that provides dynamic web content and Java libraries access from JavaScript.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
468
<p><a href="http://www.codewave.de/mytunesrss.php">
469
MyTunesRss</a><br />
470 471 472
MyTunesRSS lets you listen to your music wherever you are.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
473
<p><a href="http://www.ncats.nih.gov/research/tools/preclinical/preclinical-research-tools.html">
474
NCGC CurveFit</a><br />
475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490
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>

491 492 493 494 495
<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
496
<p><a href="http://www.nwiresoftware.com">
497
nWire</a><br />
498 499 500 501
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.
502 503
</p>

Thomas Mueller's avatar
Thomas Mueller committed
504
<p><a href="http://www.ontologyworks.com">
Thomas Mueller's avatar
Thomas Mueller committed
505 506 507 508 509 510 511 512
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
513
<p><a href="http://www.ontoprise.de">
514
Ontoprise OntoBroker</a><br />
515
SemanticWeb-Middleware. It supports all W3C Semantic Web recommendations:
516 517 518
OWL, RDF, RDFS, SPARQL, and F-Logic.
</p>

519
<p><a href="http://www.openanzo.org">
520
Open Anzo</a><br />
521 522 523
Semantic Application Server.
</p>

524 525 526 527 528
<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
529 530 531 532 533
<p><a href="http://code.google.com/p/opensocial-development-environment">
OpenSocial Development Environment (OSDE)</a><br />
Development tool for OpenSocial application.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
534
<p><a href="http://www.orionserver.com">
535
Orion</a><br />
536 537 538
J2EE Application Server.
</p>

539 540 541 542 543
<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>

544 545 546 547 548
<p><a href="http://www.phase-6.de">
Phase-6</a><br />
A computer based learning software.
</p>

549 550 551 552 553
<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>

554 555 556 557 558
<p><a href="http://www.pimansoft.com">
Piman</a><br />
Water treatment projects data management.
</p>

559 560
<p><a href="http://www.polepos.org">
PolePosition</a><br />
561 562 563
Open source database benchmark.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
564 565
<p><a href="http://poormans.sourceforge.net/index.html">
Poormans</a><br />
566
Very basic CMS running as a SWT application and generating static html pages.
Thomas Mueller's avatar
Thomas Mueller committed
567 568 569 570
</p>

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

575 576 577 578 579
<p><a href="http://www.razuna.com">
Razuna</a><br />
Open source Digital Asset Management System with integrated Web Content Management.
</p>

580 581 582 583 584
<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>

Thomas Mueller's avatar
Thomas Mueller committed
585 586
<p><a href="http://scriptella.javaforge.com">
Sava</a><br />
587
Open-source web-based content management system.
Thomas Mueller's avatar
Thomas Mueller committed
588 589
</p>

590 591
<p><a href="http://scriptella.javaforge.com">
Scriptella</a><br />
592 593 594
ETL (Extract-Transform-Load) and script execution tool.
</p>

595 596
<p><a href="http://www.seasar.org">
Sesar</a><br />
597
Dependency Injection Container with Aspect Oriented Programming.
598 599
</p>

600 601
<p><a href="http://semmle.com">
SemmleCode</a><br />
602 603 604
Eclipse plugin to help you improve software quality.
</p>

605 606
<p><a href="http://sequalite.sourceforge.net">
SeQuaLite</a><br />
607
A free, light-weight, java data access framework.
608 609
</p>

Thomas Mueller's avatar
Thomas Mueller committed
610
<p><a href="http://code.google.com/p/shapelogic">
611 612 613 614
ShapeLogic</a><br />
Toolkit for declarative programming, image processing and computer vision.
</p>

615 616
<p><a href="http://www.shellbook.com">
Shellbook</a><br />
617 618 619
Desktop publishing application.
</p>

620 621
<p><a href="http://www.intellibo.com">
Signsoft intelliBO</a><br />
622 623 624
Persistence middleware supporting the JDO specification.
</p>

625 626 627 628 629
<p><a href="http://www.simpleorm.org">
SimpleORM</a><br />
Simple Java Object Relational Mapping.
</p>

630 631 632 633 634
<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
635
<p><a href="http://www.smartfoxserver.com">
636
SmartFoxServer</a><br />
637 638 639
Platform for developing multiuser applications and games with Macromedia Flash.
</p>

640 641 642 643 644
<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>

Thomas Mueller's avatar
Thomas Mueller committed
645 646 647 648 649
<p><a href="http://www.sormula.org">
sormula</a><br />
Simple object relational mapping.
</p>

650 651
<p><a href="http://www.springfuse.com">
Springfuse</a><br />
652
Code generation For Spring, Spring MVC &amp; Hibernate.
653 654
</p>

655
<p><a href="http://sqlorm.sourceforge.net/index.html">
656 657 658 659
SQLOrm</a><br />
Java Object Relation Mapping.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
660 661 662 663 664 665 666
<p><a href="http://csv-jdbc.com">
StelsCSV and StelsXML</a><br />
StelsCSV is a CSV JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on text files.
StelsXML is a XML JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on XML files.
Both use H2 as the SQL engine.
</p>

667 668
<p><a href="http://www.intertec.ch/storybook">
StorYBook</a><br />
669 670 671
A summary-based tool for novelist and script writers. It helps to keep the overview over the various traces a story has.
</p>

672 673
<p><a href="http://www.streamcruncher.com">
StreamCruncher</a><br />
674 675 676
Event (stream) processing kernel.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
677 678
<p><a href="http://www.suse.com/products/suse-manager">
SUSE Manager, part of Linux Enterprise Server 11</a><br />
679
The SUSE Manager
Thomas Mueller's avatar
Thomas Mueller committed
680 681 682 683
<a href="http://www.suse.com/blogs/suse-manager-eases-the-buden-of-compliance">
eases the burden of compliance</a> with regulatory requirements and corporate policies.
</p>

684 685
<p><a href="http://www.gabealbert.info/tunebackup">
Tune Backup</a><br />
686 687 688
Easy-to-use backup solution for your iTunes library.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
689 690 691 692 693
<p><a href="http://www.weblica.ch">
weblica</a><br />
Desktop CMS.
</p>

694 695
<p><a href="http://www.webofweb.net">
Web of Web</a><br />
696 697 698
Collaborative and realtime interactive media platform for the web.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
699
<p><a href="http://code.google.com/p/werkzeugkasten">
700
Werkzeugkasten</a><br />
701 702 703
Minimum Java Toolset.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
704
<p><a href="http://vpda.org/">
705
VPDA</a><br />
706
View providers driven applications is a Java based application framework
707 708 709
for building applications composed from server components - view providers.
</p>

Thomas Mueller's avatar
Thomas Mueller committed
710
<p><a href="http://sourceforge.net/projects/volunteerbase">
711
Volunteer database</a><br />
712 713 714
A database front end to register volunteers, partnership and donation for a Non Profit organization.
</p>

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