Hi long,
Can I use different GUI for Non-Network and Network mode configuration?
YES.
Can I use different method to get the network server and local service?
YES.
I don't understand the sentence:
networking must be entirely bypassed in the non-networked mode.
What's the meaning? Should I must use a same method for network and non-network?
It means, you cannot connect to the local server using the method that you get remote connection.
For example, if you use RMI, getting the connection by IP and port, you cannot do this using the IP 127.0.0.1 to get local connection.
You cannot invoke any NETWORK funtions to get the local connection.
I implement this part as:
For network mode, I use RMI, passing URL and port to the remote server to get the server stub (connection).
For non-network mode, I simple do this:
Hope this help.
Nick
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)