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
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
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
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
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
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
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
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
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
>>
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
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
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
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
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'
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
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
--
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
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
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
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
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
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
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
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,
>
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
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
.
> 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
> ( 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
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
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
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
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
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
--- 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
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
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?
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,
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
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
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
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
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
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
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"
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-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
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:
:
> 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
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
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
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
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
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
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
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
>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,
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?
uot;'Struts Users Mailing List'" <[EMAIL PROTECTED]>
|
| cc:
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
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
> -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
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
> -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
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
;> | ||
>> | | 09/01/2004 04:55 |
>> | | PM |
>> | | Please respond to|
>> | | "Struts Users|
>> | | Mailing List"|
>> | ||
>> |-+---->
>&g
Please respond to|
> | | "Struts Users|
> | | Mailing List"|
> | ||
> |-+>
>> -
>> ---|
> |
> |
> |
> -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
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
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
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
gt;
|
| cc:
|
| Subject: RE: Hibernate VS ibatis, which is better?
|
>---
"Struts Users Mailing List" <[EMAIL PROTECTED]>
|
| cc:
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
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
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 - 100 of 136 matches
Mail list logo