如何将 jetspeed-1.5.jar 迁移到 jetspeed-2.x for java eclipse?
how migration jetspeed-1.5.jar to jetspeed-2.x for java eclipse?
我是一名初级程序员,我想将 jetspeed-1.5 库更新为 jetspeed-2.x。
我已经咨询过 http://portals.apache.org/jetspeed-2/j1-migration.html 但我不知道如何迁移。
link provides the guidelines for migration because there are currently no migration tools. The programming API is completely changed. There are also new concepts introduced by the portlet standard. Your best bet would be follow the guidelines 将应用程序从 Jetspeed 1.x 迁移到 Jetspeed 2。
按照指南中的建议,最好的起点是创建您自己的自定义门户。这个过程在 Apache 在线定义。 Jetspeed Tutorial 将带您完成设置您自己的(自定义)Jetspeed 门户的初始步骤,包括设置 XML 种子数据、PSML、自定义装饰和 portlet 应用程序。
我是一名初级程序员,我想将 jetspeed-1.5 库更新为 jetspeed-2.x。
我已经咨询过 http://portals.apache.org/jetspeed-2/j1-migration.html 但我不知道如何迁移。
link provides the guidelines for migration because there are currently no migration tools. The programming API is completely changed. There are also new concepts introduced by the portlet standard. Your best bet would be follow the guidelines 将应用程序从 Jetspeed 1.x 迁移到 Jetspeed 2。
按照指南中的建议,最好的起点是创建您自己的自定义门户。这个过程在 Apache 在线定义。 Jetspeed Tutorial 将带您完成设置您自己的(自定义)Jetspeed 门户的初始步骤,包括设置 XML 种子数据、PSML、自定义装饰和 portlet 应用程序。