Re: Flash Flex w/ Struts article

2003-12-17 Thread BaTien Duong
Vic Cekvenich wrote: http://www.macromedia.com/devnet/flex/articles/struts.html Is this for real? YES! Point of Struts is MVC, so some people do JSP, Velocity... other do Hibrenate or iBatis... one thing remains. (note how they did not support Spring, or WebWork or XYZ). Flex is XML like, used

Re: Chain - not comatible

2003-11-28 Thread BaTien Duong
Vic Cekvenich wrote: (thanks Batien for emailing the war). When runing Struts Chain example I get a "Sepecified RequestProcessor is not compatible with TilesRequestProcessor". Is there a work arround? I will take a look at it. It will take sometime since I am in the middle of a major business

Re: Struts-chain

2003-11-08 Thread BaTien Duong
the struts-chain? On behalf of many developers, me included, thanks for your great effort. :-) BaTien DBGROUPS Craig R. McClanahan wrote: Quoting BaTien Duong <[EMAIL PROTECTED]>: Howdy: I am trying to get Struts-chain up and running. I follow the instruction of struts-chain in the

Re: Struts-chain

2003-11-07 Thread BaTien Duong
Vic Cekvenich wrote: BaTien Duong wrote: i am able to have struts-chain example (the old struts-example with struts-chain built from cvs) up and running using j2sdk1.4.2_02 and tomcat 5.0.14. Where did you find an example of using a Struts chain? .V The struts-example is in cvs/jakarta

Re: Struts-chain

2003-11-07 Thread BaTien Duong
2003, BaTien Duong wrote: Howdy: I am trying to get Struts-chain up and running. I follow the instruction of struts-chain in the cvs to build from the source: export ANT_HOME=.../ant-1.6beta2 export JAVA_HOME=.../j2sdk1.4.2_02 export TOMCAT_HOME=.../tomcat-5.0.14 The build.properties is copied

Re:Struts-chain

2003-11-05 Thread BaTien Duong
Howdy: I am trying to get Struts-chain up and running. I follow the instruction of struts-chain in the cvs to build from the source: export ANT_HOME=.../ant-1.6beta2 export JAVA_HOME=.../j2sdk1.4.2_02 export TOMCAT_HOME=.../tomcat-5.0.14 The build.properties is copied from the build.properties.s

Re: Editorial on Struts' Long Term Future

2003-10-01 Thread BaTien Duong
Craig R. McClanahan wrote: Yep. To have Struts take that long to become "legacy" is actually a compliment to how well it addresses the need area it went after. To have it become the underlying knowledge base of the experts building the "standardized" version of the technology is a compliment

Re: Re [OT] As the Struts world turns [was: Re: DO NOT REPLY [Bug22519] - Allow multiple MessageResources files to be loaded under onekey]

2003-08-28 Thread BaTien Duong
Yes Mozilla is good, especially with browser side junk file. I replace IE with Mozilla on windows (my development and server are in Linux) to prevent aggressive attitute of some sameless apps. Internet-based open-souce development will ultimately democratize the playing field. BaTien DBGROUPS K

Re: Struts and Jetspeed

2003-08-27 Thread BaTien Duong
Vic: I like your practical approaches as well, and share part of it. Keep express yourself freely. We need many *frank* discussions to keep things moving in a proper perspective. Best regards BaTien DBGROUPS Vic Cekvenich wrote: BaTien Duong wrote: Craig R. McClanahan wrote: SNIP There

Re: Struts and Jetspeed

2003-08-21 Thread BaTien Duong
Vic Cekvenich wrote: BaTien Duong wrote: Emerson Cargnin wrote: any advice in choosing tiles vs jetspeedy? I suppose tiles integrates better, but at the other side jettyspeed follows the portlets specification. Any other comments? It is still too early to tell. I believe in simplicity

Re: Struts and Jetspeed

2003-08-21 Thread BaTien Duong
Craig R. McClanahan wrote: On Wed, 20 Aug 2003, BaTien Duong wrote: Date: Wed, 20 Aug 2003 13:31:17 -0600 From: BaTien Duong <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Struts an

Re: Struts and Jetspeed

2003-08-20 Thread BaTien Duong
Emerson Cargnin wrote: any advice in choosing tiles vs jetspeedy? I suppose tiles integrates better, but at the other side jettyspeed follows the portlets specification. Any other comments? It is still too early to tell. I believe in simplicity and the right design that up to now Struts-Tiles

