Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Simple 2d graphing in web page - where to begin

Reply
Thread Tools

Simple 2d graphing in web page - where to begin

 
 
Andrew Thompson
Guest
Posts: n/a
 
      01-30-2007
On Jan 30, 1:37 pm, Arne Vajhøj <a...@vajhoej.dk> wrote:
> Andrew Thompson wrote:
> > Arne and Lew pointed out the path of JFreeChart and
> > servlets to produce a web-application that does what
> > you need, without *any* plug-ins on the client side.

>
> > Another path to take is JFreeChart combined with either
> > applets or a web-start applet/application, as mentioned
> > by Daniel.

>
> > Of the two (web page applet/web-start app.), you will have
> > far fewer problems with the latter.

>
> > The first route requires a Java enabled site, whereas
> > the second requires the end-user to have a suitbale
> > Java Plug-In installed.

>
> I do not quite understand why you think it is less problematic
> ti have all users install a java plugin than setting up a
> servlet engine.


I don't. After rereading my words, I can see I was
not very clear.

The 'servlet engine' feeding raw HTML and images
would be easiest in terms of maintenance. Since
it only requires the user to have an 'image enabled'
browser, it should be 'low support'.

If the OP folows the path of supplying a Java
applet or JWS based applet/application, the
easier deployment option is web-start.

Note though, that after reading the OP's latest
response, it seems he is thinking of a more
'active' experience on the user side than can
be delivered with pure HTML and images, and
might need to use JS to achieve the effects
required.

As soon as 'JS' enters the picture, I think that
makes the maintenance (for the end user) to be
higher again, and I would tend to prefer the JWS
option.

Andrew T.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
begin to parse a web page not entirely downloaded k0mp Python 7 02-08-2007 11:28 PM
Simple 2d graphing in web page - where to begin James Harris Javascript 7 01-29-2007 10:32 PM
How to get the times which between page begin be loaded and page has been load !? Kylin ASP .Net 1 05-16-2005 01:05 PM
Simple Graphing Library Bill Atkins Ruby 8 01-09-2005 03:13 AM
interactive graphing web controls Ashish\\ ASP .Net Web Controls 5 07-15-2004 06:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57