On the Microsoft side...

2002-11-26 Thread Cristian Cardenas
Hi all,
Somebody knows if there is a kind framework in the Microsoft side (to be used 
with ASP or ASP.NET), with the functionality (at least primitive) supported by 
Struts?. Excuse me for using bad words like Microsoft and ASP, but...

Regards,
Cristian.





Re: On the Microsoft side...

2002-11-26 Thread Cristian Cardenas
Which Struts framework features .NET supports?
I know Internationalization, which else?

- Original Message -
From: Michael C. Clark [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 26, 2002 10:43 AM
Subject: RE: On the Microsoft side...


 One could make the argument that the .NET framework IS your Struts
 equivalent (though we know there is no real 'equivalent').  The
 Framework offers some server-side controls that are accessed via tags
 in your scripts, and the opportunity to extend this library as you
 see fit).  I've not heard of any initiative under way to closly
 replicate Struts, but that is of course not to say there is not one.

 Regards,
 Mike

  Original Message 
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: On the Microsoft side...
 Date: Tue, 26 Nov 2002 10:17:21 -0300

 Hi all,
 Somebody knows if there is a kind framework in the Microsoft
 side (to be used with ASP or ASP.NET), with the functionality (at
 least primitive) supported by Struts?. Excuse me for using bad words
 like Microsoft and ASP, but...
 
 Regards,
 Cristian.
 
 



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Weblogic Page Compilation.

2002-11-22 Thread Cristian Cardenas
no, how can i do it?

