jogl? but that is actually for client side rendering and not the
image manipulation that you appear to be talking about. there are
plenty of functions in the core java library that could also do the
image manipulaton. as i am sure you are well aware the trade-off
between transmitting the full image data to the client for manipulation
or transmitting a thumbnail and performing manipulations server-side
are application specific, not client specific.
of course, we are now almost completely lost because we have mixed
the client side (which was the initial discussion) with the server
side and integration issues of the two. suffice to say, there is no
real reason that a flash client couldn't be implemented in java.
[ ... ]
... and now i'm even more confused as this appears to contradict your
previous assertion that flash was more performant. my point was that
flash is compiled code and thus does these things faster than inside
a jvm. i don't believe your server performance issues relate, in
anyway, to the client side software.
unless, of course, your point was that flash makes it easier to move
the image processing (NOT rendering) off to the client. having
implemented this a couple of times in java client i'd have to
personally disagree whilst appreciating that common opinion may vary
(i.e. flash has more focused development kit for this stuff).
--
t
t
w
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]