Sunteți pe pagina 1din 3

Component type Package/Directory

These to be placed in Directory with component


name
Eg. BRGUI, QZGUI.
All the BR JSP's and JS files will be in BRGUI
JSP & JS directory
Package Structure
com.tcs.bancs.<Component>.*;
com.tcs.bancs.<Component>.Action.*;
com.tcs.bancs.<Component>.ActionForm.*;
com.tcs.bancs.<Component>.HelperBeans.*;
<Component> could be BRGUI or QZGUI etc.
Java files Even DTO Files could be included here
File name would be
Gui_<Component>.jar
<Component>.jar
<Component> could be BRGUI or QZGUI etc.
this file includes Classes and also java files with
proper package structure
If it is MasterCraft generated Jar, then
Jars DTO Classes/Java files will not be available
ejb-jar.xml
weblogic-ejb-jar.xml
web.xml
struts-config-<Component>.xml
BindPropFile.xml
<Component> could be BRGUI or QZGUI
BindPropFile/Service/Process xmls if there are
updates in the files or can be generated using
Configuration Files MasterCraft.
Menu entries menuData.xml
Serverside Jars All Modules Jars, and some Servlet jars
ErrName_SEC.properties
ErrSeverity_SEC.properties
along with ErrorMessages.jar
Error messages files if it got generated here at Bangalore.
Deployment
Root Folder Level1 Level2 Level3

RBCD Phase-0 BLR


Delivery <Date>
/Web Components
/JSP & JS
/ <Component Name>
example : / BRGUI

/JAVA / com / tcs /


bancs
/ <Component Name>
example : /BRGUI

/GUI JARs
*.JAR
Example : BRGUI.JAR &
Gui_BRGUI.JAR
/Window Specific
Serverlet JARs SIGN.JAR

/Configuration Files /Bean Entries


/Web Content Entries
/WindowSpecific Java File
Path Entries

/Services Call Entries


/Rolebased Menu Entries

/Server Components

/Server Side JARs

/Business JAR

/ErrorMessage & Domains

/Property Files
Current location as per Weblogic
Level4 Level5 Remarks structure

/BancsWeb/<Component Name>
Example /BancsWeb/BRGUI/*.*
*.JS
*.JSP
Need to prepare a Jar and Place it in /APP-
INF/lib

*.java GUI side Java & DTOs


/Action *.java GUI side Java
/ActionForm *.java GUI side Java
/HelperBeans *.java GUI side Java

/APP-INF/lib
As of now, this is the only
serverlet JAR /APP-INF/lib
Last 3 files could be verified
ejb-jar.xml against the server side
weblogic-ejb-jar.xml delivery /BancsEJBModules/META-INF/
web.xml /BancsWeb/WEB-INF
struts-config-<component name>.xml
(One for each component) /BancsWeb/WEB-INF
/Deployment/InputFiles/BindPropFile.xml
BindPropFile.xml /Deployment/XMLFiles/Service.xml
Service.xml /Deployment/XMLFiles/Process.xml
Process.xml
menuData.xml /Deployment/InputFiles/

<Component Name>.JAR
Example : BR.JAR /APP-INF/lib
ErrorMessages.JAR
Domains.JAR /APP-INF/lib
ErrName_SEC.properties /Deployment/InputFiles
ErrSeverity_SEC.properties

S-ar putea să vă placă și