Re: Hibernate problem with OGNL

2013-03-27 Thread Lukasz Lenart
2013/3/27 Markus Demetz : > I think I've found the problem. > I had javassist 3.17.1 (latest) in my project but hibernate 4.2 ships with > version 3.15.0 > Now it seems to work! Yeah... this version is buggy :P I have tried update Ognl 3 to it but no luck ;-) Regards -- Łukasz + 48 606 323 122

Re: Hibernate problem with OGNL

2013-03-27 Thread Markus Demetz
Hi, I think I've found the problem. I had javassist 3.17.1 (latest) in my project but hibernate 4.2 ships with version 3.15.0 Now it seems to work! Thank you, and sorry for misplacing my question here! Regards, Markus Am 27.03.2013 17:23, schrieb Steve Higham: On 27/03/2013 10:42, Markus

Re: Hibernate problem with OGNL

2013-03-27 Thread Steve Higham
On 27/03/2013 10:42, Markus Demetz wrote: Hi, I have situations, where the getId() method of my model class returns null when navigating through OGNL e.g. when calling . Have you tried or No luck :-( I also tried with JSTL now without success. It's very strange, since sometimes it works

Re: Hibernate problem with OGNL

2013-03-27 Thread Markus Demetz
Hi, I have situations, where the getId() method of my model class returns null when navigating through OGNL e.g. when calling . Have you tried or No luck :-( I also tried with JSTL now without success. It's very strange, since sometimes it works and then it reappears again. I'll ask at the

Re: Hibernate problem with OGNL

2013-03-26 Thread Lukasz Lenart
2013/3/26 Markus Demetz : > Hi, > > I don't know if this is the right place to ask, but maybe there is anyone > who has experienced the same problem. > > I'm using Struts2 (latest version), with Hibernate (latest version) > My database models all have getId(). > > I have situations, where the getId

Re: Hibernate/Spring

2009-11-17 Thread Burton Rhodes
he Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von >>>>>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. >>>>>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas >>>>>> le >>>&g

Re: Hibernate/Spring

2009-11-17 Thread Musachy Barroso
ichten Manipulierbarkeit von >>>>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. >>>>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas >>>>> le >>>>> destinataire prévu, nous te demandons avec bonté que po

Re: Hibernate/Spring

2009-11-15 Thread Musachy Barroso
gt; informez l'expéditeur. N'importe quelle diffusion non autorisée ou la >>>> copie >>>> de ceci est interdite. Ce message sert à l'information seulement et >>>> n'aura >>>> pas n'importe quel effet légalement obligatoire. Étant donné que

Re: Hibernate/Spring

2009-11-15 Thread Alex Siman
ez l'expéditeur. N'importe quelle diffusion non autorisée ou la >>> copie >>> de ceci est interdite. Ce message sert à l'information seulement et >>> n'aura >>> pas n'importe quel effet légalement obligatoire. Étant donné que les >>

RE: Hibernate/Spring

2009-11-15 Thread Martin Gainty
ontenu fourni. > Date: Sun, 15 Nov 2009 04:18:13 -0800 > From: bphill...@ku.edu > To: user@struts.apache.org > Subject: Re: Hibernate/Spring > > > I wrote up a blog article on using Struts 2, Spring, and Hibernate together. > The article includes an example application

Re: Hibernate/Spring

2009-11-15 Thread phillips1021
I wrote up a blog article on using Struts 2, Spring, and Hibernate together. The article includes an example application and a list of references you can use to learn more about these three technologies. See: http://www.brucephillips.name/blog/index.cfm/2009/11/14/A-Struts-2-Spring-and-Hibernate

Re: Hibernate/Spring

2009-11-14 Thread Musachy Barroso
gt; de ceci est interdite. Ce message sert à l'information seulement et n'aura >> pas n'importe quel effet légalement obligatoire. Étant donné que les email >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >> aucune responsabilité pour le contenu fo

Re: Hibernate/Spring

2009-11-14 Thread Denis Cabasson
importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 14 Nov 2009 08:45:46 -0500 From: denis.cabas...@gmail.com To: user@struts.apache.org

Re: Hibernate/Spring

2009-11-14 Thread phillips1021
Chris - I just happened to be learning Hibernate and have created an example application that uses Struts 2, Spring, and Hibernate together. You can download the example application here: http://www.brucephillips.name/struts/Struts2_Spring_Hibernate_Example.zip After you unzip the archive, you'

RE: Hibernate/Spring

2009-11-14 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Sat, 14 Nov 2009 08:45:46 -0500 > From: denis.cabas...@gmail.com > To: user@struts.apache.org > Subject: Re: Hibernate/Spring > > From what you are saying, I would have a look at the : > http://static.springsource.org/spring

Re: Hibernate/Spring

2009-11-14 Thread Denis Cabasson
From what you are saying, I would have a look at the : http://static.springsource.org/spring/docs/2.5.6/api/org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor.html My best guess is that this would fix your issue. If not, you probably have an issue with the way you are dealing

Re: Hibernate, HTTP Session, and LazyInitializationException

2009-02-25 Thread John Dell'Aera
-- From: "suhas kokal" Sent: Wednesday, February 25, 2009 11:12 PM To: "Struts Users Mailing List" Subject: Re: Hibernate, HTTP Session, and LazyInitializationException Hi all, If some body knows hot to use javascript alerts with struts 2

Re: Hibernate, HTTP Session, and LazyInitializationException

2009-02-25 Thread Nils-Helge Garli Hegvik
This has nothing to do with the original posting. Please post your question creating a new thread/email. Nils-H On Thu, Feb 26, 2009 at 8:12 AM, suhas kokal wrote: > Hi all, > > If some body knows hot to use javascript alerts with struts 2.0 (when > validation framework fires)please find me the

Re: Hibernate, HTTP Session, and LazyInitializationException

2009-02-25 Thread suhas kokal
Hi all, If some body knows hot to use javascript alerts with struts 2.0 (when validation framework fires)please find me the way. Thanks a lot in advance. Suhas. --- On Wed, 25/2/09, Paul Benedict wrote: > From: Paul Benedict > Subject: Hibernate, HTTP Session, and LazyInitializationExcepti

Re: Hibernate, HTTP Session, and LazyInitializationException

2009-02-25 Thread Antonio Petrelli
2009/2/25 Paul Benedict : > I had a servlet filter written that attached the entity per request, > but a double-click from the user showed the futility of that approach. > You can't have one entity attached to two sessions :-) Uh sorry I did not read correctly this sentence. You are right, the sam

Re: Hibernate, HTTP Session, and LazyInitializationException

2009-02-25 Thread Antonio Petrelli
2009/2/25 Paul Benedict : > Does anyone have a good solution for objects stored in an HTTP Session > that should be reattached per request? For example, like the > authenticated "user" object stored in the HTTP Session. > > I had a servlet filter written that attached the entity per request, > but

Re: Hibernate and Struts

2008-10-17 Thread Anoop
I did try this as you told but I am still getting the exception. Anyways to get a solution to that. I think this is a widespread problem(having gone through the forums), is there any other way. I am also looking to test this finally on Webshpere so are there some issues there? On 10/17/08, jygnash

Re: Hibernate and Struts

2008-10-16 Thread jygnash
Hi Anoop, YOu can use the JNDI context to get the Hibernate's SessionFactory. 1) in hibernate-cfg.xml give the jndi name as below 2) in one of your startup servlet or first class handling the request for session factory creation (we had a start up servlet) , you can have the session f

Re: Hibernate and Struts

2008-10-16 Thread Hardik Shah
hope this help to you http://hardik4u.wordpress.com Anoop-9 wrote: > > Hi, > We are looking forward to integrating struts with hibernate in our web > application project. Could you guide us on how to to integrate them. I > tried the hibernate plugin as recommended on the hibernate website, >

Re: Hibernate and Struts

2008-10-15 Thread Mead Lai
haven't use this plug before. but I think Spring-plug-in, would be better! It's less config! On Wed, Oct 15, 2008 at 11:04 AM, Anoop <[EMAIL PROTECTED]> wrote: > Hi, > We are looking forward to integrating struts with hibernate in our web > application project. Could you guide us on how to to in

Re: Hibernate UserType and OGNL

2008-08-14 Thread Kropp, Henning
Lukasz Lenart schrieb: ( also tried: key="bid.amount.amount" /> ) This is correct public Monetary getAmount() { return amount; } and Monetary beeing: public class Monetary implements Serializable{ private final BigDecimal amount; private final Currency currency; public Moneta

RE: Hibernate UserType and OGNL

2008-08-14 Thread Martin Gainty
. > Date: Thu, 14 Aug 2008 14:19:59 +0200 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Hibernate UserType and OGNL > > > ( also tried: key="bid.amount.amount" /> ) > > This is correct > > > public Monetary getAmount

Re: Hibernate UserType and OGNL

2008-08-14 Thread Lukasz Lenart
> ( also tried: key="bid.amount.amount" /> ) This is correct > public Monetary getAmount() { return amount; } > > and Monetary beeing: > public class Monetary implements Serializable{ > private final BigDecimal amount; > private final Currency currency; > > public Monetary(BigDecimal amoun

Re: Hibernate and S2

2007-06-23 Thread Mansour
Jeromy Evans wrote: Mansour wrote: An alternative approach is that you don't allow persistent entities to be modified within your actions whatsoever and all updates are applied behind a service layer that performs reattachment and updates. How do I do this (reattachment and updates)? Assuming

Re: Hibernate and S2

2007-06-22 Thread Jeromy Evans
Mansour wrote: An alternative approach is that you don't allow persistent entities to be modified within your actions whatsoever and all updates are applied behind a service layer that performs reattachment and updates. How do I do this (reattachment and updates)? Assuming I have a very big a

Re: Hibernate and S2

2007-06-22 Thread Mansour
Jeromy Evans wrote: Let me re-articulate my interpretation of what you've done: You load an entity E with say 4 properties (a, b, c, and d) from persistence and render a view based on it. The persistence session is closed. In a new thread, the user submits an update that affects only two prop

Re: Hibernate and S2

2007-06-22 Thread Jeromy Evans
Let me re-articulate my interpretation of what you've done: You load an entity E with say 4 properties (a, b, c, and d) from persistence and render a view based on it. The persistence session is closed. In a new thread, the user submits an update that affects only two properties of the entity

Re: Hibernate headache with struts 2

2007-05-19 Thread Martin Gainty
AIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, May 19, 2007 11:42 AM Subject: Re: Hibernate headache with struts 2 Looks like you are trying to access Hibernate managed objects or perform session manipultion in your view. Spring makes this easier but you can do it

[OT] Re: Hibernate headache with struts 2

2007-05-19 Thread Dave Newton
--- Mansour <[EMAIL PROTECTED]> wrote: > Is this a struts 2 issue? No. It's a very basic Hibernate issue. http://www.hibernate.org/hib_docs/v3/reference/en/html/transactions.html > every thing suggest using spring. This is not an > option for me. Why not? Aren't you already using it or a simil

Re: Hibernate headache with struts 2

2007-05-19 Thread Martin Gilday
Looks like you are trying to access Hibernate managed objects or perform session manipultion in your view. Spring makes this easier but you can do it manually easily. You just need to keep your session open longer. Have a google for things like open session in view filter. - Original messa

Re: hibernate

2006-05-08 Thread Kumar deepak
Hi, Please have a look at http://www.roseindia.net/hibernate. Regards Deepak Kumar "Manopriya Jagadeesan , Tidel Park - Chennai" <[EMAIL PROTECTED]> wrote: Hi all, I need a good start for hibernate.Can anyone suggest some good links?

RE: hibernate

2006-05-06 Thread Ramkumar.Sakthivel
PROTECTED] -Original Message- From: Pavan Chillara [mailto:[EMAIL PROTECTED] Sent: Saturday, May 06, 2006 6:39 PM To: Struts Users Mailing List Subject: Re: hibernate hi all please visit to www.allapplabs.com and also www.roseindia.net for J2EE tutorilas Thanks Pavan On 5/6/06,

Re: hibernate

2006-05-06 Thread Pavan Chillara
hi all please visit to www.allapplabs.com and also www.roseindia.net for J2EE tutorilas Thanks Pavan On 5/6/06, Manopriya Jagadeesan , Tidel Park - Chennai <[EMAIL PROTECTED]> wrote: Hi all, I need a good start for hibernate.Can anyone suggest some good links? -- Thanks Pa

[OT] Re: hibernate

2006-05-06 Thread Nikolaj Berntsen
Manopriya Jagadeesan , Tidel Park - Chennai wrote: >Hi all, > I need a good start for hibernate.Can anyone suggest some good links? > > 1. hibernate.org really has good info. 2. the documentation with myeclipse on hibernate is also pretty good (you can download the trial and

Re: Hibernate domain / DTOs in JSPs.....

2005-10-03 Thread Joe Germuska
At 10:37 PM +0100 10/3/05, Adam Hardy wrote: Has anybody got any experience of using Hibernate pojos with nesting & lazy loading in their JSPs in an enterprise app? Are there any caveats? Yes, you must be quite careful to preserve an open session throughout the entire view, or to use Hiberna

RE: [Hibernate] Who owns the problem?

2005-10-03 Thread David G. Friedman
ilto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 9:42 AM To: [EMAIL PROTECTED] Cc: Struts Users Mailing List Subject: Re: [Hibernate] Who owns the problem? Good Morning Murray- At first glance The query parameter in the session.createQuery method does not seem to be formulated properly and a

Re: [Hibernate] Who owns the problem?

2005-10-03 Thread Martin Gainty
Good Morning Murray- At first glance The query parameter in the session.createQuery method does not seem to be formulated properly and appears not to be SQL92 compliant based upon the example provided here http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/worked-example.html Anyone

RE: [Hibernate] Who owns the problem?

2005-10-02 Thread Murray Collingwood
Thanks David I made the change as you suggested but this reported an error, you can only specify servlet-name or url-pattern. I removed the url-pattern and set the servlet-name appropriately. It now seems to be working much better. Thanks again. Kind regards mc On 3 Oct 2005 at 0:11, Davi

RE: [Hibernate] Who owns the problem?

2005-10-02 Thread David G. Friedman
Murray, Is your included code 100% accurate? I saw this listing in your posted web.xml which makes no sense to me: HibernateFilter *.do Shouldn't that be: HibernateFilter action *.do There is no servlet named "*.do". Your url pattern would probably be the "*.do"

Re: Hibernate data at startup

2005-09-30 Thread Joe Germuska
Note that if you are running in a clustered environment (or want to be ready to move to one without rewriting your application) this is not a good solution. The ServletContext is specifically not to be shared amongst clustered interests according to the specifications. This is particularly a p

Re: Hibernate data

2005-09-29 Thread Justin Galzic
http://hibernate.org/ is a good place start. There's also a book called 'Hibernate In Action' published by Manning Publications that might be helpful to you. Justin On 9/29/05, Ankit Pancholi <[EMAIL PROTECTED]> wrote: > > > Hi > I am a complete new user of struts and have joined this group to ge

Re: Hibernate data at startup

2005-09-29 Thread Nick Heudecker
You have a few options. To initialize Spring, you can either use the Struts plugin or the web app context listener. Once that's done you can either use a startup servlet or a Struts plugin to load the data and put it into the servlet context. That way it only needs to be loaded once and is shared t

Re: [Hibernate] Lazy again

2005-09-29 Thread Joe Germuska
Reading through the Hibernate manual it indicated that by specifying fetch="join" the related table would be retrieved in the same select statement. I tried this but got the same "session is closed" result. It also said that you could specify lazy="false" and it would retrieve everything at on

Re: [Hibernate] Lazy again

2005-09-29 Thread Murray Collingwood
Hi Martin I'm not using spring, not sure if I should be. I recently tried writing an app using Hibernate and had some great experiences - it's pretty cool in the amount of code and development time it saves me. Having said that I'm struggling with the same problem. I open the Hibernate ses

Re: [Hibernate] This stuff is cool

2005-09-20 Thread David Delbecq
First, Hibernate Mailing List might be a better list to answer your questions. However, i'll try to answer as am also an Hibernate user. Le Mardi 20 Septembre 2005 06:30, Murray Collingwood a écrit : > Hi all > > Hibernate is an excellent tool! I managed to get it running quite quickly, > only a

Re: Hibernate 3 versioning/concurrency

2005-09-10 Thread Adam Hardy
Lee Harrington on 09/09/05 14:59, wrote: Would love to get some "best practices" for setting up hibernate with struts. I'm gettin "staleobject" exceptions when I'm the only one editing. I had this problem with Hibernate 2 and eventually solved it, but never really understood. Now the problem

Re: Hibernate Problem

2005-03-24 Thread sudip shrestha
I changed the dialect to DB2400 from DB2, and it solved the problem. On Thu, 24 Mar 2005 13:36:50 -0600, sudip shrestha <[EMAIL PROTECTED]> wrote: > Working on: Fedora Core2, Sun jdk 1.5, Tomcat 5.5.7, Hibernate 2.1.6, > AS/400-DB2 > Take a look at the following two Queries: > #Hibernate generat

RE: Hibernate Struts Example

2005-03-08 Thread Nils Liebelt
ruts Users Mailing List Subject: Re: Hibernate Struts Example You may also try this one. Sorry, that it was unfindable. ;-) http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Fac

RE: Hibernate Struts Example

2005-03-08 Thread Nils Liebelt
ruts Users Mailing List Subject: Re: Hibernate Struts Example You may also try this one. Sorry, that it was unfindable. ;-) http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Fac

Re: Hibernate Struts Example

2005-03-08 Thread Sebastian Hennebrueder
You may also try this one. Sorry, that it was unfindable. ;-) http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB Daniel Watrous wrote: I have written a very si

Re: Hibernate and Struts Usage Pattern question/survey

2005-03-03 Thread N G
On Tue, 1 Mar 2005 17:48:40 -0500, Joe Hertz <[EMAIL PROTECTED]> wrote: > That is, usually you want the request to begin a transaction early > and either commit or rollback at the end. Hmm... I was under the impression that you **always** want to begin your transaction as late as possible, not ear

RE: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Joe Hertz
This particular application (tiny, not used much, never will be, and was written in a hurry and not by me) implementing it after the fact ain't going to happen. Not worth the cost to the customer. In general though, youre quite correct (and I'm cutting through the layers of abstraction. Ultimate

RE: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Joe Hertz
This particular application (tiny, not used much, never will be, and was written in a hurry and not by me) implementing it after the fact ain't going to happen. Not worth the cost to the customer. In general though, youre quite correct (and I'm cutting through the layers of abstraction. Ultimate

Re: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Brandon Mercer
Joe Hertz wrote: I've been hearing this from the Spring set. I'm waiting for a good book to come out on it. www.springlive.com a REALLY good book for more than just spring. It's 30 bucks online, money WELL spent. Brandon - T

Re: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Christian Bollmeyer
On Tuesday 01 March 2005 22:07, Joe Hertz wrote: > Curious as to which concept Struts/Hibernate implementers like more > for implementation: > > #1- Ted Husted's example of Struts and Hibernate. Stick the Hibernate > Session object into the httpServletRequest. Every action has a fresh > Hibernate S

RE: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Joe Hertz
ling issue, but it got me wondering about where the bathwater began and where the baby ended. -Original Message- From: Brandon Mercer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 4:48 PM To: Struts Users Mailing List Subject: Re: Hibernate and Struts Usage Pattern question/su

RE: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Joe Hertz
ling issue, but it got me wondering about where the bathwater began and where the baby ended. -Original Message- From: Brandon Mercer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 4:48 PM To: Struts Users Mailing List Subject: Re: Hibernate and Struts Usage Pattern question/su

Re: Hibernate and Struts Usage Pattern question/survey

2005-03-01 Thread Brandon Mercer
Joe Hertz wrote: Curious as to which concept Struts/Hibernate implementers like more for implementation: #1- Ted Husted's example of Struts and Hibernate. Stick the Hibernate Session object into the httpServletRequest. Every action has a fresh Hibernate Session raring to go if it needs it. Then aga

RE: Hibernate: when 2 users simultaneous edite

2005-02-22 Thread Paul McCulloch
This is well of topic - please use [OT]in your subject in the future. This is a classic multi user application problem. The problem is commonly known as 'lost update' & an often used solution is optimistic locking. In my experience using a 'version' column on each table is easier to manage than t

RE: Hibernate object relational mapping

2005-02-10 Thread Thiago Pinheiro
Hibernate rocks -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 10 de fevereiro de 2005 12:58 To: user@struts.apache.org Subject: Hibernate object relational mapping I'm looking for opinions on using Hibernate with struts. Pro's /cons. etc. My ap

RE: Hibernate object relational mapping

2005-02-10 Thread Thiago Pinheiro
Hibernate rocks -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 10 de fevereiro de 2005 12:58 To: user@struts.apache.org Subject: Hibernate object relational mapping I'm looking for opinions on using Hibernate with struts. Pro's /cons. etc. My ap

RE: Hibernate object relational mapping

2005-02-10 Thread Brian McGovern
All good points -Original Message- From: Soaring Eagle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 12:18 PM To: Struts Users Mailing List Subject: Re: Hibernate object relational mapping Well, hibernate does the one thing of database access very well, but one still has

Re: Hibernate object relational mapping

2005-02-10 Thread Soaring Eagle
Well, hibernate does the one thing of database access very well, but one still has to learn hibernate - just as one would have to learn SQL or JDBC and one still has to maintain hibernate when your business object design or data schema changes - just as one would have to maintain SQL and Data Acces

Re: Hibernate object relational mapping

2005-02-10 Thread Bryce Fischer
I honestly don't know how much different using Hibernate will degrade as compared to using Stored Procedures... But, on top of the advice everyone else has given you, you might look at Ibatis. I personally have never used it, but I mean to soon. My thought is this: Its fairly easy to write your

Re: Hibernate object relational mapping

2005-02-10 Thread Daniel Watrous
PROTECTED]> Sent: Thursday, February 10, 2005 9:19 AM Subject: RE: Hibernate object relational mapping That was my question. From what i understand hibernate uses sql statements not stored procs. And i assumed that even though it was more coding on my part, that using stored procs and JDBC i

RE: Hibernate object relational mapping

2005-02-10 Thread Brian McGovern
-Original Message- From: Soaring Eagle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 11:10 AM To: Struts Users Mailing List Subject: Re: Hibernate object relational mapping why would app speed be threatened? is it a big threat (like 50 % downgrade or 10% downgrade?). Whats the problem

Re: Hibernate object relational mapping

2005-02-10 Thread Soaring Eagle
rong, i wasn't knocking it. But my main concern is app speed > difference using stored procs or hibernate. > > -Original Message- > From: Lee Harrington [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 10, 2005 10:10 AM > To: Struts Users Mailing List > Subject:

Re: Hibernate object relational mapping

2005-02-10 Thread Keith Sader
: > Don't get me wrong, i wasn't knocking it. But my main concern is app speed > difference using stored procs or hibernate. > > -Original Message- > From: Lee Harrington [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 10, 2005 10:10 AM > To: Struts Use

RE: Hibernate object relational mapping

2005-02-10 Thread Brian McGovern
Don't get me wrong, i wasn't knocking it. But my main concern is app speed difference using stored procs or hibernate. -Original Message- From: Lee Harrington [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 10:10 AM To: Struts Users Mailing List Subject: Re: Hibern

Re: Hibernate object relational mapping

2005-02-10 Thread Daniel Watrous
Sent: Thursday, February 10, 2005 8:10 AM Subject: Re: Hibernate object relational mapping I use hibernate...it's not a "tool for those who don't know sql" -- as I've been a database developer for 20+ years. It's a tool for those who: 1. don't want to have to w

Re: Hibernate object relational mapping

2005-02-10 Thread Lee Harrington
I use hibernate...it's not a "tool for those who don't know sql" -- as I've been a database developer for 20+ years. It's a tool for those who: 1. don't want to have to write a lot of redundant code just to insert, update, delete 2. don't want to have to hand code "class.property = recordset.getF

RE: Hibernate for data caching

2004-12-01 Thread David G. Friedman
ruts Users Mailing List Subject: Re: Hibernate for data caching Ashish: Try: ehCache There are others too...check Hibernate doc site. http://www.hibernate.org/158.html http://ehcache.sourceforge.net/ On Wed, 1 Dec 2004 09:40:59 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > H

Re: Hibernate for data caching

2004-12-01 Thread Sudip Shrestha
Ashish: Try: ehCache There are others too...check Hibernate doc site. http://www.hibernate.org/158.html http://ehcache.sourceforge.net/ On Wed, 1 Dec 2004 09:40:59 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > Has anyone used Hibernation for data caching, i have a > table in DB2

Re: Hibernate VS ibatis, which is better?

2004-09-07 Thread David Durham
Ted Husted wrote: On Thu, 02 Sep 2004 10:33:44 -0500, David Durham wrote: Way to shut down a perfectly good thread, Ted. -) BTW, I read your book. When's the book covering 2.0 due? 2.0 of what? :) Yeah, I guess it's too early to say. Someone could come along with a very comprehensive (1000 p

Re: Hibernate VS ibatis, which is better?

2004-09-03 Thread Ted Husted
On Thu, 02 Sep 2004 10:33:44 -0500, David Durham wrote: > Way to shut down a perfectly good thread, Ted.  -)  BTW, I read > your book.  When's the book covering 2.0 due? 2.0 of what? :) As it stands, my only plan is to work on open-source documents. Lately, I've been working on an update of Clin

Re: Hibernate VS ibatis, which is better?

2004-09-02 Thread Langdon Stevenson
>As it stands today, a team has three major choices in data access libraries: > > 1. Roll your own persistence layer using the stock data access libraries (JDBC) > > 2. Use an Object-Relational-Modeling (ORM) Tool, like Hibernate or Apache OJB or > Sun's JDO > > 3. Use a Data Mapper framework,

Re: Hibernate VS ibatis, which is better?

2004-09-02 Thread Vic
So now, iBatis is part of Apache: http://www.mail-archive.com/general%40incubator.apache.org/msg03576.html It has a very nice PetStore (that uses Struts of course) .V David Durham wrote: Way to shut down a perfectly good thread, Ted. ;-) BTW, I read your book. When's the book covering 2.0 due?

RE: Hibernate VS ibatis, which is better?

2004-09-02 Thread dhay
uot;'Struts Users Mailing List'" <[EMAIL PROTECTED]> | | cc:

Re: Hibernate VS ibatis, which is better?

2004-09-02 Thread David Durham
Way to shut down a perfectly good thread, Ted. ;-) BTW, I read your book. When's the book covering 2.0 due? Ted Husted wrote: On Thu, 02 Sep 2004 10:45:03 +1200, struts Dude wrote: Seeing so many support for either side, I might as well flip a coin to decide whether or not to learn hibernat

Re: Hibernate VS ibatis, which is better?

2004-09-02 Thread Ted Husted
On Thu, 02 Sep 2004 10:45:03 +1200, struts Dude wrote: > Seeing so many support for either side, > I might as well flip a coin to decide > whether or not to learn hibernate. As a technologies, both are easy-to-use and powerful. The difference is that they use different paradigms. As it stands to

RE: Hibernate VS ibatis, which is better?

2004-09-02 Thread Pilgrim, Peter
> -Original Message- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: 01 September 2004 21:47 > To: 'Struts Users Mailing List' > Subject: RE: Hibernate VS ibatis, which is better? > > > I love Hibernate. Really do. > > Only bad thing abou

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread David Friedman
PROTECTED] Sent: Wednesday, September 01, 2004 4:56 PM To: Struts Users Mailing List Subject: RE: Hibernate VS ibatis, which is better? I've just looked at Hibernate a little so I am no expert, but it was pretty powerful. But we really didn't need most of what it did, so we went with iBat

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread Jim Barrows
> -Original Message- > From: struts Dude [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 3:45 PM > To: Struts Users Mailing List > Subject: Re: Hibernate VS ibatis, which is better? > > > Thanks guys. > > Seeing so many support for either

Re: Hibernate VS ibatis, which is better?

2004-09-01 Thread struts Dude
Thanks guys. Seeing so many support for either side, I might as well flip a coin to decide whether or not to learn hibernate. ;) - Original Message - From: "struts Dude" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, September 02, 2004 8:36 AM Su

Re: Hibernate VS ibatis, which is better?

2004-09-01 Thread Pedro Salgado
;> | || >> | | 09/01/2004 04:55 | >> | | PM | >> | | Please respond to| >> | | "Struts Users| >> | | Mailing List"| >> | || >> |-+----> >&g

Re: Hibernate VS ibatis, which is better?

2004-09-01 Thread Pedro Salgado
Please respond to| > | | "Struts Users| > | | Mailing List"| > | || > |-+> >> - >> ---| > | > | > |

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread Jim Barrows
> -Original Message- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 2:14 PM > To: 'Struts Users Mailing List' > Subject: RE: Hibernate VS ibatis, which is better? > > > I go for Hibernate for one reason: > > IM

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread David Friedman
umann [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 4:53 PM To: Struts Users Mailing List Subject: Re: Hibernate VS ibatis, which is better? "Hibernate, making the hard things harder, and the easy things more difficult":) David Friedman wrote: > +1 on the "Why should

[OT] "Why should I use Spring " (RE: Hibernate VS ibatis, which is better?)

2004-09-01 Thread Joe Germuska
At 4:50 PM -0400 9/1/04, David Friedman wrote: +1 on the "Why should I use Spring" and "beat me over the head until I use it" statement. The Spring framework is a lot of things, and I'm not even interested in using most of them at all. However, I find that the base framework provides a nice way

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread Joe Hertz
I go for Hibernate for one reason: IMHO: If you *really* want to use SQL, and make youre life easy, you'd avoid thinking in terms of persisting specific objects. You'd create one ultimately reusable object. Every app would use the same object model: at the top, there'd be an object which mimic'd

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread dhay
gt; | | cc: | | Subject: RE: Hibernate VS ibatis, which is better? | >---

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread dhay
"Struts Users Mailing List" <[EMAIL PROTECTED]> | | cc:

RE: Hibernate VS ibatis, which is better?

2004-09-01 Thread Nail, Evan Burke
I've just looked at Hibernate a little so I am no expert, but it was pretty powerful. But we really didn't need most of what it did, so we went with iBatis. Although I doubt I am pronouncing it right even now. We just wanted something to map beans to sql and didn't want to worry about a new QL

Re: Hibernate VS ibatis, which is better?

2004-09-01 Thread Rick Reumann
Sent: Wednesday, September 01, 2004 4:47 PM To: 'Struts Users Mailing List' Subject: RE: Hibernate VS ibatis, which is better? I love Hibernate. Really do. Only bad thing about it is that I find is that I get better Hibernate help here than I do in the Hibernate forum. Which we

Re: Hibernate VS ibatis, which is better?

2004-09-01 Thread Rick Reumann
struts Dude wrote: Just want some feedback from ppl who know both. Which one is more powerful and easier to use? Join us on #FunkyCodeMonkey on irc.darkmyst.org. Several people there have used both. I'm sure they'd love to share their experiences. Most seem to prefer iBATIS. -- Rick ---

  1   2   >