Java 3D + PostgreSQL + which technology to make access through web page

Hello,
I wrote application which connects to psql db using jdbc driver, gets some data and shows results in 3D using Java3D library.
I'd like to make it accessible through web page. What technology I shoul use? I read a little about Java Web Start. JWS + Java3D should work fine, but can I connect to database using JWS?
Thanks for any help.
Chojny

You're running Java3D on the server or on the client?

Similar Messages

  • Since switching to Firefox 4 I'm unable to access a web page by pressing "Enter" after typing the url in the address bar; I now have to click on the bar; how do I change things so that I can go back to a keyboard shortcut?

    I use keyboard shortcuts whenever possible but since updating to Firefox 4 I can no longer access a web page simply by pressing "Enter" after typing the url in the address bar. Can I get back to this useful shortcut somehow and avoid having to fiddle with a mouse?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    * [[Troubleshooting extensions and themes]]

  • Need help to access a web page using midlet to retrieve some informations

    Hi everyone i'm trying to access a web page using midlet to retrieve some informations in text format, the web page is [http://daviddurand.info/D228/?villes|http://daviddurand.info/D228/?villes] for my project.
    the problem is that i always get error 10049 in socket::open meaning no adresse could be found i tried IP adresse and still the same.
    i managed to recreate the same web page to test it on local and the surprise that it works fine but when accessing it online i have this error.
    i tried also to get the page i created on a webserver i own to try it saying that there might be security issues but the same error appears again. so help plz
    here is my code :
    package mobileapplication5;
    import java.io.*;
    import javax.microedition.io.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class GetMidlet extends MIDlet {
    private Display display;
    String url = "http://dayaati.com/villes/index.php?villes";
    public GetMidlet() {
    display = Display.getDisplay(this);
    public void startApp() {
    try {
    getBirthdayFromNameUsingGet(url);
    } catch (IOException e) {
    System.out.println("IOException " + e);
    e.printStackTrace();
    public void pauseApp() {   }
    public void destroyApp(boolean unconditional) {  }
    public void getBirthdayFromNameUsingGet(String url) throws IOException {
              HttpConnection httpConn = null;
              InputStream is = null;
              OutputStream os = null;
              try {
    httpConn = (HttpConnection)Connector.open(url);
    httpConn.setRequestProperty("User-Agent", "Profile/MIDP-2.1 Configuration/CLDC-1.1");
    httpConn.setRequestProperty("Content-Language", "en-US" );
    httpConn.setRequestProperty("Content-Type", "text/html; charset=iso-8859-1");
    httpConn.setRequestProperty( "Connection", "keep-alive" );
    httpConn.setRequestProperty("Content-Length","51200");
              getConnectionInformation(httpConn);
              int respCode = httpConn.getResponseCode();
              if (respCode == httpConn.HTTP_OK) {
                   StringBuffer sb = new StringBuffer();
                   os = httpConn.openOutputStream();
                   is = httpConn.openDataInputStream();
                   int chr;
                   while ((chr = is.read()) != -1)
                   sb.append((char) chr);
                   // Web Server just returns the birthday in mm/dd/yy format.
                   System.out.println(sb.toString());
              else {
                   System.out.println("Error in opening HTTP Connection. Error#" + respCode);
              } finally {
                   if(is!= null)
                   is.close();
                   if(os != null)
                        os.close();
              if(httpConn != null)
                        httpConn.close();
    void getConnectionInformation(HttpConnection hc) {
    System.out.println("Request Method for this connection is " + hc.getRequestMethod());
    System.out.println("URL in this connection is " + hc.getURL());
    System.out.println("Protocol for this connection is " + hc.getProtocol());
    System.out.println("This object is connected to " + hc.getHost() + " host");
    System.out.println("HTTP Port in use is " + hc.getPort());
    System.out.println("Query parameter in this request are " + hc.getQuery());
    **Heeeeeeelp Please**

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]
    SIGSEGV (0xb)Most common cause of that is JNI code used directly or indirectly through a 3rd party library.
    64-Bit Server VM (11.2-b01 mixed mode linux-amd64)Conversely that VM gets less traffic than others so you might have hit a bug in it.

  • Can't access teaming web page

    Hi, I've installed teaming 2.1 on a sles11 x64 virtual machine. I've used sun java jdk 1.6.21. After install I start the teaming server but then can't access the web page (I've used port 8080 in the URL). I used default network settings. I believe the mysql database has been created correctly. I think the problem is with Tomcat/java. I've included the output of tail --f catalina.out
    /opt/novell/teaming/apache-tomcat-6.0.18/bin/catalina.sh: line 309: /usr/jre/bin/java: No such file or directory
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    the path shown in the first line of this output is not what I specified for java during the installation of teaming (I used /usr/java/jdk1.6.0_21). Any help would be greatly appreciated
    Lou

    Hi Lou,
    Have you set an environment var for the JAVA_HOME?
    you can set it system wide, create or edit /etc/profile.local, and add:
    export JAVA_HOME=/usr/java/jdk1.6.0_21
    Then reboot the system so the env var gets set globally.
    If the site is still not accessible, rerun the Teaming install choosing to reconfigure, double check the JAVA_HOME path set and see if that does the trick.
    Cheers,
    Willem

  • How can I make photos on web page enlarge with mouse-over?

    How can I make photos on web page enlarge with mouse-over?

    There's a couple of recent topics which mention MagicZoom and JQZoom...
    https://discussions.apple.com/message/17438064#17438064
    https://discussions.apple.com/message/17440847#17440847
    A very simple method is shown here...
    https://discussions.apple.com/message/17440847#17440847

  • Linksys X3000: External internet users can no more access my web pages

    I have web server setting behind the Linksys ADSL modem, I set the DMZ IP to my web server IP so the external internet users can access my web pages.
    This setup was working fine until I switched to “Linksys X3000” modem, external internet user can no more access my web pages.
    I had set the DMZ IP correctly in the new modem. The local LAN users can access the pages without any problem.
    Any idea what is the problem?

    The ability of the external computer to ping the router’s WAN ip address is vital in accessing the devices/applications behind the router remotely. With such, you need to have “Filter Anonymous Internet Requests” unchecked. Another thing to consider is the way DMZ was set; make sure that you have set “Any IP Address” for the source ip address and have indicated the web server’s ip address for the destination ip address.

  • Why does google start up but when i try to access a web page it shuts off

    why does google start up but when i try to access a web page it shuts off

    Not entirely sure what you mean, but if you are saying that the Safari screen is frozen/inactive then try clearing its cache : Settings > Safari > Clear Cookies And Data (Clear Cache on iOS 4) and also Clear History
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Is it possible to make an adjustable web page ??

    Is it possible to make an adjustable web page so that when different people view it its able to adjust its size so that it can fit exact on their screens.

    Hi
    The technique you are looking for is called liquid or fluid layout.
    For a tutorial and more info see - http://www.adobe.com/devnet/dreamweaver/articles/bk_dwcs4_mastering_css.html
    and  http://www.adobe.com/devnet/dreamweaver/articles/css_starter_pages.html.
    PZ

  • Accessing certain web pages

    The computer is a Toshiba Satellite P205-6337 running Windows Vista Home Premium 32-bit. I can't seem to access certain web pages. One example is I can go to AOl's Homepage with no issues, but the minute I click on anything from the sign-on log-in to an article on the page I get a windows explorer window that states, " Internet Explorer can not open the internet site http://www.aol.com/. And below it "Operation aborted." When I click on OK it then goes back to an Internet Explorer cannot display this page. Thanks in advance.

    Satellite P205-S6337
    You use Internet Explorer 7 still?
       Why do I receive an "Operation aborted" error message when I visit a Web page in Internet Explorer?
    -Jerry

  • Disable Webservices access through web

    Hi All,
    In OFMW and AIA 11g ps3, how can we disable webservices access through web i.e. restrict webservice call from outside
    world using OWSM security policies?
    We dont want to use username based authentication or any other policies that is based on authentication and authorization.
    Please let me know how can we achieve this?
    Thanks in advance.

    Hi,
    I think the best way would be to block the access to services at firewall so that these services have restricted access within the network. This can be achieved only if none of the services need to be exposed over to the internet.
    Regards,
    Neeraj Sehgal

  • When I try to access a web page or link from a web page I receive an error message like "Server not found" or "Unable to connect." After repeated "try again" attempts the page will load, but when I click on a button or link, the same thing repeats. Why?

    When I try to access any web page or any link from a web page, I receive an error message such as "Server not found" or "Unable to connect." After repeated "try again" attempts that the page will load, but as soon as I click on a button or link, the same thing repeats. Any suggestions?

    When I try to access any web page or any link from a web page, I receive an error message such as "Server not found" or "Unable to connect." After repeated "try again" attempts that the page will load, but as soon as I click on a button or link, the same thing repeats. Any suggestions?

  • What is the newest update for iPad1.  I've been trying to access a web page that says it requires Flash Player.

    What is the newest update for iPad1.  I've been trying to access a web page that says it requires Flash Player.

    There is no version of Flash for any iDevice. The most recent iOS version is iOS 5.1.1.

  • TS3798 I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    amarilysfl wrote:
    "Your disk could not be partitioned. An error occurred while partitioning the disk".
    https://www.apple.com/support/bootcamp/
    If you were using Apple's BootCamp and received this message, quit it and open Disk Uility in your Applicaitons/Utilities folder.
    Select the Macintosh HD partition on the left and select Erase and Erase Free Space > Zero option and let it complete (important) this will check the spare space for bad sectors that can cause issues formatting partitions.
    Once it's completed, try creating a partiton again in BootCamp.
    If that doesn't work, then hold command option r keys down while connected to a fast internet connection, Internet Recovery should load (spinning globe) and then in that Disk Utility, select your entire internal drive and click > First Aid > Repair Disk and Permissions.
    reboot and attempt Bootcamp again.
    If you still get a error, it might be that you have OS X data on the bottom area where BootCamp partition needs to go. This would occur if you had the drive or computer for a long time or wrote a large amount of files to the drive and nearly filling it up and then reduced some, but it left traces in the area BootCamp needs to go.
    To fix this
    BootCamp: "This disc can not be partitioned/impossible to move files."
    How to safely defrag a Mac's hard drive

  • WHEN I TRY TO ACCESS A WEB PAGE MY I POD TOUCH RETURNS TO THE DESKTOP SCREEN

    WHEN I TRY TO ACCESS A WEB PAGE MY I POD TOUCH RETURNS TO THE DESKTOP SCREEN

    Try a hard reset of your iPod.  To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    B-rock

  • TS1398 I can't access to the web pages thro' Wi-Fi, after switching on the wi-fi.But if I switch off the iphone andswitch on the phone then I can get the web pages.Daily I have to repeat this process to access the web pages.help to solve the problem.

    I can't access the web pages thro' wi-fi,But if I switch off the phone and thenswitch on the phone again I am able to access the web pages.Daily I have to repeat this process.help to solve this problem.

    Does using 192.168.1.1 get you to the web page?
    Firmware Update Process
    To safely update FW, I recommend doing the following: Download the FW file from the support site first.
    Disable the auto update feature on the router.
    1. Save router config to file first using IE or FF with all security add-ons disabled.
    2. Factory reset the router with all other devices disconnected or turned OFF accept for 1 wired PC.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=9d2ff02077f645679972a...
    3. Reload or Update the FW using IE or FF. Just download the FW file to your local wired LAN PC.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=0a6881b90224439b92c8d...
    4. Factory reset the router and then set up from scratch first using the local log in link and test with out loading the saved config from file. Check to see if any problems are fixed before loading the saved config from file. Sometimes you need to set up from scratch with out loading the saved config file. Just safer that way.
    PC Web Browser Configurations
    What browser are you using?
    If IE 8, 9, 10 or 11, set compatibility mode and test again.
    Disable any security browser Add-ons like No Script and Ad-Block or configure them to allow All Pages when connected to the router.
    Clear all browser caches.
    Be sure to log into the local log-in account on the router first.

Maybe you are looking for

  • Safari doesn't open ftp site

    Every time I try to access a ftp site through safari it opens firefox. It used to open the ftp site but now it doesn't work. Any suggestions? I'm using version 2.0.4 Thanks

  • Install oracle 8.1.7 on linux 9.0

    I want to install oracle 8.1.7 on linux 9.0,but where I run ./Disk1/runInstaller,show a error like 'symbol errno,version GLIBC_2.0 not defined in file libc.so.6 where link time reference (libzip.so) Unable to initialize threads:cannot find class java

  • I bought a CD and it charged me for it and said it downloaded it but it's not showing up in my library...

    I bought a CD and it charged me for it and said it downloaded it but it's not showing up in my library...I tried to check for available downloads and it says it is all downloaded but the songs are not in my library

  • How to use Jinitiator for linux???

    I want to run oracle apps 11i on mandrake 8 using netscape 4.7

  • AS2 certificates in B2B

    I'm trying to setup an AS2 connection through B2B and having trouble setting up the host certificate. I've created a wallet and certificate request in OWM, installed the oracle certificate authority (oca), submitted the request and created the certif