Re: Struts and Jetspeed

2003-07-31 Thread BaTien Duong
Joe Germuska wrote: At 22:22 -0600 7/30/03, jakarta-lists wrote: Has anyone successfully use Struts with Jetspeed? I'm looking into the possiblilty of having jetspeed do the authentication, templating and layout.. while struts will handle the control of the app. It sounds like a good idea

RE: Using a TreeModel for Menu State - Best Practice to send statechanges via Struts

2003-03-05 Thread BaTien Duong
This is what we are waiting for in Java Server Faces to bring server side action to rich client side interface with easy to use Tags. BaTien == -Original Message- From: Brian Hart [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 9:04 AM To: [EMAIL PROTECTE

RE: Setting tiles attributes from a bean in different scopes

2003-03-04 Thread BaTien Duong
scopes BaTien Duong wrote: >Thanks Cedric. You save us a day! 3 more items to be sure: > >1) Assuming we have *myAttribute* from *myBean* in user session >myBean.getLevel2().getMyAttribute(). To use myAttribute as a JSP Java >variable, we need: > //set an attribu

RE: Setting tiles attributes from a bean in different scopes

2003-03-03 Thread BaTien Duong
ting tiles attributes from a bean in different scopes Hi, BaTien Duong wrote: >Hello Cedric and the group: > >Issue: need to retrieve properties of *myBean* in user session scope as >values for tiles attributes in request scope. > You can't set the scope of a tiles a

Setting tiles attributes from a bean in different scopes

2003-03-03 Thread BaTien Duong
Hello Cedric and the group: Issue: need to retrieve properties of *myBean* in user session scope as values for tiles attributes in request scope. Solution from a scratch of my head: Questions: 1) The bean and attribute are in different scopes. Can one set tile

RE: Struts and Portlets

2003-02-25 Thread BaTien Duong
We believe that Struts together with other best-of-breed loosely connected components without hard connections to any engines such as the ones in JetSpeed will be best to implement JSR-168. Obviously, we have to wait for Reference Implementation of JSR-168. This topic will be hot. BaTien =

RE: TilesAction and Controller

2003-02-20 Thread Dr. BaTien Duong
I am thinking along this line in our portal implementation. Each tile is a portal service that has its own service controller to do data processing. There is a main portal body where messages and presentations are displayed. Errors and messages in all portal services will be catched and a new messa

Re: TilesAction and Controller

2003-02-19 Thread BaTien Duong
ut using the Controller interface for a Wrox Chapter last night, and I'd > hate to be out of date ;-) > > Thanks, > > Matt > > > -Original Message- > > From: BaTien Duong [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 19, 2003 8:25 AM > >

Re: TilesAction and Controller

2003-02-19 Thread BaTien Duong
: Re: TilesAction and Controller > > > BaTien Duong wrote: > > >I found the following in tilesAdvancedFeatures: > > > >If you use a class name as controller, it should extend one of the following > >base classes or interfaces: > >org.apache.struts.action

Re: TilesAction and Controller

2003-02-17 Thread BaTien Duong
ctionControllerWrapper? I cannot find it in src of struts 1.1-b3. Thanks - Original Message - From: "BaTien Duong" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 10:22 AM Subject: Fw: TilesAction and

Fw: TilesAction and Controller

2003-02-17 Thread BaTien Duong
Question: Just check to make sure that the controllerClass (NOT controllerURL) used in tag can extends TilesAction (and NOT implements Controller)? - Original Message - From: "BaTien Duong" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTE

Re: TilesAction and Controller