- Original Message -
From: Davide Bruzzone [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Thursday, November 21, 2002 7:48 PM
Subject: RE: Weblogic Page Compilation.


 Are you precompiling your pages?

 Dave

 -Original Message-
 From: Cristian Cardenas [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 21, 2002 2:59 PM
 To: Struts Users Mailing List
 Subject: Weblogic Page Compilation.


 This is not an Struts specific question:

 Somebody knows an posible optimization to Weblogic 6.1 on Windows 2000 to
 accelerate the JSP compilation time. Because, in my configuration it takes
a
 lot...

 Thanks.
 Cristian.

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Weblogic Page Compilation.

2002-11-22 Thread Cristian Cardenas
So, it must be a machine problem. My new PC is comming soon. By the way i'm
working in WL 6.1 sp3 now but I have worked in WL 6.1 sp 1 and WebSphere 3.5
y 4.0 and they appears to be faster compilling JSP pages.

- Original Message -
From: Davide Bruzzone [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Friday, November 22, 2002 12:58 PM
Subject: RE: Weblogic Page Compilation.


 Really? What kinds of machines do you use? We even get a small first-time
 compilation lag on our dual-processor/2GB RAM Sparc boxes (which we use
as
 our production servers).

 Dave

 -Original Message-
 From: Daniel Jaffa [mailto:[EMAIL PROTECTED]]
 Sent: Friday, November 22, 2002 8:31 AM
 To: Struts Users Mailing List
 Subject: Re: Weblogic Page Compilation.


 Why not get a bigger machine, our jsp take almost no time to compile
 - Original Message -
 From: [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Friday, November 22, 2002 9:52 AM
 Subject: Re: Weblogic Page Compilation.


 
 
 
 
  One option may be the Ant task defined for this purpose.
 
  http://jakarta.apache.org/ant/manual/OptionalTasks/wljspc.html
 
 
  I've not used this -
 
  Kevin
 
  http://www.strutskickstart.com
  a
   lot...
  
   Thanks.
   Cristian.
 Snip/

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




ClassCastException Help !!!

2002-11-22 Thread Cristian Cardenas
I know this is not an Struts specific problem, but perhaps somebody can help me..

I'm working in WL 6.1 sp3 and I have a webapp deployed alone (without any ear). This 
Web app access an EJB Module inside an separate ear. The Web app calls an EJB Method 
and pass a Collection of Value Objects as parameter. I have an EJB Client Jar in the 
web app that have inside the Value Object class.

When I call the method from an Struts Action class and, inside the EJB Bean Class, I 
try to cast every element to the value object class I get an ClassCastException. 
Thanks a lot.
Cristian. 




Weblogic Page Compilation.

2002-11-21 Thread Cristian Cardenas
This is not an Struts specific question:

Somebody knows an posible optimization to Weblogic 6.1 on Windows 2000 to accelerate 
the JSP compilation time. Because, in my configuration it takes a lot...

Thanks.
Cristian.



TilesRequestProcessor and I18n!!!!

2002-09-30 Thread Cristian Cardenas

Hi all, 
I'm having a problem with the Tiles request processor and I18n. The problem is 
that the request processor doesn't load the Locale of the client in the session. What 
could be the solution, to implement a request processor class extending 
TilesRequestProcessor? Which methods of that class should be overriden?

Another issue is that the request processor is not Serializable, and 
sometimes, when the machine has low memory appear an error 
java.io.NotSerializableException: org.apache.struts.tiles.TilesRequestProcessor. Can 
be this solved making the  extending class implements Serializable?

Thanks a lot.
Cristian.




Struts and Weblogic errors [again].

2002-09-17 Thread Cristian Cardenas

I posted this yesterday but I'm going to try again, may be somebody missed
it and can help me:

I'm using Struts 1.1 Beta 2 in Weblogic 6.1 sp1 and sometimes I have the
following errors in Weblogic log.
When this errors occur the Web app doesn't work properly

action: Info - TilesPlugin : factory already exists. No new
creation.
 Could not deserialize context attribute
java.io.NotSerializableException:
org.apache.struts.tiles.TilesRequestProcessor
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
..

.action: Tiles definition factory found for request processor ''.
java.lang.NullPointerException
at
org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.getDef
inition(ComponentDefinitionsFactoryWrapper.java:56)

I know TilesRequestProcessor and RequestProcessor classes don't implements
Serializable interface.
Does this error appear only using Weblogic or it's produced by another App.
Servers also?

Any ideas?
Thanks a lot.
Cristian.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tiles and Internationaliation

2002-09-13 Thread Cristian Cardenas

I found that the TilesRequestProcessor doesn't process the Client's Locale
(doesn't load the Locale in the session).
I'm using tiles, can I use the default request processor (RequestProcessor)?
Or may be I have to extends TilesRequestProcessor  to process Client's
Locale?

Thanks a lot.
Cristian.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Internationalization question.

2002-09-12 Thread Cristian Cardenas

No, I have
 controller processorClass=org.apache.struts.tiles.TilesRequestProcessor
locale=true /
in the Struts-config.xml.

Any idea?

Cristian


- Original Message -
From: John Yu [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Wednesday, September 11, 2002 10:21 PM
Subject: Re: Internationalization question.


 Do you have controller locale=false in the struts-config.xml?

 At 07:25 am 12-09-2002, you wrote:
 Hi all,
 I'm using Struts 1.1b2 and Weblogic 6.1 SP 1.
 I was testing internationalization and I found that the server always
used
 the default ApplicationResource. Then I checked the value of
 Action.LOCALE_KEY and I realized that It was null.
 So I tested a page that load the client's locale in a session object with
 the key specified in Action.LOCALE_KEY and all worked well.
 
 My question is: It's necessary to do what I did or, by default Struts
 should load the Client's locale in the Session.
 
 Thanks a lot.
 Cristian.

 --
 John Yu   Scioworks Technologies
 e: [EMAIL PROTECTED] w: +(65) 873 5989
 w: http://www.scioworks.com   m: +(65) 9782 9610

 Scioworks Camino - Don't develop Struts Apps without it!
 Copyright (c) 2002 John Yu/Scioworks Technologies. All rights reserved.


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re-initialize ActionServlet.

2002-09-12 Thread Cristian Cardenas

Hi all,
How can I re-initialize the ActionServlet in order to reload the Struts-config.xml 
without reload the whole web app?

Thanks.
Cristian.



Internationalization question.

2002-09-11 Thread Cristian Cardenas

Hi all,
I'm using Struts 1.1b2 and Weblogic 6.1 SP 1.
I was testing internationalization and I found that the server always used the default 
ApplicationResource. Then I checked the value of Action.LOCALE_KEY and I realized that 
It was null.
So I tested a page that load the client's locale in a session object with the key 
specified in Action.LOCALE_KEY and all worked well.

My question is: It's necessary to do what I did or, by default Struts should load the 
Client's locale in the Session.

Thanks a lot.
Cristian.




Tiles and Frames.

2002-08-21 Thread Cristian Cardenas

I'm using tiles from struts. I'd like to know if it's possible to use Frames with 
Tiles, and what is the way to use it.

Thanks a lot.
Cristian.