Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Gary VanMatre

 -- Original message --
From: Eric Chow [EMAIL PROTECTED]
 Hello,
 
 Can Shalre-Remoting load static javascript from JAR without using JSF?
 
 If it can, can you show me a simple example?

The shale remoting library is a value add for JSF and assumes JSF.  That's true 
for all shale libraries.


 
 Best regards,
 Eric

Gary



Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Wendy Smoak
On Wed, Jul 16, 2008 at 2:39 PM, Gary VanMatre [EMAIL PROTECTED] wrote:

 The shale remoting library is a value add for JSF and assumes JSF.  That's 
 true for all shale libraries.

... except bits of Shale Test, which can be used without JSF.

-- 
Wendy


Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED]
 On Wed, Jul 16, 2008 at 2:39 PM, Gary VanMatre [EMAIL PROTECTED] wrote:
 
  The shale remoting library is a value add for JSF and assumes JSF.  That's 
 true for all shale libraries.
 
 ... except bits of Shale Test, which can be used without JSF.


True, but it's still built on and has dependencies with the JSF API's.  We just 
provide mock implementations.
 
 -- 
 Wendy



Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Wendy Smoak
On Wed, Jul 16, 2008 at 3:37 PM, Gary VanMatre [EMAIL PROTECTED] wrote:

 True, but it's still built on and has dependencies with the JSF API's.  We 
 just provide mock implementations.

I'm thinking of CargoTestSetup, which has no JSF dependencies at all.
I've used it to test Struts apps, for example.

-- 
Wendy


Can shale remoting use in web application without JSF?

2008-07-15 Thread Eric Chow
Hello,

Can Shalre-Remoting load static javascript from JAR without using JSF?

If it can, can you show me a simple example?

Best regards,
Eric