0

現在、私はRADでプロジェクトを実行しています。つまり、動的Webプロジェクトですが、サービスをキューに入れるためにWebsphereMQを使用する必要があるという要件があります。したがって、キューを実行するために、EJBプロジェクトを作成することがわかりました。動的WebプロジェクトをEJBプロジェクトに変換できますか?現在のプロジェクトにファセットを追加する方法はありますか?

4

1 に答える 1

1

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.

于 2012-10-08T04:27:47.437 に答える