2003-02-16 Thread BaTien Duong
Using TilesAction as a controller, I can pass the generated error to the input page via standard Struts process: if (!errors.empty()) { saveErrors(request, errors); return (new ActionForward(mapping.getInput(); } Question: How can I achieve the same thing with Tiles Control

Re: Design question: Model component using Business logic beans

2003-02-04 Thread BaTien Duong
l component using Business logic beans > > > On Mon, 3 Feb 2003, BaTien Duong wrote: > > > Date: Mon, 3 Feb 2003 20:02:41 -0700 > > From: BaTien Duong <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: Struts Users Mailing

Re: Design question: Model component using Business logic beans

2003-02-03 Thread BaTien Duong
We use chained exception from jdk1.4, commons.logging, and factoring out 4 components that are independent on Struts [MessageResources, MessageResourcesFactory, PropertyMessageResources, and PropertyMessageResourcesFactory]. I heard somewhere that these 4 components will eventually be in commons. A

Re: HTTP to HTTPS

2003-02-02 Thread BaTien Duong
I am wondering whether the SecureRequestProcessor of SSL extension for Struts 1.1 can embrace TilesRequestProcessor so the http/https switching can recognize Tiles definitions. If not, can this be a feature? BaTien - Original Message - From: "Alireza Fattahi" <[EMAIL PROTECTED]> To: "'Str

Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-31 Thread BaTien Duong
We think Struts power lies in its simple and rigorous design process. If you combine Struts-Tiles, you will have the display Action for the whole page and actions for all included tiles. Actions are controllers that can have parameters set in the configuration file. With careful design of helper be

Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread BaTien Duong
We achieve what you describe as a chain of actions for re-use with helper beans and follow Struts design principal as Ted described. The helper beans can be ready in cache or service pool for reuse. Look at http://myportal.myb2cb2b.com/com.dbgroups.ppf/model/web/dao.html Hope this may help. BaTien

Re: Tiles Portal

2003-01-30 Thread BaTien Duong
Here is 1 way I solve the issue. 1) Have portalDisplay layouts with skins and designs for each company. 2) A centrallized controller PortalDisplayAction acts as a single gateway, responsible for preliminary processing such as security, etc, plus dispatching to requested url if all conditio

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread BaTien Duong
This is an exiting right direction most developers are looking for. We support your efforts. Dr. BaTien Duong DBGROUPS - Original Message - From: "Mike Oliver" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 8:45 AM Subject: Axis/SO

Re: msg bean from jdbc/ldap vs properties files

2002-12-12 Thread BaTien Duong
Has anyone known about JdbcHandler for logging using commons-logging as done in Struts? It would be great if there is this addition for jdk1.4 logging. Thanks. - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesda

Re: Java Server Faces stage? (fwd)

2002-12-07 Thread BaTien Duong
Cool. Thanks for a blunt discussion and knowledgeable insight. I am looking forward to Novell extenNd tool. - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 07, 2002 12:52 PM Subject: Re: Java Server Faces stage? (fwd)

Re: future of struts

2002-11-22 Thread BaTien Duong
Kevin. Thanks for sharing your thought. I am sure that a lot of developers already find Strut-Tiles conbinations great for web apps. Since SOAP will be the next big thing, we are also thinking along your line in our conceptual design stage. Please let the group know any development for Struts-SOAP-

Re: Tree Folder navigation

2002-09-03 Thread BaTien Duong
Sounf interesting. I am also interested in making the tree view easier and faster at client side. Our model is constructed from swing DefaultMutableTreeNode and DefaultTreeModel using Jndi. Users will have different views of the tree. I looked at MonkeyTree. If we can bring the user full view cont

Re: Struts & Persistence

2002-08-09 Thread BaTien Duong
e Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 9:33 AM Subject: Re: Struts & Persistence > BaTien Duong wrote: > > >OJB is very important, > > > Personally, I think that's an under

Re: Struts & Persistence

2002-08-09 Thread BaTien Duong
OJB is very important, especially combined with Struts 1.1 framework and "Struts pattern" of DAO to be independent of data sources: Directory, RDBMS, XML. I hope Struts user group gets more interest in this and in the concept of basicPortal that ties Struts, Tiles, and Event processing together.

Re: tile config using tileplugin?

2002-06-10 Thread BaTien Duong
Cedric: Interesting! Do we have a TilesPlugIn now? I though the old tiles uses ActionComponentServlet, which extends ActionServlet. So to extend Struts without extending ActionServlet, it will probably use ServiceManager. Cedric, would you explain this point and the direction tiles will be taken.

Re: Exception on persisted sessions - SimpleLog

2002-05-21 Thread Dr. BaTien Duong
hello: I am using Tomcat 4 binary version for jdk1.4 as a Standalone server working with Struts 1.1, no cluster. Suddenly, i have this exception popped up at the startup and shutdown of tomcat: On catalina start up - Standalone server: [-] Searching for random number generator has been completed

Re: I need help building tiles from src - please

2002-05-13 Thread Dr. BaTien Duong
Hello Joe: Use the binary version. Learn from Struts-tiles, excellently put together by Cedric Dumoulin. Then put appropriate libs and taglibs to your application. I like to take this opportunity to thank Cedric for his effort and willingness to help. BaTien DBGROUPS = - Ori