Java Server Pages ( JSP ) deliver Java3d in a browser with ----------------- Sun's VRML Loaders
Java Tomcat Web Server to delivers Java3d VRML animation to --------------- client's Web Browser shown with Sun's NetBean's IDE --------------- using ___ Sun's VRML Loaders. ____
Java Server Pages ( JSP ) dynmaically create web page from Java Server to URL ( see image attached & web page )
http://localhost:8081/jsp/plugin.jsp
VRML file loaded:
http://localhost:8081/jsp/fingerspelling.wrl $CATALINA_HOME/webapps/examples/jsp/plugin/fingerspelling.wrl
It's all free & portable ( it's all Java ) ...
Sun's Netbeans IDE, Sun's Loaders, the Tomcat / Apache Web server.
Server delivered Java3d Client Applet ( JSP - Java Server Pages ) -------------------------------------------------------- http://www.frontiernet.net/~imaging/vrml_loaders_working.html
http://www.frontiernet.net/~imaging/vrml_loaders_working.html#server_jsp_client_3d http://home.rochester.rr.com/javajava/sc_server_jsp_client_3d.jpg
Sun's NetBeans Java IDE & Java3d FlyThru & Scenegraph Editor ---------------------------------------------------- http://www.netbeans.org/products/ide/screenshots.html http://java3d.netbeans.org/j3deditor_intro.html http://java3d.netbeans.org/j3dfly_intro.html http://java3d.netbeans.org/module_intro.html http://java3d.netbeans.org/module_tutorial.html
Java Tomcat Server ( an Apache project ) & Sun's JSP & Servlets --------------------------------------------------------------- http://jakarta.apache.org/tomcat/ http://java.sun.com/products/jsp/ http://www.frontiernet.net/~imaging/servlets_intro.html
The JSP code used is:
<jsp:plugin type="applet"
code="Vrml97Player"
codebase="/jsp/plugin/applet"
archive =" < list of ".jar" archive files > "
jreversion="1.2"
width= "800" height= "400" >
<jsp:fallback>
Plugin tag OBJECT or EMBED not supported by browser.
</jsp:fallback>
</jsp:plugin>Christian Schnabl wrote: | | | I'm working with a server/client pair. | | the server gets all the necessary information | and data from the database on request from the | client. then the vrml file should be sent right | through the stream to the client which has to | work as an applet. | | The problem is that the stream only seems to | pass an url that points to | | E:\Apache\apache\3dc\BBEARING.wrl | | But the BaseURL is http:\\localhost\3dc\BBEARING.wrl. | This of course gives me a Permission Exception for | pointing to E:\.... | | I want to put the file into the stream as a whole, | so i don't have to care, because as long as i simply | read from a stream that contains the file, | i won't get any exceptions. | | Thanks for any help :-) | | http://archives.java.sun.com/cgi-bin/wa?A2=ind0307&L=java3d-interest&P=44737
Yumetech's Xj3d loaders fail to work in a browser, Sun's VRML loaders work in a browser, with server delivered JSP pages, with animation ... what you want.
-- Paul, Java Develope & Web Animator ------------------------------------- Imaging the Imagined: Modeling with Math & a Keyboard
attached, image: sc_sever_jsp_client_3d.jpg ( 23,141 bytes ) highly compressed .jpg ( quality 0.2 ) web page has higher res.
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
<<inline: sc_server_jsp_client_3d_c20.jpg>>
