cancel
Showing results for 
Search instead for 
Did you mean: 

Required Java EE concepts for Enterprise Portals custom development

Former Member
0 Kudos

Hi Gurus,

Which concepts of Java EE are helpful/required for custom development of Netweaver Portals?

What I am trying to find is the list of Java EE topics that are redundant as far as Netweaver Portals are concerned. In that case, I can only concentrate on relevant topics.

Or should I take an EE book and read from start to finish?

Thank you.

Rama

Accepted Solutions (1)

Accepted Solutions (1)

saar_dagan
Employee
Employee
0 Kudos

Hi Rama,

This is the list of JEE I would start with:

JEE Servlets (most important topic)

JSP (Layouts in portal are with JSP's)

JNDI (The PCD and other repositories in the portal are JNDI based).

JMS (Understand messaging in the Portal).

Hope this helps,

Saar

Former Member
0 Kudos

Hi Saar,

Thank you for your response.

What about Entity Java Beans and Java Server Faces?

Rama

saar_dagan
Employee
Employee
0 Kudos

Hi Rama,

JSF is not really needed, I would also learn java beans in general.

BR,

Saar

Former Member
0 Kudos

Thank you again Saar.

Rama

Former Member
0 Kudos

Hi Saar,

If a person is good with core Java and Web Dynpro Java, will he/she be able to manage custom development in Enterprise Portal?

Is Java EE a must for custom development? Can Web Dynpro handle, at least, most of the custom development?

Thank you,

Rama

Answers (0)