Can an applet like this be written???

E

eeyimaya

Hello,

I want to write an applet that will work like powerpoint!!! Users will
select images, text and even animations from either his/her computer
(by browse disk button) or from the server(by browse server button)
and then embed them to the slide. Then the slide will be saved and
uploaded to the server... I know applets have some security problems.
Here I think when user want to seek his/her harddisk some security
problems may exist.Is this true? Also embedding the images, text and
animations is another problem and of course saving the slide both
user's harddisk and to the server....

Is all of these possible? What problems may exist? Do you know any
applet on internet like this???

Any help will be appreciated...
Thanks much...
Ertan.
 
A

Andrew Thompson

....
I want to write an applet that will work like powerpoint!!! Users will
select images, text and even animations from either his/her computer
(by browse disk button) or from the server(by browse server button)
and then embed them to the slide. Then the slide will be saved and
uploaded to the server... I know applets have some security problems.

Not if they are signed.
Here I think when user want to seek his/her harddisk some security
problems may exist.Is this true?

A signed applet could do IO on the user's disk
with no problems.
Also embedding the images, text and
animations is another problem and of course saving the slide both
user's harddisk and to the server....

[ Server / Harddisk IO is no great problem with signed applets ]

Images / Animations

Depends what flavours of images and animation
you are talking about.

Java has inbuilt support for image types png and jpeg,
and can read gif's - somebody made a comment recently
that suggested Sun was caught in the 'gif licence thing'
and that core Java does not provide the ability to write gif's..

You might also check..
http://java.sun.com/products/java-media/jai/

For most of the animation you would have to look
into the JMF..
http://java.sun.com/products/java-media/jmf/

HTH
 
T

Tim Tyler

Andrew Thompson said:
Java has inbuilt support for image types png and jpeg,
and can read gif's - somebody made a comment recently
that suggested Sun was caught in the 'gif licence thing'
and that core Java does not provide the ability to write gif's..

It doesn't let you write PNGs either.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top