saagaravk
saagaravk

Reputation: 93

converting java EE project into EJB project

Currently i am doing the project in RAD i.e. dynamic web project but now there is a requirement that we need to use websphere MQ for queuing the services . so in order to do queue i found to create EJB project . so i can convert dynamic web project into EJB project ? is there any ways to add facets to current project ?.

Upvotes: 0

Views: 1078

Answers (1)

Isaac
Isaac

Reputation: 16736

I am not sure why you need an EJB project in order to use JMS, but regardless - no, you can't change a dynamic Web project into an EJB project using RAD. Once the Dynamic Web Project facet (and its accompanying facets) is installed, you cannot remove it. You can add other facets, but you can't add the EJB facets. You will have to create a brand new RAD project and copy the code over.

Upvotes: 1

Related Questions