I have an application that configures a Single Sign-on Server.  Basically, 
there are many values that need to be configured in order for this beast to run 
correctly.  It is a Security Assertion Markup Language (SAML) protocol server.  
That is the basic application.  As part of the configuration of this beast, 
we/our customers create what we call "adapters".  These adapters are designed 
to enable our server to talk to local applications.  So, we ship our product 
without the adapters installed.  We have the ones we wrote available on our 
website for download.  In addition, we provide an SDK for our customers to 
write their own adapters.

In order to configure these adapters, we have GUI screens that are composed of 
Tapestry Components.  These components are shipped seperate from our product, 
so I need to be able to convince to load them from either external files or 
.jars.  I expect to need to load .html, .jwc, java (component) and other .java 
files.  The .java files are not a problem.  The problem is how to load the 
components dynamically from external files without have to re-war the entire 
application.

Thanks,

Mark

-----Original Message-----
From: Viktor Szathmary [mailto:[EMAIL PROTECTED]
Sent: Fri 8/5/2005 9:52 AM
To: Tapestry users
Subject: Re: How do I load components in 3.03 "on-the-fly"
 
On 8/5/05, Mark Stang <[EMAIL PROTECTED]> wrote:
> Hi,
> I have an entire system set up using standard pages and a .application file.  
> However, what I need to do is load components on-the-fly from either external 
> files or a .jar.  And then deploy them under JBoss without re-creating the 
> .war.
> 
> Basically, I need to be able to hot-deploy components without bringing down 
> the server.

sounds interesting, please tell us more about the use-case. what are
you trying to accomplish?

  viktor

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



Reply via email to