Changes between Version 3 and Version 4 of UTGBCore/SQLite
- Timestamp:
- 10/12/07 21:18:34 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/SQLite
v3 v4 5 5 UTGB Core supports SQLite3 database access. In the default setting, the database files within utgb-core/resource folder can be accessed from UTGB core. 6 6 7 http://localhost:8888/org.utgenome.gwt.utgb.UTGBResourceCenter/dispatcher?actionClass=org.utgenome.gwt.utgb.server.app.SQLiteAccessSample 7 After launching the GWTShell, try the following URL: 8 9 http://localhost:8888/org.utgenome.gwt.utgb.UTGBResourceCenter/dispatcher?actionClass=org.utgenome.gwt.utgb.server.app.SQLiteAccessSample 10 11 source:trunk/utgb/utgb-core/src/main/java/org/utgenome/gwt/utgb/server/app/SQLiteAccessTest.java