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
...nobody




JSPWiki v2.2.33

[RSS]


Hide Menu

FormattingSourceCode


Difference between version 16 and version 15:

At line 53 changed 8 lines.
* Open {{/src/dao/org/appfuse/dao/hibernate.BaseDaoHibernate.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{/src/dao/org/appfuse/model/LabelValue.java}} file and insert {{{* <p>}}} before the line 14 and change both {{{<p/>}}} in lines 11 and 12 respectively for {{{<br/>}}}.
* Open {{/src/dao/org/appfuse/model/Address.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{/src/dao/org/appfuse/model/Role.java}} file and add a {{{<p>}}} at the start of the class javadoc and in the __@author__ section {{{Dan Kibler [email protected]}}} should be {{{<a href="mailto:[email protected]">Dan Kibler</a>}}}.
* Open {{/src/dao/org/appfuse/model/User.java}} file and do the same with the __@author__.
* Open {{/src/service/org/appfuse/service/impl/RoleManagerImpl.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{/src/service/org/appfuse/service/impl/UserManagerImpl.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{/src/service/org/appfuse/util/StringUtil.java}} file and remove the carriage return in line 14. It should look like this:
* Open {{src/dao/org/appfuse/dao/hibernate.BaseDaoHibernate.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{src/dao/org/appfuse/model/LabelValue.java}} file and insert {{{* <p>}}} before the line 14 and change both {{{<p/>}}} in lines 11 and 12 respectively for {{{<br/>}}}.
* Open {{src/dao/org/appfuse/model/Address.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{src/dao/org/appfuse/model/Role.java}} file and add a {{{<p>}}} at the start of the class javadoc and in the __@author__ section {{{Dan Kibler [email protected]}}} should be {{{<a href="mailto:[email protected]">Dan Kibler</a>}}}.
* Open {{src/dao/org/appfuse/model/User.java}} file and do the same with the __@author__.
* Open {{src/service/org/appfuse/service/impl/RoleManagerImpl.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{src/service/org/appfuse/service/impl/UserManagerImpl.java}} file and add a {{{<p>}}} at the start of the class javadoc.
* Open {{src/service/org/appfuse/util/StringUtil.java}} file and remove the carriage return in line 14. It should look like this:
At line 62 added 4 lines.
* Open {{src/web/org/appfuse/webapp/action/BaseAction.java}} file and change lines 46, 155, 157, 356, 361, 364 {{{<p/>}}} for a {{{<br/>}}} and delete line 48.
* Open {{src/web/org/appfuse/webapp/action/SignupAction.java}} file and change line's 26 {{{<p/>}}} to {{{<p>}}}.
* Open {{src/web/org/appfuse/webapp/filter/ActionFilter.java}} file, grab lines 40 through 42 and insert them before line 33. In that same paragraph there's a tag named {{{<transport-guarantee>}}} that should be
{{{&lt;transport-guarantee&gt;}}}

Back to FormattingSourceCode, or to the Page History.