Directory trunk/encuestame/source/config/jsf/

Directory Created:
2009-10-24 09:34
Directory Deleted:
2010-03-25 04:12
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/trunk/encuestame/source/config/jsf

Lines of Code

trunk/encuestame/source/config/jsf/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
juanpicado 36 (100.0%) 1190 (100.0%) 33.0

Most Recent Commits

juanpicado 2010-03-25 04:12 Rev.: 418

Remove unused folders.

0 lines of code changed in 4 files:

  • trunk/encuestame/source/config/jsf: .faces-config.xml.jsfdia (del), faces-config.xml (del), urlrewrite.xml (del), web.xml (del)
juanpicado 2010-03-15 07:46 Rev.: 398

Fixed problem with x-forwarder-from

2 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+2 -2)
juanpicado 2010-03-14 19:20 Rev.: 397

TweetPollController Finished

3 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+3)
juanpicado 2010-03-13 21:28 Rev.: 392

TweetPoll url

6 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: urlrewrite.xml (+6 -6)
juanpicado 2010-03-12 06:13 Rev.: 390

Url rewrite with controllers anr rules

98 lines of code changed in 2 files:

  • trunk/encuestame/source/config/jsf: urlrewrite.xml (new 30), web.xml (+68 -24)
juanpicado 2010-03-06 22:38 Rev.: 388

Encuestame with MVC Controller, configuration and new libs, adding spring faces and webflow features.

184 lines of code changed in 4 files:

  • trunk/encuestame/source/config/jsf: .faces-config.xml.jsfdia (+11 -11), faces-config.xml (+118 -118), urlrewrite.xml (del), web.xml (+55 -74)
juanpicado 2010-02-20 20:58 Rev.: 381

Migration to Primefaces, and the first component with this framework to list tweet polls and dialog resume.

13 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+13)
juanpicado 2010-02-14 05:40 Rev.: 362

IU9 - Interface, create tweetpool, change credentials and list my tweets.

24 lines of code changed in 2 files:

  • trunk/encuestame/source/config/jsf: .faces-config.xml.jsfdia (+16 -1), faces-config.xml (+8)
juanpicado 2010-02-14 02:13 Rev.: 361

IU9 - Public tweet and test case.

3 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+3 -3)
juanpicado 2010-02-14 01:00 Rev.: 358

IU9 - Twitter Service, tinyUrl, post tweet, tweet interface and libs.

13 lines of code changed in 2 files:

  • trunk/encuestame/source/config/jsf: .faces-config.xml.jsfdia (+6), faces-config.xml (+7 -2)
juanpicado 2010-01-23 18:11 Rev.: 339

IU3 - Project inferfaces, new module structure, in progress.

2 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: faces-config.xml (+2 -2)
juanpicado 2010-01-20 15:01 Rev.: 337

Working on Project Module.

2 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: faces-config.xml (+2)
juanpicado 2010-01-10 23:31 Rev.: 330

Adding transactions based on AOP and xml configuration.

1 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+1 -1)
juanpicado 2009-12-18 08:10 Rev.: 319

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

133 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+133 -121)
juanpicado 2009-12-13 06:57 Rev.: 310

svn:keywords recursively

0 lines of code changed in 4 files:

  • trunk/encuestame/source/config/jsf: .faces-config.xml.jsfdia (changed), faces-config.xml (changed), urlrewrite.xml (changed), web.xml (changed)
juanpicado 2009-12-10 05:48 Rev.: 298

New pojo, Secundary User, fixed test cases and spring config.

0 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: faces-config.xml (-14)
juanpicado 2009-11-27 04:07 Rev.: 249

Fix error on test cases , build run correctly.

1 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+1 -1)
juanpicado 2009-11-15 19:27 Rev.: 236

Adapting login to new structure.

111 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: .faces-config.xml.jsfdia (new 111)
juanpicado 2009-11-15 03:45 Rev.: 229

New view, register user

120 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: faces-config.xml (+120 -118)
juanpicado 2009-11-14 08:54 Rev.: 225

Adjust web.xml to new war

5 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+5 -3)
juanpicado 2009-11-08 21:05 Rev.: 205

New spring config dao and change name others.

128 lines of code changed in 1 file:

  • trunk/encuestame/source/config/jsf: web.xml (+128 -127)
juanpicado 2009-10-24 09:34 Rev.: 149

Reorder spring, properties and other xml files, fix build.xml too.

341 lines of code changed in 3 files:

  • trunk/encuestame/source/config/jsf: faces-config.xml (new 118), urlrewrite.xml (new 93), web.xml (new 130)
Generated by StatSVN 0.7.0