Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can Java Applets Accept Incoming Connections?

831132Jan 13 2011 — edited Jan 18 2011
I know after downloading a Java Applet from a server, the applet can only connect to the server where it is download. But what about accepting connections other than the server? Can Applet sit in a loop, listening to connections, and accept connections from outside world?

Thnaks in advance.

Comments

Soukaina IDRISSI

Is there any clue or solution ?

Adnen Chebaane

Use dialog close event. Otherwise, try to avoid calling the modal by page redirection.

Franck N

Hi,

how about using Popup LOV. for this instance.

Plus point you do not require any additional implementation to achieve you requirement.

regards,

Franck

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 14 2011
Added on Jan 13 2011
7 comments
142 views