Sun Java System Portal Server 7.1

时间:2022-05-12 14:31:33

I guess I can extend the base providers to manipulate the base layout etc.Is there any place where I can get the java source code for default providers? Where are the classes for these default providers copied to ?What are list of things that I can manipulate by extending base containers? Is there a comprehensive documentation on methods that i can override?

我想我可以扩展基础提供程序来操纵基本布局等。在那里我可以获得默认提供程序的java源代码吗?将这些默认提供程序的类复制到哪里?通过扩展基本容器可以操作的列表是什么?是否有关于我可以覆盖的方法的综合文档?

Thanks a lot for your time!!

非常感谢您的时间!

Regards, Vivek

1 个解决方案

#1


1  

The developer's guide you can find here should answer your questions about the default providers:

您可以在此处找到的开发人员指南应该回答有关默认提供程序的问题:

http://docs.sun.com/app/docs/coll/1483.1

The open source version of the portal project/source code can be found here:

门户项目/源代码的开源版本可以在这里找到:

https://portal.dev.java.net/

#1


1  

The developer's guide you can find here should answer your questions about the default providers:

您可以在此处找到的开发人员指南应该回答有关默认提供程序的问题:

http://docs.sun.com/app/docs/coll/1483.1

The open source version of the portal project/source code can be found here:

门户项目/源代码的开源版本可以在这里找到:

https://portal.dev.java.net/