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
Main
TextFormattingRules
WhatIsWiki




JSPWiki v2.2.33

[RSS]


Hide Menu

SandBox


Difference between version 260 and version 259:

At line 2 added 6 lines.
public static Test suite() {
return new TestSetup(new TestSuite(UserDaoTest.class)) {
public void setUp() throws Exception {
start();
dao = (UserDAO) ctx.getBean("userDAO");
}
At line 3 changed 1 line.
<body id="<decoratorvenkat:getProperty property='body.id'/>">
public void tearDown() throws Exception {
stop();
dao = null;
}
};
}

Back to SandBox, or to the Page History.