Benx Shen's Library tagged → View Popular
25 Jun 08
Motivating the Data Storm, open source database browser for testing
Data Storm is a free open source data base browser. While there are millions of data base browsers freely available online, Data Storm is different as it can be launched directly from within your Java code. This enables you to see and modify data that otherwise may not be available to you.
-
public void test_order_save() {
Order orderToBeFound = new Order(SOME_ID, SOME_NAME1);
orderToBeFound.save();
new DataStorm().show( connection, "SELECT * FROM orders o WHERE o.id = " + SOME_ID );
assertNotNull(orderToBeFound.load(SOME_ID));
} -

1 - 3 of 3
Showing 20▼ items per page
Sponsored Links
Ads by Google
Top Contributors
Groups interested in db
Related Lists on Diigo
-
DB - Bibliotek 2.0 & Web 2.0
Items: 1 | Visits: 30
Created by: Stefan Søndervang
-
embed java DB
Items: 2 | Visits: 18
Created by: jes stranig
-
Reference db for kids
Primary sources, online ref...
Items: 21 | Visits: 38
Created by: H Below
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo

