[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Managed Bean Subfolder  XML
Forum Index -> Development
Author Message
fschlott

Power User

Joined: 13/03/2009 19:09:22
Messages: 38
Offline

Hello Björn,

i have a question about managed-bean.

The Dispatcher is in folder
eclnthotdeploy\classes\com\interaction\impl\

The faces-config.xml has the following entry

<managed-bean>
<managed-bean-name>d</managed-bean-name>
<managed-bean-class>com.interaction.impl.Dispatcher</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>


Now we want to insert customer specific UI-classes in subfolder
eclnthotdeploy\classes\com\interaction\impl\customerProject
and bind this class to the jsp.

Is this possible or do we have to put all classes we want to bind in the same folder as the Dispatcher.class?

Thanks in advance

Frank
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 744
Offline

Hi,

I'm not Björn, but I think I can help you too
You can configure this by applying a dispatcherinfo.xml, this process is described in the actual Development Documentation within the chapter "The Workplace Framework" ( at page 128

regards
Markus
[WWW]
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 744
Offline

Hi,

I'm not Björn, but I think I can help you too
You can configure this by applying a dispatcherinfo.xml, this process is described in the actual Development Documentation within the chapter "The Workplace Framework" at page 128.

regards
Markus
[WWW]
fschlott

Power User

Joined: 13/03/2009 19:09:22
Messages: 38
Offline

Hi Markus,

thanks a lot for your help.
I did just ask for Björn, cause im new to this forum and didnt know how this is working on here.
Sorry bout that. Now i know that there are other professionals too.

best regards
Frank
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 744
Offline

no problem, but i'm no professional maybe I'm an advanced beginner javascript:emoticon('');

Markus
[WWW]
fschlott

Power User

Joined: 13/03/2009 19:09:22
Messages: 38
Offline

ok but you solved my problem
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team