Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
ridiculous! On 7/22/05, Maya menon <[EMAIL PROTECTED]> wrote: > same for hibernate and spring. > > Rokibul Islam Khan <[EMAIL PROTECTED]> wrote:whats about hibernate and spring > ? > > On 7/22/05, Maya menon wrote: > > For us, struts is the company wide standard, so we take it. > > > > The rest

Re: Hi-New to this group

2005-07-21 Thread Maya menon
same for hibernate and spring. Rokibul Islam Khan <[EMAIL PROTECTED]> wrote:whats about hibernate and spring ? On 7/22/05, Maya menon wrote: > For us, struts is the company wide standard, so we take it. > > The rest [ibatis] is not a company standard, so I guess we cannot use it. > > Michael R

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
whats about hibernate and spring ? On 7/22/05, Maya menon <[EMAIL PROTECTED]> wrote: > For us, struts is the company wide standard, so we take it. > > The rest [ibatis] is not a company standard, so I guess we cannot use it. > > Michael Rasmussen <[EMAIL PROTECTED]> wrote: > Well, > As they were

Re: Hi-New to this group

2005-07-21 Thread Maya menon
For us, struts is the company wide standard, so we take it. The rest [ibatis] is not a company standard, so I guess we cannot use it. Michael Rasmussen <[EMAIL PROTECTED]> wrote: Well, As they were posed the requirements had Struts. Assuming that that wasn't a hard requirement then it would be

Re: Hi-New to this group

2005-07-21 Thread Michael Rasmussen
Well, As they were posed the requirements had Struts. Assuming that that wasn't a hard requirement then it would be completely possible. The application seems on the cover to be a fairly straightforward web app. Any of the technologies you mentioned would be more than adequate for the require

Re: Hi-New to this group

2005-07-21 Thread Rokibul Islam Khan
is it possible to fullfill maya's requirment using spring+hibernate or spring+iBatis or jsf/struts+spring+hibernate/iBatis. if not can anybody tell me why ? sorry i am a newbie on this arena. can anyone shed some light on my thought pls ?! On 7/21/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: >

Re: Hi-New to this group

2005-07-21 Thread Craig McClanahan
On 7/21/05, Prashanth.S <[EMAIL PROTECTED]> wrote: > Hello, > I needed a small info. > How many currently existing J2EE complaint Appservers support EJBv3.0 and > what are they?? There is no completely compliant EJB3 container, because the spec isn't final yet ... but you can see work in progre

Re: Hi-New to this group

2005-07-21 Thread Prashanth.S
Hello, I needed a small info. How many currently existing J2EE complaint Appservers support EJBv3.0 and what are they?? Thanks Prashanth Craig McClanahan <[EMAIL PROTECTED]> wrote: On 7/20/05, Nitish Kumar wrote: > > > Personally, I am not a big follower of EJB and I echo the sentiments th

Re: Hi-New to this group

