• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using servlets with Shockwave or Cult3D.

 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to load 3D images from a database and place them on a webpage for the user to interact with (simple pan/zooom/rotate).

It is my understanding that either Cult3D or Macromedia's Shockwave/Flash plugin will help me out in this area.

Assuming that I get the file converted to what either of these needs (not an issue), and am able to load it up from the database and create an output stream of that image (not an issue) how can I go about building a web page using a servlet to use either of these two plugins?

I think this is possible using just the plugins as I have seen this done before, but all I get from their web sites is "Use our products" instead of sticking with straight J2EE.

So, has anyone done this and would you provide me an example of what yoiur servlet looked like?

Thanks!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic