Comments for rossenstoyanchev.org Blog http://rossenstoyanchev.org/blog Professional blog about enterprise software development Wed, 25 Apr 2012 15:12:15 -0700 hourly 1 http://wordpress.org/?v=3.0.5 Comment on Fetch Profiles In Hibernate 3.5 by Fetching arbitrary object graphs in JPA 2 | J-Development http://rossenstoyanchev.org/blog/2009/09/02/fetch-profiles-in-hibernate-35/comment-page-1/#comment-87116 Fetching arbitrary object graphs in JPA 2 | J-Development Wed, 25 Apr 2012 15:12:15 +0000 http://rossenstoyanchev.org/blog/2009/09/02/fetch-profiles-in-hibernate-35/#comment-87116 [...] , …). Another solution that addresses exactly this problem are the fetch profiles that were introduced in Hibernate 3.5. As can be seen in the official documentation, this solution [...] [...] , …). Another solution that addresses exactly this problem are the fetch profiles that were introduced in Hibernate 3.5. As can be seen in the official documentation, this solution [...]

]]>
Comment on SpringOne 2GX by mark http://rossenstoyanchev.org/blog/2011/11/08/springone-2gx/comment-page-1/#comment-85278 mark Thu, 01 Mar 2012 17:22:53 +0000 http://rossenstoyanchev.org/blog/?p=70#comment-85278 Thanks interesting presentations..! Anything to share on the future of webflow? tThings are quiet online on the topic... Thanks interesting presentations..! Anything to share on the future of webflow? tThings are quiet online on the topic…

]]>
Comment on GSP and JSP by Getting started with Grails and Groovy « hop2croft's software development Blog http://rossenstoyanchev.org/blog/2009/08/18/gsp-and-jsp/comment-page-1/#comment-83395 Getting started with Grails and Groovy « hop2croft's software development Blog Thu, 22 Dec 2011 15:11:07 +0000 http://rossenstoyanchev.org/blog/2009/08/18/gsp-and-jsp/#comment-83395 [...] pages to render your web application. It similar to JSP but has his own tags among other features. Besides that Grails uses Sitemesh to design your application [...] [...] pages to render your web application. It similar to JSP but has his own tags among other features. Besides that Grails uses Sitemesh to design your application [...]

]]>
Comment on Bean Validation Messages in JSF 2 by Administrator http://rossenstoyanchev.org/blog/2010/10/03/bean-validation-messages-in-jsf-2/comment-page-1/#comment-82789 Administrator Tue, 29 Nov 2011 22:14:17 +0000 http://rossenstoyanchev.org/blog/?p=37#comment-82789 Hartwig, yes that works but then you have to add the message to every field in addition to the label on the input field. Hartwig, yes that works but then you have to add the message to every field in addition to the label on the input field.

]]>
Comment on Bean Validation Messages in JSF 2 by Hartwig http://rossenstoyanchev.org/blog/2010/10/03/bean-validation-messages-in-jsf-2/comment-page-1/#comment-82508 Hartwig Fri, 18 Nov 2011 20:42:25 +0000 http://rossenstoyanchev.org/blog/?p=37#comment-82508 Why not annotating: @NotEmpty(message="Credit card is a required field") ? At least for me this works... Why not annotating:
@NotEmpty(message=”Credit card is a required field”) ?
At least for me this works…

]]>
Comment on Bean Validation Messages in JSF 2 by Matt Handy http://rossenstoyanchev.org/blog/2010/10/03/bean-validation-messages-in-jsf-2/comment-page-1/#comment-80538 Matt Handy Mon, 18 Jul 2011 12:23:20 +0000 http://rossenstoyanchev.org/blog/?p=37#comment-80538 Thank you, this works! Thank you, this works!

]]>
Comment on Bean Validation Messages in JSF 2 by Daniel Camargo http://rossenstoyanchev.org/blog/2010/10/03/bean-validation-messages-in-jsf-2/comment-page-1/#comment-79892 Daniel Camargo Sat, 11 Jun 2011 13:59:34 +0000 http://rossenstoyanchev.org/blog/?p=37#comment-79892 You can also define the key: javax.faces.validator.BeanValidator.MESSAGE_detail In case you need the summary and the detail message displayed. You can also define the key:

javax.faces.validator.BeanValidator.MESSAGE_detail

In case you need the summary and the detail message displayed.

]]>
Comment on Adding Ajax Behavior to the Displaytag Library by Saqib Chowdhry http://rossenstoyanchev.org/blog/2007/10/14/add-ajax-to-the-displaytag-library/comment-page-1/#comment-72637 Saqib Chowdhry Wed, 27 Oct 2010 17:24:04 +0000 http://rossenstoyanchev.org/blog/?p=5#comment-72637 awesome Ross!!! just found this suggestion. I want to override the DisplayTag's click sort headers so that sorting happens with an ORDER BY clause in the SQL query. If i have 5000 rows in the list, i don't want the sorting to be done in memory... i'd rather fire another query and let the DB engine take care of it. I will give this a try... hopefully it works with jQuery instead of Dojo. awesome Ross!!! just found this suggestion. I want to override the DisplayTag’s click sort headers so that sorting happens with an ORDER BY clause in the SQL query. If i have 5000 rows in the list, i don’t want the sorting to be done in memory… i’d rather fire another query and let the DB engine take care of it.

I will give this a try… hopefully it works with jQuery instead of Dojo.

]]>
Comment on @MVC – The Not So Obvious by Saqib Chowdhry http://rossenstoyanchev.org/blog/2008/10/14/mvc-the-not-so-obvious/comment-page-1/#comment-71498 Saqib Chowdhry Fri, 15 Oct 2010 16:05:04 +0000 http://rossenstoyanchev.org/blog/2008/10/14/mvc-the-not-so-obvious/#comment-71498 Hey Ross, Hope all is well... saw that you have a new role as the Spring Web Flow development engineer lead. Congrats! I am using Spring MVC 2.5 at work these days, and this is my first jump into Spring and Spring MVC full-time. I am having some issues understanding all the different methods that are available to the controllers like: showForm formBackingObject referenceData onBind etc... and the sequence in which all of these methods are called in relation with the handleRequest and onSubmit methods. It would be very helpful if you can point me to a diagram or PowerPoint presentation that would give me that sequence diagram laid out well. Appreciate the help, and all the best to you in your new role! Hey Ross,

Hope all is well… saw that you have a new role as the Spring Web Flow development engineer lead. Congrats!

I am using Spring MVC 2.5 at work these days, and this is my first jump into Spring and Spring MVC full-time. I am having some issues understanding all the different methods that are available to the controllers like:

showForm
formBackingObject
referenceData
onBind
etc…

and the sequence in which all of these methods are called in relation with the handleRequest and onSubmit methods. It would be very helpful if you can point me to a diagram or PowerPoint presentation that would give me that sequence diagram laid out well.

Appreciate the help, and all the best to you in your new role!

]]>
Comment on Dojo Unit Tests (DOH) And Firefox 3 by Robin Gaal http://rossenstoyanchev.org/blog/2009/01/03/dojo-unit-tests-and-firefox-3/comment-page-1/#comment-47318 Robin Gaal Wed, 07 Apr 2010 11:39:11 +0000 http://rossenstoyanchev.org/blog/2009/01/03/dojo-unit-tests-and-firefox-3/#comment-47318 Here is an easier workaround to use D.O.H. with mozilla 3: about:config (type in addressbar) set attribute : security.fileuri.strict_origin_policy to false Here is an easier workaround to use D.O.H. with mozilla 3:

about:config (type in addressbar)
set attribute : security.fileuri.strict_origin_policy to false

]]>