2005-07-20 Thread Craig McClanahan
On 7/20/05, Nitish Kumar <[EMAIL PROTECTED]> wrote: > > > Personally, I am not a big follower of EJB and I echo the sentiments that > EJBs are a performance killers. My own experience with Entity Beans has not > been pretty good. That is not an uncommon experience (although I hope you understand

Re: Hi-New to this group

2005-07-20 Thread Swapnil Patil
Hi Maya, I had tried the Hibernate whith web-application. http://www.hibernate.org/hib_docs/reference/en/html/quickstart.html This link is very useful to start Hibernate in any Web-Application. Also the book Hibernate In Action is good book. Two chapter of this book are freely available for downl

RE: Hi-New to this group

2005-07-20 Thread Nitish Kumar
- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 2:50 AM To: Maya menon; Struts Users Mailing List Subject: Re: Hi-New to this group Maya, See inline On 7/20/05, Maya menon <[EMAIL PROTECTED]> wrote: > Michael, > > Yes: in our web app, in the jsp

Re: Hi-New to this group

2005-07-20 Thread Michael Rasmussen
Maya, See inline On 7/20/05, Maya menon <[EMAIL PROTECTED]> wrote: > Michael, > > Yes: in our web app, in the jsp, there will be a button/checkbox which the > users can click to let the system know about the status of their work. Now, > when they click it, it can directly update the database

Re: Hi-New to this group

2005-07-20 Thread netsql
Rick's home page has one. .V Maya menon wrote: If any one has any sample implementations using ibatis / hibernate, please send them to me. It would be really helpful - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Hi-New to this group

2005-07-20 Thread netsql
I think there is a Struts wiki page for this also. .V Maya menon wrote: If any one has any sample implementations using ibatis / hibernate, please send them to me. It would be really helpful - To unsubscribe, e-mail: [EMA

Re: Hi-New to this group

2005-07-20 Thread Dave Newton
Maya menon wrote: If any one has any sample implementations using ibatis / hibernate, please send them to me. It would be really helpful Check their respective sites; I'm betting both have sample code. Hibernate, at least, has several books available. Dave -

Re: Hi-New to this group

2005-07-20 Thread Maya menon
If any one has any sample implementations using ibatis / hibernate, please send them to me. It would be really helpful Rick Reumann <[EMAIL PROTECTED]> wrote:[EMAIL PROTECTED] wrote the following on 7/20/2005 3:44 PM: > Another camp would tell you to just use something like a business > delegat

Re: Hi-New to this group

2005-07-20 Thread netsql
I used JDBC realms for security. I tend to avoid EJB, even v 3 (it does not support collection) but EJB 3 is not bad (unlike 2.1.. it is bad). You can run 500 concurnet users on an old laptop, I my tests I get over $2K per CPU on older servers. What stress testing tool do you plan to use? .V

Re: Hi-New to this group

2005-07-20 Thread Rick Reumann
[EMAIL PROTECTED] wrote the following on 7/20/2005 3:44 PM: Another camp would tell you to just use something like a business delegate + iBatis or Hibernate. I cannot comment as I have not used that approach. Personally, I like to write all my own SQL (along with everything else you can write).

Re: Hi-New to this group

2005-07-20 Thread Michael Rasmussen
[mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 20. Juli 2005 22:20 > > An: Struts Users Mailing List > > Betreff: Re: Hi-New to this group > > > > [EMAIL PROTECTED] wrote: > > > > >I don't understand Dave's concern. Perhaps he would > >

Re: Hi-New to this group

2005-07-20 Thread Leon Rosenberg
> -Ursprüngliche Nachricht- > Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 20. Juli 2005 22:20 > An: Struts Users Mailing List > Betreff: Re: Hi-New to this group > > [EMAIL PROTECTED] wrote: > > >I don't understand Dave's c

Re: Hi-New to this group

2005-07-20 Thread Leon Rosenberg
> -Ursprüngliche Nachricht- > Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 20. Juli 2005 22:20 > An: Struts Users Mailing List > Betreff: Re: Hi-New to this group > > [EMAIL PROTECTED] wrote: > > >I don't understand Dave's c

Re: Hi-New to this group

2005-07-20 Thread Larry Meadors
On 7/20/05, Dave Newton <[EMAIL PROTECTED]> wrote: > >Another camp would tell you to just use something like a business > >delegate + iBatis or Hibernate. I cannot comment as I have not used that > >approach. > > > This is the approach I've used the most and it seems to work pretty well > for me-

Re: Hi-New to this group

2005-07-20 Thread Maya menon
Hi, I am pretty new to Hibernate, [no idea at all] can anyone send me a sample implementation ? Thanks Dave Newton <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: >I don't understand Dave's concern. Perhaps he would elaborate on why he says >to avoid Session beans. > > Anything EJB-re

Re: Hi-New to this group

2005-07-20 Thread Dave Newton
[EMAIL PROTECTED] wrote: I don't understand Dave's concern. Perhaps he would elaborate on why he says to avoid Session beans. Anything EJB-related I've run in to (except in a few instances) has been mind-blowing overkill, that's all. I'm not saying they're _never_ the right answer, and I

Re: Hi-New to this group

2005-07-20 Thread Dave Newton
Maya menon wrote: Also, As Dave wrote about session ejbs, please suggest some give work arounds for a session ejb. Requirement is to read contents from database. There are quite a few decent ways of doing database access; I'd probably recommend Hibernate at this point but there are a lot of

Re: Hi-New to this group

2005-07-20 Thread Martin Gainty
o: "Struts Users Mailing List" Sent: Wednesday, July 20, 2005 3:35 PM Subject: Re: Hi-New to this group Thank you dave and Eric for the quick solution regarding session facade. Now using a business delegate and a session facade, is it a good idea ? Also, As Dave wrote about session ejbs

Re: Hi-New to this group

2005-07-20 Thread Maya menon
siness delegate + >iBatis or Hibernate. I cannot comment as I have not used that approach. >Personally, I like to write all my own SQL (along with everything else you can >write). > >Erik > > >-Original Message- >From: Maya menon >Sent: Jul 20, 2005 3:35 PM >To

Re: Hi-New to this group

2005-07-20 Thread Mike Darretta
to write all my own SQL (along with everything else you can write). Erik -Original Message- From: Maya menon <[EMAIL PROTECTED]> Sent: Jul 20, 2005 3:35 PM To: Struts Users Mailing List Subject: Re: Hi-New to this group Thank you dave and Eric for the quick solution rega

Re: Hi-New to this group

2005-07-20 Thread DGraham
http://www.bookpool.com/sm/0764558315 At $25, you're almost stealing it. -Dennis Maya menon <[EMAIL PROTECTED]> 07/20/2005 03:35 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Hi-New to this group Thank you dave a

Re: Hi-New to this group

2005-07-20 Thread erikweber
age- From: Maya menon <[EMAIL PROTECTED]> Sent: Jul 20, 2005 3:35 PM To: Struts Users Mailing List Subject: Re: Hi-New to this group Thank you dave and Eric for the quick solution regarding session facade. Now using a business delegate and a session facade, is it a good idea ? Al

Re: Hi-New to this group

2005-07-20 Thread Maya menon
Thank you dave and Eric for the quick solution regarding session facade. Now using a business delegate and a session facade, is it a good idea ? Also, As Dave wrote about session ejbs, please suggest some give work arounds for a session ejb. Requirement is to read contents from database. Ma

Re: Hi-New to this group

2005-07-20 Thread erikweber
caching strategies somewhere in that middle layer. Erik -Original Message- From: [EMAIL PROTECTED] Sent: Jul 20, 2005 3:25 PM To: Struts Users Mailing List Subject: Re: Hi-New to this group http://java.sun.com/blueprints/corej2eepatterns/Patterns/SessionFacade.html Erik

Re: Hi-New to this group

2005-07-20 Thread Dave Newton
Maya menon wrote: Now, back end I am thinking about session ejbs which reads database tables. Unless there's a requirement or Very Compelling Reason to use EJB I'd sure try to avoid them. Now, what should I use in the middle layer ? ie, intercation between action classes and session ejb: Fo

Re: Hi-New to this group

2005-07-20 Thread erikweber
http://java.sun.com/blueprints/corej2eepatterns/Patterns/SessionFacade.html Erik -Original Message- From: Maya menon <[EMAIL PROTECTED]> Sent: Jul 20, 2005 3:21 PM To: user@struts.apache.org Subject: Hi-New to this group Hi all, I am designing a web app/ Its supposed to ha

Hi-New to this group

2005-07-20 Thread Maya menon
Hi all, I am designing a web app/ Its supposed to have 500 concurrent users. 1. Module- Login The users login using their uid/password and see the stuff in their database I am planning to use Struts,jsp,action classes in the front end Now, back end I am thinking about session ejbs which reads da