0

I am new to GateIn portal.

We have developed portal using JBoss Portal 2.7, which has simple UIs.

How can I migrate my portal application from JBoss portal 2.7 to GateIn final release?

From where to get the idea about how to create a new simple portal using gatein and all the configuration that need to be done for that.

Abhishek Kumar
  • 315
  • 1
  • 4
  • 10

1 Answers1

0

If your portlet/web application is based on EJB Components, then it can only be deployed on an application server, such as JBoss, which underlies all Entreprise Edition features.

GateIn portal is nothing but a portlet container, internally a web applcation that must be deployed in an application server such as Tomcat AS or JBoss AS, but a full EE Server is a must in order to have all entreprise java beans and services functional.

So the essence is, if you are using EJBs in your development, then you can only use an Applciation server with EJB container.

tmarwen
  • 15,750
  • 5
  • 43
  • 62