binil

716
Reputation
145 views

Registered User

Name binil
Member for 1 year
Seen 14 hours ago
Website
Location Walnut Creek, CA
Age 31
Nov
25
comment Using Grails GORM standalone
Please also see the 'Using GORM outside of Grails' (grails.org/GORM+-+StandAlone+Gorm) page on Grails Wiki.
Nov
17
comment An easy way to support tags in a jekyll blog
The question was about adding tags to a Jekyll blog, not about how to go about implementing tags in an application.
Nov
8
comment java.lang.NoClassDefFoundError: ProceedingJoinPoint
How are you hooking up the LTW in Tomcat?
Nov
8
comment How to write content into pdf use iText ?
In your program, wrap the lines of code which add the content in a for(int i = 0; i < 100; i++) loop and try generating the PDF. If things are set up properly, you will notice that iText has created a multi-page PDF.
Nov
8
answered where to put the validate logic? In Service or Repository?
Nov
8
answered How to direct hibernate logger statements in different log files for differnet applications using jboss-log4j.xml file
Nov
8
comment How to direct hibernate logger statements in different log files for differnet applications using jboss-log4j.xml file
To clarify the question: JBossAS uses log4j for its own logging, so an app deployed on the server cannot configure log4j for its own use (at least not easily, IIRC). The "recommended" approach is for all apps to add their logging configurations to jboss-log4j.xml. If two apps use hibernate, all org.hibernate category logs from either of them will go to the same appender. Milind wants them to go to different log files.
Nov
8
answered Websphere Application Server Data Source
Nov
8
comment Hibernate Envers throws AuditException
I spend some time looking through the envers code and I don't think the problem is with the code you are trying to run. Instead, it looks like something is wrong in the way you have mapped the entities. Just a wild guess, but is entityA part of a deep class hierarchy?
Nov
7
answered Resources for Game Artificial Intelligence
Oct
19
awarded  Nice Answer
Oct
13
answered hibernate and spring persistance problem. Possible identity value not incremented?
Oct
13
answered suggestion on batch processing db records
Oct
11
comment How to embed HSQL in file with Spring to a WebApp
Is the database file in src/main/resources? Also, do you expect to edit this db?
Oct
11
answered Why not to use Spring’s OpenEntityManagerInViewFilter
Oct
1
awarded  Necromancer
Sep
23
comment Validating Connection Before Handing over to WebApp in ConnectionPooling
JDBC connections are pooled because it is expensive to create a new one. If your application is not used very frequently, why use connection pooling? You can create a new JDBC connection for every request!
Sep
11
accepted When can/should you go whole hog with the ORM approach?
Sep
2
awarded  Yearling
Aug
13
awarded  Notable Question
Jul
14
awarded  Tumbleweed
Jul
7
asked JVM calltree snapshot for VisualVM
Jun
22
awarded  Popular Question
Jun
19
asked Swing GUI generator for XML
Jun
18
answered A better way to do Swing Applications