Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_pt
CreateManager_pt
LeftMenu




JSPWiki v2.2.33

[RSS]


Hide Menu

CreateDAO_pt


Difference between version 24 and version 23:

At line 190 removed 2 lines.
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
At line 191 added 1 line.
import org.springframework.dao.DataAccessException;
At line 194 removed 1 line.
At line 197 removed 3 lines.
//~ Instance fields ========================================================
At line 203 changed 3 lines.
//~ Methods ================================================================
protected void setUp() {
log = LogFactory.getLog(PersonDaoTest.class);
protected void setUp() throws Exception {
super.setUp();
At line 209 changed 1 line.
protected void tearDown() {
protected void tearDown() throws Exception {
super.tearDown();
At line 212 removed 4 lines.
public static void main(String[] args) {
junit.textui.TestRunner.run(PersonDaoTest.class);
}

Back to CreateDAO_pt, or to the Page History.