Sun Java System Portal Server 7.1

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?

Thanks a lot for your time!!

Regards, Vivek


Asked by: Grace972 | Posted: 28-01-2022






Answer 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/

Answered by: Connie148 | Posted: 01-03-2022



Similar questions

Query for system (not JVM) uptime in Java

This question already has answers here:


linux - How to "walk around" in the File System with Java


How do I put a Java app in the system tray?

I have a little control-panel, just a little application that I made. I would like to minimize/put the control-panel up/down with the systemicons, together with battery life, date, networks etc. Anyone that can give me a clue, link to a tutorial or something to read?


macos - Mac OSX System menu name w/Java?

I have a slight problem. Having recently migrated on Mac, I've been pulling my hair and searching the web about this but have not found what I was exactly searching for. I want to set the application name in the system menu, which doesn't work at the moment (my main class name is displayed instead of my app name). What property should I modify? I have successfully placed my menu in the system menu bar using the cor...


java - PHP login system?

What is the best way to make a user-login system using PHP? I want to use the same login system to be called by another languages, also like MIDP iPhone Java Desktop Flex I don't want to use cookies.


swing - How can I set my Java system look and feel for JNLP apps?

I am running Gnome on OpenSuse. As a result, my system look and feel is GTK+, which has numerous ugly problems (see some of them here). During development of my swing app, I can run the client from command line or IDE and specify VM parameter -Dswing.systemlaf=com.sun.javax.sw...


java - using JSP to read a file from the local file system

I need to read a file from the local file system using JSP, save it as a string , and send it to a webservice(deployed using glassfish) for processing. Can anyone suggest how to perform File IO using JSP? Thanks, Deepak.


java - How to edit files on the users file system from my web server?

I am really looking for implementation advice as I have entered a new realm that I am not familiar with. At the simplest level, I would like to find a way that I can read/write to a users machine from my web server. For this to work, I think I will have to install some sort of "plugin" on the users machine which can receive (or poll?) the server for instructions. The above is the line of thought that I curr...


add some something to system look and feel in java

I didn't like the default look and feel in java. i am using netbeans. I wanted windows like look and feel.so i included: try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch(Exception e) { } i have 10 tabs in my frame.After user does some work in each tab(click radiobutton etc),I have to set the background of that tab. tab.setB...


Java ads system

Closed. This question does not meet Stack Overflow guid...






Still can't find your answer? Check out these amazing Java communities for help...



Java Reddit Community | Java Help Reddit Community | Dev.to Java Community | Java Discord | Java Programmers (Facebook) | Java developers (Facebook)



top