Help need in Web Browser Project

Hai,
I am doing a java Web browser project which was fully java code. I want some information ragarding to that project. First I used JEditorPane for displaying HTML Content. But it was not executing JavaScript. My friend told that JEditorPAne was rendering HTML pages of HTML3.2 version. It wont render Javascript. So try for other things.
I used IECanvas but it just embedding the component of Internet Explorer or Mozilla. I don't want to embed those things. I need java components only. After that I have to do Charecter Encoding on that one. Pls anybody help me regarding to this matter. Its Urgent

Dear hiwa,
I saw the JDIC API. They told that it embeds some predefined browsers called INTERNET EXPLORER. But I don't want to embed these things. Is there any solution other than this? U saw ICE Browser. it was implemented in fully java having many functionalities.It is third party API. I tried to use that API but they gave 30 days trail period. So I am afried of that. I just want to display the HTML page that supports JavaScript. I saw rhino which is an Interpreter for javascript.
Is there any possibility to embed this interpreter to JEditorPane or any java component. Pls give me details if Possible.
thanks for your kind information.

Similar Messages

  • Need help for the web based project

    I am using netbeans 5.5 and Sql server for db.What is the full form for DAO and how is it going to help me in my project.U also talk about uml want ot know about it.
    and how is it coming to help me.Its a very wast topic i serached.what will be helpful to me of the UML.
    What should i start first --- jsp or db design.
    What should i use for web based project --- only use jsp(presentation)+dao or jsp+servlet+dao.What would be best ?
    provide some nice link based on dynamic fetching of values from the database and showing it at runtime.
    Message was edited by:
    java@mani

    As stated in http://forum.java.sun.com/thread.jspa?threadID=5167752 start reading the Java EE tutorial to get insights in the material.
    what will be helpful to me of the UML.UML generally visualizes the core functionality. See http://www.google.com/search?q=uml+tutorial for some tuts.
    What should i start first --- jsp or db design.Start with both and end with the best balance between both.
    What should i use for web based project --- only use
    jsp(presentation)+dao or jsp+servlet+dao.Depends on the business needs. Generally 3-tier webapplications are the best: web, business and data.
    provide some nice link based on dynamic fetching of values from the
    database and showing it at runtime.Check some SQL and JDBC tutorials how to fetch and process the data:
    http://www.google.com/search?q=sql+tutorial
    http://www.google.com/search?q=jdbc+tutorial
    How to process it in the business and web layer is stated in the Java EE tutorial I've linked in your former topic.
    For applying the patterns, check the http://java.sun.com/blueprints/corej2eepatterns/

  • Help title in web browser

    Hello everyone,
    I use RH 7 and output to WebHelp. I wanted to change the tab
    title for the help that launches in the web browser. We use
    Internet Explorer as the default browser. Currently this tab title
    is the same as the help project name which is the same as the help
    launch file. For example my project name is Help_RH.xpj and the
    launch file is Help_RH.htm. In the Help_RH.htm file I can modify
    the help title between the <title>Help_RH</title> line
    but this will only last until the next generated output.
    Is there a method in RH that I can permanently specify the
    help title that displays in the browser tab and not have to change
    it manually in the Help_RH.htm file each time that I generate an
    output?
    thank you
    - Azi

    I just found the answer to my question. The title name can be
    changed in the File > Project Setting option. Sorry if I wasted
    anyone's time. Thanks.

  • Help my safari web browser has been hijacked by some type of malware. My browser is locked in on a web page that pretends to be from the FBI. Is there security software I can purchase to eliminate this malware?

    I am not sure if this is the correct forum but I had these bastards who have stolen my web browser. Natually they ask me to send them monies to unlock my browser. It is a dangerous place out there. I would appreciate any recommendations as to possible security software to remove this malware will be much appreciated
    thank you
    Hijacked Safari Browser

    Information.
    https://discussions.apple.com/message/17680743#17680743

  • Help needed converting 2 Captivate projects...

    Hi,
    I have troubles with Captivate (another post on this forum) and was wondering whether someone would be willing to help in converting 2 captivate projects to .swf?
    I can provide a link to the files.
    Help wpuld be appreciated.

    Hi there
    I'll try to help.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Need Safari Web Browser back

    I accidently set the Internet Explorer as a default browser. And now whenever I click on safari web browser, IE will pop out. How can I change it back so that I can use IE and Safari together. Thanks

    I tried to launch Safari but only microsoft internet explorer pop out
    Have you tried opening Safari by going to the Applications folder instead of the dock icon?
    Have you repaired permissions?

  • Help needed: Handling web service requests from a J2SE application

    I want to write an J2SE application that is able to receive and parse web service requests. I want the application to, when started, start listen for incoming requests on a specific port.
    So far, I have embedded Apache Tomcat and Apache Axis in my application so that they parse the incoming requests and pass them on to my application logic.
    This seems like a very cumbersome way of doing it. I have included an almost full J2EE server in my application just to be able to parse web service requests.
    Is there an easier way? What technologies could I use? Any help would be greatly appreciated.

    Thanks for the help!
    It seems awfully complex though. Couldn't one just
    listen to incoming requests on a socket and use some
    good tool to parse them?
    Of course you could. One of the projects in that list is a 1 class java file. It could listen for requests, then you could parse the posted SOAP messages using JAXP and pass the requests on to your application. This will require a good understanding of SOAP however, and it may end up taking more time than simply using the JWSDP with a slightly beefier server.
    Given that there is only a handful carefully
    specified requests that the application needs to be
    able to respond to it seems overkill to include a
    full servlet enabled server...

  • Help needed in web service example. Thank!!!

    Hi,
    I tested WebLogic 6.1 message-style web service example. For the
    ProducerClient.java example, I tested successfully. But for
    the ConsumerClient.java example, I kept getting error messages.
    Can any expert offers some explanation or advice? Need to
    show my boss the cool thing. Any help is highly appreciated.
    Thanks.
    David
    The server-side message is:
    Servlet failed with Exception
    java.lang.NullPointerException
    at weblogic.soap.server.servlet.QueueReceiveAdapter.doPost(QueueReceiveA
    dapter.java:124)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:263)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:2390)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1959)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    The client-side message:
    Server returned HTTP response code: 500 for URL: http://localhost:70
    01/msg/receiveMsg
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:674)
    at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(HttpURL
    Connection.java:1163)
    at weblogic.soap.WebServiceProxy.getSessionCookie(WebServiceProxy.java:5
    09)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:477)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:431)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    at ConsumerClient.main(ConsumerClient.java:52)

    Hi,
    I tested WebLogic 6.1 message-style web service example. For the
    ProducerClient.java example, I tested successfully. But for
    the ConsumerClient.java example, I kept getting error messages.
    Can any expert offers some explanation or advice? Need to
    show my boss the cool thing. Any help is highly appreciated.
    Thanks.
    David
    The server-side message is:
    Servlet failed with Exception
    java.lang.NullPointerException
    at weblogic.soap.server.servlet.QueueReceiveAdapter.doPost(QueueReceiveA
    dapter.java:124)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:263)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:2390)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1959)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    The client-side message:
    Server returned HTTP response code: 500 for URL: http://localhost:70
    01/msg/receiveMsg
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:674)
    at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(HttpURL
    Connection.java:1163)
    at weblogic.soap.WebServiceProxy.getSessionCookie(WebServiceProxy.java:5
    09)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:477)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:431)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    at ConsumerClient.main(ConsumerClient.java:52)

  • Help needed creating Web Service Proxy with SSL

    Hi All, I really need your help. I need to create a Web Service proxy for a web service which is SSL enabled and developed in Netbeans. I have been given keystore as well as certificates files and I have copied "keystore.jks" in my c:\Documents and Settings\<user> and the certifcates to <JAVA_HOME>\jre\lib\security\cacerts. Now when I run the Proxy creation wizard and give the location of the WSDL file, JDeveloper gives an error "Error importing schemas: Default SSL Context init failed: Invalid keystore format". Can anyone please guide me what I am doing wrong here. I will appreciate your help.
    Thanks in advance.
    John

    I am using JDeveloper 10.1.3.3.0. Thanks Heaps

  • Help needed for OSM - EBS Projects Integaration

    Hi All,
    Can anyone help me with where to start from and how to proceed regarding the integration of OSM and EBS Projects??
    We have a requirement of Creating Projects in EBS through an Order created in Siebel and passed on to OSM.. Can anyone guide me how to proceed in this regard?
    We are planning to create a process with an Automation Task and an Automation Plugin (Query Sender) that will trigger the EBS Projects. Is that right?
    Any help in this regard will be valued. Thanks in advance.
    Regards,
    Hariharan

    Hi Hariharan:
    The proper wayt to extend O2A at COM level falls into the "Add a New Fulfillment Function" extensibility use case.
    This is if you want to levarge COM Order Management including orchestration, lifecycle management and fallout management.
    -Do you need to interact with EBS for various order types? new / revision, cancelation? (add, update, delete )?
    -Do you need to centrally manage EBS order fallouts?
    -Do you need to include EBS order items status in the overall SalesOrder status update to CRM?
    Adding a New COM Fulfillment Function to the O2A Solution will translate into these high level steps:
    -Determine integration approach (AIA vrs Custom System Integration ) // Assuming AIA based integration
    -Define/create inbound/outbound queues (local OSM ) and AIA integration (SAF or Bridges)
    -Configure new order components specifications
    -new system component //EBS System
    -new function component //EBSOrderFunction
    - Define the new process flow to execute new function
         automation plug-in to createEBM, and receive ResponseEBM (correlate by JMSCorrelationID/XML Body)
         Here is where Brian's comment applies. As long as the automate task sets the proper correlationID in the sender plug-in
              the correspondng external receiver plg-in will process the response from EBS
    - Update ProductSpecifications (to include new fulfillment funtion in orchestration plans)
    - Update Decomposition Rules to decompose relevant items for new EBM system
    - Small XML and XQuery Configuration updates.
    Again, this is just a high level list of steps.
    Offcourse this list will grow into a more detailed design specification when these requirements are fully analyzed.
    If you are interested you could check getting in touch with Oracle Univeristy regarding a 5-day OSM Foundation III Course, to learn about O2A and extensiblity use cases.
    Course: OSM Foundations III: AIA Order to Activate Solution
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D73768GC10
    [This topic is covered in "Add New Fulfillment System/Function" lesson ]
    In the mean time, check this similar discussion:
    Re: OSM: Modify Order To Activate Cartridge: Manage product specifications
    Carlos

  • Help Needed - Flash Catalyst & Browser Issues

    Hi All!
    This is my first post, hopefully someone out there can help me.
    I'm launching a mini-site / brochure on my company's website. I'm having real cross browser / platform issues. Some browsers (Chrome) are displaying error 2032, if that helps?
    No one on a mac seems to be able to open it up. I'm still optimising the file, so whilst the load time is longer than I'd like at this stage, it still functions fine on my computer. This is my first Catalyst project, I'm used to Flash Pro but this seemed like a much quicker option for this project.
    The URL is:
    http://www.hackett.com/index.cfm?page=1733
    Could you let me know if you can see this, what browser you're on and any suggestions as to why this wouldn't work on a Mac (the Mac OS is Leopard that we've tried, and Snow Leopard...)
    Hopefully someone can help, many thanks.

    Hi Chris
    I think I've sussed it - for whatever reason, it appears that this won't work unless you have the very latest version of Flash installed - I did this at home and it now works fine.
    Could I ask what version you are viewing this on? Or if anyone else is following this; what version of Flash are you using and does this project work for you?
    Thanks again.
    Lew.

  • Do you need a web browser and internet server to run LabVIEW remote front panel?

    Does anyone know if ones needs an internet server to use the Remote Front Panel application of LabVIEW, or is it also possible to use a LAN/WAN for the same application?  if it is possible, how does one set up such a system?

    You can do this on any IP based system (which includes LANs).
    Basically, you need to be able to ping the server and to have the RFP port allowed in the firewall.
    Then you need to enable the option in the application. If this is an executable, you will need to configure this in the Options dialog or copy some lines from the LabVIEW.ini file into your EXE's INI file. You will also need to take the htm file created by the publishing wizard and make sure it points to your VI and that it is located in a place where it can be accessed from outside the server (read the LV help or search the site for more on this).
    Then, you just need to enter the URL for that htm file in the browser on the client (e.g. 192.3.42.5/c/rfp.htm) and it should load.
    Try to take over the world!

  • Help needed with layers and project files....

    Hello
    I am new to after effects so this might be a simple issue for most. I am having an issue with my layers not matching the files in my project window. I accidently deleted a comp file the other day so I had to remake a few layers but they are not showing up in the project window/solids folder. I have 5 layers on my timeline and only 4 files in the project/solids folder. Some of the files names do not match the ones in the timeline. Is there a way to create a new comp with the files that I have open in my timeline or to replace the ones in the project window?  I started a project a few days ago, Im trying to make a few partical orbs dancing on there own path then they will come together and then creates a few smaller ones. Im at the point where I want to copy one comp to another or copy the layers over but the particals follow one light instead of the original light from its own comp. I think the file names in the project window might be the issue but I really don't know. Any help or comments would greatly be appreciated
                                                     Thanks a million
                                                                   Adam                                                                                                                                                              
    Using trapcode particular and AE CS6
    Windows system

    Layers on the timeline are just instances of the source footage. If you rename them on the timeline, that won't affect the number or naming of the sources in the project window. Toggle the column header in the TL to see which laywer uses which source.
    Mylenium

  • Help needed: Creating web link in JDialog Box

    I'm in need of this urgently, any help would be much appreciated. I'm currently display some information in a JDialog box when an item is clicked in a JApplet.
    I need to display a weblink within the dialog box.
    Thanks anyone

    I am using JDeveloper 10.1.3.3.0. Thanks Heaps

  • Urgent help needed with a CSC2310 project!

    Hello everyone. I have a project due tomorrow and it is not working correctly. I am not getting any errors but the output isnt right. The main problem arises when I open 2 accounts and then deposit an amount. I think my array setup is incorrect. The main program is called Bank3 and there is also a class called BankAccount which I havent posted in this message. I dont have any arrays declared in BankAccount and that might be a problem. Could anybody please tell me what to do to fix it? I would really appreciate help from you guys. Thanks a lot and here is my program:
    public class Bank3 {
        public static void main(String[] args) {
         int numaccount = 0;
         int currentacc=0;
         String[] currentaccount = new String[100];
         currentaccount[0] = "None selected";
         String[] accountnumber = new String[100];
         double[] accountbalance = new double[100];
         BankAccount  yourAccount = new BankAccount();
         while(true) {
              System.out.println();
              System.out.println("--------------------------------------------------------------");
              System.out.println("| Commands:   o  -  Open account         c  -  Close account |");
              System.out.println("|             d  -  Deposit              w  -  Withdraw      |");
              System.out.println("|             s  -  Select account       q  -  Quit          |");
              System.out.println("--------------------------------------------------------------");
              System.out.println();
              System.out.println("Current account :  " + currentaccount[currentacc] + "   Balance: $"
    + accountbalance [currentacc]);
              System.out.println();
              SimpleIO.prompt("Enter command: ");
              String command = SimpleIO.readLine();
              System.out.println();
         if(command.equalsIgnoreCase("o")) {
              SimpleIO.prompt("Enter new account number: ");
              String newaccnum = SimpleIO.readLine();
              accountnumber [numaccount] = newaccnum;
              currentaccount[numaccount] = accountnumber[numaccount];
              SimpleIO.prompt("Enter initial balance: ");
              String newaccbal = SimpleIO.readLine();
              double newbal = Convert.toDouble(newaccbal);
              yourAccount.deposit(newbal);
              accountbalance [numaccount] = yourAccount.getbalance();
              numaccount++;
              currentacc = numaccount-1;
         else if(command.equalsIgnoreCase("c")) {
              if(numaccount == 0)
                   System.out.println("Please select an account");
              else {
                   currentaccount[numaccount] = "None selected";
                   numaccount--;
              numaccount--;
         else if(command.equalsIgnoreCase("d")) {
              if(numaccount == 0)
                   System.out.println("Please select an account");
              else {
                   SimpleIO.prompt("Enter amount to deposit: ");
                   String depos = SimpleIO.readLine();
                   double amount = Convert.toDouble(depos);
                       yourAccount.deposit(amount);
                   accountbalance [numaccount] = yourAccount.getbalance();
         else if(command.equalsIgnoreCase("w")) {
              if(numaccount == 0)
                   System.out.println("Please select an account");
              else {
                   SimpleIO.prompt("Enter amount to withdraw: ");
                   String with = SimpleIO.readLine();
                   double amt = Convert.toDouble(with);                                        
                       yourAccount.withdraw(amt);               
                   accountbalance [numaccount] = yourAccount.getbalance();
         else if(command.equalsIgnoreCase("s")) {
              SimpleIO.prompt("Enter account number: ");
              String search = SimpleIO.readLine();
              int i;
              for(i=0; i<numaccount; i++) {
                   accountnumber = yourAccount.getnumber();
                   if(accountnumber.equals(search))
                        break; }
              if(i><numaccount)
                   currentaccount[numaccount] = accountnumber;
         else if(command.equalsIgnoreCase("q")) {
              break;
         else {
              System.out.println("Command was not recognized; please try again.");
              System.out.println();

    What would this replace or what effect does this have on the program?Your approach in using parallel arrays works. But it is not object oriented programming, which I am guessing is the whole point of the exercise.
    Replacing the multiple arrays with one array of bank account objects that makes your code simpler.
    Currently you have a seperate array for the accountnumber, and amount in it. You are using the arrays "in parallel" because accountNumber[x] has amount[x] in it.
    Simpler:
    - You only have one array to deal with rather than 3.
    - You can deal with the concept of a "BankAccount" on its own.
    Currently all your operations affect arrays.
    However deposit/withdraw should only worry about the currently selected account.
    If you only wanted to affect one account, you can pass that BankAccount object as a parameter. Right now you would have to pass all your arrays, plus the index into the array to specify which to use.
    So when you open an account
    1 - create a new BankAccount object
    2 - set its values
    3 - assign it into the next empty place in the array
    What happens if I try to open a new account with a number that already exists?
    if(command.equalsIgnoreCase("o")) {
    // read in the required info:
      SimpleIO.prompt("Enter new account number: ");
      String newaccnum = SimpleIO.readLine();
      accountnumber [numaccount] = newaccnum;
      SimpleIO.prompt("Enter initial balance: ");
      String newaccbal = SimpleIO.readLine();
      double newbal = Convert.toDouble(newaccbal);
      // create a new BankAccount
      currentSelectedAccount = new BankAccount();
      // set its values  -  maybe use a constructor for this?
      currentSelectedAccount .setAccountNumber(newaccnum);
      currentSelectedAccount.deposit(newaccbal);
      // add it to the array of entries:
      bankAccounts[numAccount] = currentSelectedAccount;
      numAccount++;
    }Don't you agree this is simpler dealing with one object than with multiple arrays?

Maybe you are looking for