djimenezc / djimenez-utilities

Automatically exported from code.google.com/p/djimenez-utilities
0 stars 0 forks source link

Spring Mvc Project #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This issue was created by revision r66.

create a web project that use spring mvc framework

Original issue reported on code.google.com by david.jimenez19 on 24 Mar 2010 at 8:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r68.

Delete files that did failed the compilation

Original comment by david.jimenez19 on 24 Mar 2010 at 2:35

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r202.

Add some class that represent the model of the spring mvc web aplicattion 

Original comment by david.jimenez19 on 21 Apr 2010 at 4:09

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r235.

Add undeploy goal to cargo plugin, in local is not working

Original comment by david.jimenez19 on 23 Apr 2010 at 11:22

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r236.

Delete undeploy goal of the cargo plugin, is not working

Original comment by david.jimenez19 on 23 Apr 2010 at 11:58

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r237.

Split the spring-mvc of the parent djimenez project, check that the site plugin 
work with spring-mvc project although there are add more reports and pages

Original comment by david.jimenez19 on 26 Apr 2010 at 10:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r244.

Adapt the ant files to use the spring mvc scripts and properties. Now the 
project spring-mvc it is independent of the djimenez parent project.

Original comment by david.jimenez19 on 29 Apr 2010 at 8:04

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r245.

Change some properties to use the linux scripts of spring-mvc-scripts

Original comment by david.jimenez19 on 29 Apr 2010 at 8:35

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r246.

All test are working, integrate hiberante and dbunit in the maven execution. 

Original comment by david.jimenez19 on 29 Apr 2010 at 11:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r247.

Improve code quality, delete some warnings

Original comment by david.jimenez19 on 29 Apr 2010 at 1:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r248.

Improve code quality, delete some warnings of checkstyle

Original comment by david.jimenez19 on 29 Apr 2010 at 3:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r249.

Improve code quality, delete some warnings of checkstyle final methods

Original comment by david.jimenez19 on 29 Apr 2010 at 3:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r250.

Add new test to increase the coverage of the project, this test have been 
gotten of appfuse project

Original comment by david.jimenez19 on 30 Apr 2010 at 9:29

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r251.

Delete warning of findbugs

Original comment by david.jimenez19 on 30 Apr 2010 at 10:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r252.

Delete warning of findbugs

Original comment by david.jimenez19 on 30 Apr 2010 at 11:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r253.

Add user and role services. It hasn't been checked.

Original comment by david.jimenez19 on 30 Apr 2010 at 1:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r254.

Delete warning due to a NotTransactional annotation deprecated

Original comment by david.jimenez19 on 3 May 2010 at 3:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r256.

Add unitary and intragration test of service layer. Now it isn't working all 
test.

Original comment by david.jimenez19 on 6 May 2010 at 7:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r257.

Fixed unitary and integration test. Fixed compilation problems in the project 
sample-portlet

Original comment by david.jimenez19 on 6 May 2010 at 10:37

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r258.

Add property test file, before it was failing the populate method

Original comment by david.jimenez19 on 6 May 2010 at 3:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r259.

Include some files to spring-web, improve the quality of the all projects

Original comment by david.jimenez19 on 12 May 2010 at 3:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r260.

Improve quality of the sources

Original comment by david.jimenez19 on 12 May 2010 at 3:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r261.

Delete some warnins (firebug and pmd). Improve quality.

Original comment by david.jimenez19 on 13 May 2010 at 9:18

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r262.

The deploy produced a jsp error but the jndi source it is working in tomcat, 
not work if it is used a property to get the datasource by jndi. In jetty the 
jndi resource is not working

Original comment by david.jimenez19 on 14 May 2010 at 10:33

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r263.

Fixed retrieve of jndi resource spring_mvc, the version before had a bug.

Original comment by david.jimenez19 on 14 May 2010 at 10:41

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r264.

Added decorators and filters.Not compile

Original comment by david.jimenez19 on 14 May 2010 at 1:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r265.

fixed problems and warnings with the jsp's

Original comment by david.jimenez19 on 17 May 2010 at 8:25

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r266.

It is working the 404 error page

Original comment by david.jimenez19 on 17 May 2010 at 9:09

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r267.

Now the login page it is showing, but there are compile errors in eclipse.

Original comment by david.jimenez19 on 18 May 2010 at 11:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r269.

Delete checkstyle of import not used.
Fixed warning in the jsp with the clausule "ne"

Original comment by david.jimenez19 on 19 May 2010 at 10:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r270.

fixed problem with the deploy, before the deploy the application must be 
undeployed
It was produced a error with the timer used by hibernate when the application 
is deployed by second time, it is a problem by the jndi datasource. Now it 
isn't used the jdni datasource.

Original comment by david.jimenez19 on 19 May 2010 at 2:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r271.

Fixed a warning

Original comment by david.jimenez19 on 19 May 2010 at 3:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r278.

comment entry point, the application start directly by the menu, it is not 
working the transation between screens.

Original comment by david.jimenez19 on 31 May 2010 at 2:01