Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Pattern »

Re: Design help

ashraf galal

2005-05-05

Replies:

JAAS is an APIs that standardize checking supplied credentials.

It is all about the contsainer (the vendor implementation of j2EE specification) )which implement JAAS.

And how easy JAAS is to integrate with a J2ee SERVER VARIES BETWEEN SERVERS.

So your questions regrding 1000 of users OR SO could be searched in your server documentation.

Please check your server implemenation document under load balance or session replication



 




Ashraf Galal
(416)804-8359
>From: Maya menon <maya_java@YAHOO.COM> >Reply-To: An interest list for Sun Java Center J2EE Pattern Catalog <J2EEPATTERNS-INTEREST@JAVA.SUN.COM> >To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM >Subject: Re: Design help >Date: Thu, 5 May 2005 10:36:30 -0700 > >We will be having up to 1000 concurrent users trying to login. Can JAAS handle such a big load ? > > >"Bayarsaikhan VOLODYA (YAZ-ArGe)" <bayar@YAZ.COM.TR> wrote:the simplest way is to use struts with jaas. > >PS: i am not a fan of EJB too ;-) > >-----Original Message----- >From: An interest list for Sun Java Center J2EE Pattern Catalog [mailto:J2EEPATTERNS-INTEREST@JAVA.SUN.COM]On Behalf Of Maya menon >Sent: Wednesday, May 04, 2005 8:07 PM >To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM >Subject: Design help > > >Hi, >Looking for a best design strategy. >Our client-server app is being converted to a web based app. The first feature to be converted is "Login process". > >I am planning to have a jsp page with user id[currently we dont request password from users], but I think password field is necessary. Now, when a valid user logs in, it should look at the database and display the messages available to the user from the database. This is what should happen. > >Now, there can be upto 1000 concurrent users. There can be 2500 users accessing the system in a 24 hour period. > >Which design pattern/patterns are best in a situation like this ? >I am not a fan of EJB, but will EJB be helpful here ? > >Need all suggestions and links to similar problems and solutions. > >Thanks, > > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com >==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com > > >--------------------------------- >Yahoo! Mail Mobile > Take Yahoo! Mail with you! Check email on your mobile phone. > >==================================================================== >Companion Site: http://www.corej2eepatterns.com >J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns >List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html >Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com From owner-j2eepatterns-interest@JAVA.SUN.COM Mon, 9 May 2005 15:56:02 Return-Path: Delivery-Date: Mon, 09 May 2005 15:56:15 -0400 Received: from swjscmail2.Sun.COM[192.18.99.108] (helo=swjscmail2.java.sun.com) by mx.perfora.net with ESMTP (Nemesis), id 0MKvAI-1DVEMR2GnE-0000to; Mon, 09 May 2005 15:56:15 -0400 Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107]) by swjscmail2.java.sun.com (Postfix) with ESMTP id 2ED30226C3; Mon, 9 May 2005 13:48:14 -0600 (MDT) Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8e) with spool id 63234125 for J2EEPATTERNS-INTEREST@JAVA.SUN.COM; Mon, 9 May 2005 13:42:18 -0600 X-Original-To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM Delivered-To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM Received: from web53507.mail.yahoo.com (web53507.mail.yahoo.com [206.190.37.68]) by swjscmail1.java.sun.com (Postfix) with SMTP id A6D754ACB for ; Mon, 9 May 2005 13:42:17 -0600 (MDT) Received: (qmail 50303 invoked by uid 60001); 9 May 2005 19:56:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=XmThRsh3/5GM9PvYffWilvHJI+HHZV8ulKcXFrYLZt4ekh4YSFGKdDln24ekdnqo/Cl8Ip8oXPzLqiysae0kYoqcgayCBOVTtYpEx74Mk4hi/XqxjbmJ1V70U+3hqUH3euehqdKP0yYfp21mhPC+HlIx0pmHN8Y5042mbPeIlS0= ; Received: from [144.160.5.25] by web53507.mail.yahoo.com via HTTP; Mon, 09 May 2005 12:56:02 PDT MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2091132165-1115668562=:50178" Message-ID: <20050509195602.50301.qmail@web53507.mail.yahoo.com> Date: Mon, 9 May 2005 12:56:02 -0700 Reply-To: An interest list for Sun Java Center J2EE Pattern Catalog Sender: An interest list for Sun Java Center J2EE Pattern Catalog Comments: DomainKeys? See http://antispam.yahoo.com/domainkeys From: Maya menon Subject: Help To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM Precedence: list Envelope-To: java@JUNLU.COM X-SpamScore: 0.000 --0-2091132165-1115668562=:50178 Content-Type: text/plain; charset=us-ascii All, We r converting a client/server app to websphere based web application. In our client/server application we have tons of shell scripts,c files and java programs which used threads. Whats the best conversion strategies for UNIX shell scripts ? C programs ? How can the thread class be reused ? Thanks, --------------------------------- Yahoo! Mail Stay connected, organized, and protected. Take the tour ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com --0-2091132165-1115668562=:50178 Content-Type: text/html; charset=us-ascii
All,
 
We r converting a client/server app to websphere based web application. In our client/server application we have tons of shell scripts,c files and java programs which used threads.
 
Whats the best conversion strategies for
UNIX shell scripts ? C programs ?
How can the thread class be reused ?
 
Thanks,


Yahoo! Mail
Stay connected, organized, and protected. Take the tour ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com --0-2091132165-1115668562=:50178--
©2008 junlu.com - Jax Systems, LLC, U.S.A.