Skip to Main Content

New to Java

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!

Applets vs. Portlets?

824313Dec 15 2010 — edited Dec 16 2010
What are the primary differences between applets and portlets? Would creating an application that manages the layout of a set of portlets be similar to an application that manages the layout of a set of applets? What is the code returned to a web browser like when it is coming from a portlet as compared to when running an applet that provides similar functionality? Thanks in advance for any help.

Comments

Kayaman
user13488389 wrote:
What are the primary differences between applets and portlets?
About the same as between apples and tyrannosaurus rexes. Don't let the "let" (see what I did there?) ending fool you, applets and portlets have very little in common.

An applet is similar to a flash element, a portlet is related to web applications. Only a portlet returns HTML code.

For more information, consult your nearest tutorial on applets and/or portlets.
abillconsl
Kayaman wrote:
user13488389 wrote:
What are the primary differences between applets and portlets?
About the same as between apples and tyrannosaurus rexes.
Since no human actually knows what a tyrannosourus rex was, that is like comparing a raw class Apple to a Generic wildcard class <? extends Animal>
811778
abillconsl wrote:
Kayaman wrote:
user13488389 wrote:
What are the primary differences between applets and portlets?
About the same as between apples and tyrannosaurus rexes.
Since no human actually knows what a tyrannosourus rex was, that is like comparing a raw class Apple to a Generic wildcard class <? extends Animal>
Perhaps more like comparing an Apple to OldDiscardedRottenAppleCore? :)
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 13 2011
Added on Dec 15 2010
3 comments
1,199 views