Two Laptop Bag
The moose likes EJB and other Java EE Technologies and the fly likes Please anybody help me with this toolkits Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Please anybody help me with this toolkits" Watch "Please anybody help me with this toolkits" New topic
Author

Please anybody help me with this toolkits

EJB
Greenhorn

Joined: Jul 12, 2000
Posts: 8
The toolkit is a collection of tool programs that are funtionally packaged together with a common look and feel that are launched from a toolkit home page. The collection of tools available with each kit, along with many of the look and feel paramters, are controlled by a toolkit configuration file.
Each tool program beloging to the toolkit must be able to utilize the information in this configuration file in a consistent way. Also database generated ads must be displayed and page views must be correctly logged.
Each program that is called from the toolkit home page can have custom parameters passed to it that are unique to that specific program. It must also accept the "tkconfig" paramter, which defines the root name of configuration file. The actual file naem consists of this parameter value appended to it.
If the tkconfig parameter is not supplied then the default name of "toolkit" should be assumed.

There is a JSP file and a toolkit(EJB) file.
I need a configuration parameter that is passed to the toolkits object to identify the current toolkit configuration.
It should be displayed like http://localhost:7001/mortgage.jsp?tkconfig=toolkit
when you click on mortgage (jsp file).
There would be bunch of a toolkits but only one JSP file.
For example when you say http://localhost:7001/mortgage.jsp?tkconfig=toolkit1
then the configuration of toolkit1 would be displayed.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Please anybody help me with this toolkits
 
Similar Threads
A Question in File searching
Console Starting Problem
alias name for jsp file
Anybody help me with this toolkit
Weblogic settings for JSP using properties file