cancel
Showing results for 
Search instead for 
Did you mean: 

Folder structure in WebDynpro Java

Former Member
0 Kudos

Hi Friends,

An application in STRUTS has a specified folder structure such that all jsp files should be placed in JSP folder,similarly in the case of WEB-INF folder there is a particular format or structure for the same which we follow.

Similarly in WebDynpro Java,what is the folder structure we follow?

Whatever we build and compile these meta data is placed at some folder structure,so what is the folder structure we follow.

Can i get a proper information on this please.

Thanks and regards,

Chandrashekar.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192434
Active Contributor
0 Kudos

Hi Chandrashekar,

When you care WD apllication it has default structure, which is

WD_Application

-


WDDynpro

-


Models

-


Web Dynpro Component Interface

-


Web Dynpro Components

-


Dictionaries

-


Local Dictionary

-


Data Types

-


SRC

-


Configuration

-


Mimes

-


Pacakges

PS: this structure created by default.

Thanks

Anup

former_member194668
Active Participant
0 Kudos

Hi Chandrashekar,

When you develop WD Applications using NWDS, it automatically places the files in required folders.

No need to worry on that.

You can see the structure of the files in 'src' folder under '_comp' folder of your WD project.

-Aarthi

Former Member
0 Kudos

Hi Aarthi,

Firstly thanks for the reply.

yes,what you said is absolutely correct but i want to know

how it automatically places the files in the required folders.

I mean say one particular files need to be placed under a folder and so on.

So i want to know the internal structure exactly.

Thanks and regards,

Chandrashekar.