[root]/trunk/encuestame/source/config/spring
config
(0 files, 0 lines)
controller
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 93 (100.0%) | 1902 (100.0%) | 20.4 |
| juanpicado | 86 (92.5%) | 1869 (98.3%) | 21.7 |
| dianmorales | 7 (7.5%) | 33 (1.7%) | 4.7 |
Remove unused folders.
0 lines of code changed in 14 files:
Moving files
1 lines of code changed in 1 file:
Moving other bean
2 lines of code changed in 1 file:
create encuestame-utils
7 lines of code changed in 1 file:
8 lines of code changed in 2 files:
Fixed problem with x-forwarder-from
4 lines of code changed in 1 file:
Build tweet url.
3 lines of code changed in 2 files:
TweetPoll url
6 lines of code changed in 2 files:
Url rewrite with controllers anr rules
17 lines of code changed in 1 file:
Encuestame with MVC Controller, configuration and new libs, adding spring faces and webflow features.
90 lines of code changed in 3 files:
IU9 - Twitter Credentials and OAuth credentials.
5 lines of code changed in 1 file:
IU9 - List of Tweet Polls.
7 lines of code changed in 1 file:
IU9 - Tweet text count and tiny url for answers.
4 lines of code changed in 1 file:
IU9 - Twitter Bean Publish and test case.
9 lines of code changed in 2 files:
IU9 - Test cases and service to create tweet poll survey.
12 lines of code changed in 1 file:
Create Tweet Poll Result Domain
1 lines of code changed in 1 file:
Create TweetPoll domain
1 lines of code changed in 1 file:
IU9 - Questions test cases and create TweetPoll Bean.
4 lines of code changed in 1 file:
IU9 - Public tweet and test case.
4 lines of code changed in 2 files:
IU9 - Twitter Service, tinyUrl, post tweet, tweet interface and libs.
8 lines of code changed in 1 file:
IU3 - Form to add or save Project
3 lines of code changed in 1 file:
IU3 - Select Item load and helpers clases to convert domains to selec Items.
3 lines of code changed in 1 file:
IU3 - Client Dao and Test.
5 lines of code changed in 1 file:
IU3 - Add new domain, client, new form to edit project.
18 lines of code changed in 2 files:
Add flush mode to save or update transaction.
5 lines of code changed in 1 file:
Adding transactions based on AOP and xml configuration.
50 lines of code changed in 2 files:
Working on user bean.
7 lines of code changed in 2 files:
I was a part of a team that have developed several applications using Struts, Spring and Hibernate together, and one of the problems that have faced us while using Hibernate was the rendering of the view. The problem is that when you retrieve an object 'a' of persistence class 'A' that has an instance 'b' of persistence class 'B', and this relation is lazily loaded, the value of 'b' will be 'null'. This will cause a "LazyInitializationException" while rendering the view (if you need the value of 'b' in the view of course).
The solution to this problem can be done by keeping the hibernate session alive until the view is rendered, and this is what Hibernate introduced as the Open Session In View Design Pattern. Since the Hibernate session will be opened, trying to retrieve 'b' in the view will cause Hibernate to go and fetch it from the DB. In a web application, this can be done through a filter/interceptor.
http://jnassef.blogspot.com/2007/05/open-session-in-view.html
Others links
http://wiki.apache.org/tapestry/SpringHibernate
http://jnassef.blogspot.com/2007/05/open-session-in-view.html
http://learningwebdev.blogspot.com/2009/06/open-session-in-view-iis7-spring-net.html
1 lines of code changed in 1 file:
New pojos, many to many annotations, 20 classes deleted and several changes, we need check all test cases and service. NO build, work in progress.
39 lines of code changed in 2 files:
svn:keywords recursively
0 lines of code changed in 8 files:
Working on list of secondary users.
0 lines of code changed in 1 file:
Create new form and funcionality for Location Type
13 lines of code changed in 1 file:
New pojo, Secundary User, fixed test cases and spring config.
1 lines of code changed in 1 file:
New catalog location type dao and test case.
9 lines of code changed in 2 files:
New test database, now we can run test cases with separate database.
32 lines of code changed in 2 files:
New spring bean structure for encuestame service.
66 lines of code changed in 2 files:
Fixed bug at create user, if password exits, is encripted, but if password is null the password is generated and send to email to user.
4 lines of code changed in 1 file:
Adapting login to new structure.
6 lines of code changed in 1 file:
Adjust web.xml to new war
165 lines of code changed in 1 file:
Fix error on hibernate spring configuration
2 lines of code changed in 2 files:
(10 more)