Please help a newbie (Map).

I would like to know if it's possible to use Autodesk MapGuide instead of MapViewer in order to create JDeveloper project.
Thank you

Camera RAW 5.4 is the newest

Similar Messages

  • Please Help; MAPVIEWER-05501 Map tile layer not found error

    Hi, I am just a newbie to oracle mapviewer; I installed mv 11.x. on Xe 11g with mvdemo dataset as mentioned in demo setup instructions.
    It seems everything went fine including mvdemo data import and oc4j instance.
    Only thing if i am missing is when I goto create "Create a map tile layer" in "Manage MapViewer" of "Admin" page; I can find datasource but do not find anything in "base map" combo. Thus i can't create Any Map tile.
    Now, when I click on a demo example I get following error:
    *[MVglobalvariables.getmap.cacheconfig]mapviewer-05501:maptile layer not found.check map tile layer name and/or data source name(mvdemo.demo_map)*
    When i check the user_sdo_cached_maps view return "no rows selected ".
    I have tried many restarts, re-import of mvdemo data but nothing worked.
    please help me.
    Regards

    Thanks Anyway I have found the solution, indeed I was missing the metadata script using @mvdemo.SQL.
    I Followed the instructions on the sites given below:
    http://gerardnico.com/wiki/spatial/mapviewer/mapviewer_demo_installation
    http://www.dbuggr.com/smallwei/step-step-instruction-install-oracle-mapviewer-10g-10-1-3-1/

  • Please help - Dreamweaver Image Map Tool/Outlook for Mac

    Hello:
    I was wondering if you could help me navigate through an issue I am having with the image map tool.  I have created a design file is PSD, saved it as a JPG, then transferred it into Dreamweaver to link the design to a web page.  However, I would like to embed different links within one HTML file to e-mail out, so I used the image map tool to do so.  However, when I copy/paste the completed HTML into an Outlook for Mac message (Command A; Command C; Command V), the image map/additional links do not transfer over once the file is pasted in an e-mail.  I also tested this with G-mail and the Apple E-mail app, and was not successful.  Please help.

    You can't paste images into e-mails.  Use absolute links to images hosted on your domain server like this:
    <img src="http://yourdomain.com/images/your_map.jpg">
    See HTML E-mails: what you need to know
    http://alt-web.com/Articles/HTML-Emails.shtml
    Nancy O.

  • Please help the newbie!

    I've created a photo gallery in Flash CS3 that contains 2 UI
    Loaders (one for a graphic title for the image, and one for the
    image itself) and have tested it and it works fine. I even
    published the file as an independent html file and it seems to work
    fine when tested in the browser too. My problem is that when I
    place the .swf into my html page in dreamweaver and test it, the
    file shows up, but the loader info doesn't work. The images don't
    load.
    Here is the code I have set up in Dreamweaver -
    Within the head, I have this:
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Within the body, I have this set up for where the swf gallery
    is supposed to be:
    <div id="content_main">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','911','height','540','title','Photo
    Gallery','movie','../flash/photography2','quality','high','loop','false','play','false'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="911" height="540" title="Photo Gallery">
    <param name="movie" value="../flash/photography2.swf"
    />
    <param name="quality" value="high" /><param
    name="LOOP" value="false" /><param name="PLAY" value="false"
    />
    </object></noscript>
    </div>
    Can anyone help? Thanks so much. I appreciate any help I can
    get.

    Two suggestions -
    1. Please help yourself by using a subject line that is
    descriptive of your
    question/issue. Can you imagine how many posts there are that
    have exactly
    this subject? Later when you want to find this thread, you
    will be deep in
    the mud of other newbie posts.
    2. When you post a question about problems with your layout,
    please always
    post a link to the uploaded page? That way we can all examine
    the page's
    behavior, look at the code, and give you a precise answer.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mjordan1965" <[email protected]> wrote in
    message
    news:[email protected]...
    > I've created a photo gallery in Flash CS3 that contains
    2 UI Loaders (one
    > for a
    > graphic title for the image, and one for the image
    itself) and have tested
    > it
    > and it works fine. I even published the file as an
    independent html file
    > and it
    > seems to work fine when tested in the browser too. My
    problem is that when
    > I
    > place the .swf into my html page in dreamweaver and test
    it, the file
    > shows up,
    > but the loader info doesn't work. The images don't load.
    >
    > Here is the code I have set up in Dreamweaver -
    >
    > Within the head, I have this:
    >
    > <script src="../Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    >
    > Within the body, I have this set up for where the swf
    gallery is supposed
    > to
    > be:
    >
    > <div id="content_main">
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','911','height','540','title','Photo
    >
    Gallery','movie','../flash/photography2','quality','high','loop','false','play',
    > 'false' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="911" height="540" title="Photo
    Gallery">
    > <param name="movie" value="../flash/photography2.swf"
    />
    > <param name="quality" value="high" /><param
    name="LOOP" value="false"
    > /><param name="PLAY" value="false" />
    > </object></noscript>
    >
    > </div>
    >
    > Can anyone help? Thanks so much. I appreciate any help I
    can get.
    >

  • Help needed with JDBC - please help! (newbie)

    hi all
    i m new to jdbc
    i have installed MySQL server on my winxp machine
    i used the command:
    mysql -p -u root
    Enter password: ****now when writing a prog i m getting a prob at this piece of code:
    Connection con=DriverManager.getConnection("jdbc:odbc:books","root","root");wot is wrong wid this code?
    please help......
    thanks in advance

    There are about 20 different things that could be wrong a this point; I'm not going to list them all. If you want specific help, you need to post specific information. This is usually done by posting either a stack trace from an exception, or a more complete section of code and a description of the problem and ALL the symptoms. You have all the information on what you've done, we have none of it.
    Instead of trying to diagnose whats wrong with your ODBC setup, I'm going to give you some strong advice; don't use ODBC with JDBC if you can avoid it, and with MySQL you can avoid it. It makes things simpler, less can go wrong, and you don't have to configure a DSN on every machine that you install the program on.
    To use "pure" JDBC without ODBC for MySQl:
    1) download the JDBC driver (you might already have this)
    http://dev.mysql.com/downloads/connector/j/3.1.html
    2) follow the installation instructions
    http://dev.mysql.com/doc/refman/5.0/en/java-connector.html
    In particular, make sure your classpath is set correctly
    3) Here's an example of loading the driver and establishing a connection
    http://dev.mysql.com/doc/refman/5.0/en/cj-connect-with-drivermanager.html
    Note the form of the connection URL,
    "jdbc:mysql://localhost/test?user=monty&password=greatsqldb"
    This is what an URL without ODBC looks like; there is no DSN, which means no DSN has to be configured.
    4) The MySQL database has some built-in security, to prevent malicious connections from outside computers. Solutions to that and other common problems are here:
    http://dev.mysql.com/doc/refman/5.0/en/cj-faq.html

  • Flash plays in Chrome, wont load in IE, like its not even on page.  Code inside please help a newb..

    Here is the code, flash plays fine in chrome even after publishing and making live on web.  But anyone with IE gets all my page but no flash menus or anything.  Have not tried FF.  Please help Im going nuts on this one.  Im using Visual Studio 2010 RC.  This is my first attempt and page is great in chrome.
    <%@ master language="C#" autoeventwireup="true" inherits="MasterPage, App_Web_zu1uh2td" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title>dreamtemplates</title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
    <link href="style.css" rel="stylesheet" type="text/css" />
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <script type="text/javascript">
        AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0', 'width', '780', 'height', '327', 'src', '3439', 'quality', 'high', 'pluginspage', 'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash', 'movie', '3439'); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="327">
      <param name="movie" value="3439.swf" />
      <param name="quality" value="high" />
      <embed src="3439.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="327"></embed>
    </object>
    </noscript>
        <asp:ContentPlaceHolder id="head" runat="server">
        </asp:ContentPlaceHolder>
    </head>
        <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
        <form id="form1" runat="server">
        <div>
            <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
            </asp:ContentPlaceHolder>
        </div>
        </form>
        <table width="780" border="0" cellspacing="0" cellpadding="10">
      <tr>
        <td align="center" bgcolor="#181818">Copyright © Company name. 2008 | <a href="#" class="orange-text-regular">privacy policy</a></td>
      </tr>
    </table>
    </body>
    </html>

    Hiya, Mike,
    It's pretty tough to work through pasted-in code. If you can, please upload a page to a server, so we can see your pages in context. We'll be able to download it and look at it.
    That said, you can do this: Find the beginning of an editable region in Code View. It will look like this:
    <!-- InstanceBeginEditable name="nameofregionhere" -->
    Click anywhere in that tag, between the opening bracket and the closing bracket.
    Then, on the vertical toolbar on the left side of the Code window, click on the "Collapse Full Tag" button. It is the one with two arrows pointing at each other. This will collapse that entire editable region. Then click the button with the two arrows pointing away from each other. That will re-open the editable region, but will highlight it.
    If you have nested regions, you will find the other inside one of the editable regions. If you copy the <!-- InstanceBeginEditable and do a search on it in that document, you will find the nested region.
    Beth

  • Pretty please help, Quick newb question...

    I have a dell axim x50. I have the jad and jar files. How can I make my application work on the PDA??
    I've simulated with toolkit, and such.
    Please Please help ><

    The act of getting the jar from a pc to the device is called "provisioning"
    Some devices let you do this over bluetooth or IR and many others only allow it over http.
    I used to use some free web midlet hosting sites but the ones i used have been shut down now. (do a search on the net for "Free Midlet Hosting")
    These days i set up a web server on my development machine and then just use the phones wap browser to download the program.

  • Any Java experts,please help this Newbie.

    Hey,any one of you knows how do you call a program from a button?
    For example,I created a chat program and peer to peer share Program,and I want to join them together.
    By clicking on a button on the peer to peer share program,the chat program would open in a new window.
    Please Help Me!
    Thanks alot.

    Hi here is the complete example for you how you can call the other java classes in your main java class. Hope it will give you the idea. If still you have problems do write to me at [email protected]
    * SixFrame.java
    * Created on July 15, 2003, 10:26 AM
    * @author sandeep
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class SixFrame extends JFrame implements ActionListener{
    JButton btn[] = new JButton[6]; // this no will vary as per you requirements
    /** Creates a new instance of SixFrame */
    public SixFrame() {
    JPanel pan = new JPanel();
    for(int i=0;i<btn.length;i++){
    btn[i] = new JButton((i+1)+"");
    btn.addActionListener(this);
    pan.add(btn[i]);
    getContentPane().add(pan,BorderLayout.CENTER);
    setSize(300,300);
    setVisible(true);
    /** Invoked when an action occurs.
    public void actionPerformed(ActionEvent e) {
    String comm = e.getActionCommand();
    if(comm.equals("1")){
    new FrameOne("One");
    }else if(comm.equals("2")){
    new FrameTwo("Two");
    }else if(comm.equals("3")){
    new FrameThree("Three");
    }else if(comm.equals("4")){
    new FrameFour("Four");
    }else if(comm.equals("5")){
    new FrameFive("Five");
    }else if(comm.equals("6")){
    new FrameSix("Six");
    public static void main(String args[]){
    new SixFrame();
    class FrameOne extends JFrame{
    FrameOne(String str){
    super(str);
    setSize(200,200);
    setVisible(true);
    class FrameTwo extends JFrame{
    FrameTwo(String str){
    super(str);
    setSize(200,200);
    setVisible(true);
    class FrameThree extends JFrame{
    FrameThree(String str){
    super(str);
    setSize(200,200);
    setVisible(true);
    class FrameFour extends JFrame{
    FrameFour(String str){
    super(str);
    setSize(200,200);
    setVisible(true);
    class FrameFive extends JFrame{
    FrameFive(String str){
    super(str);
    setSize(200,200);
    setVisible(true);
    class FrameSix extends JFrame{
    FrameSix(String str){
    super(str);
    setSize(200,200);
    setVisible(true);

  • Please help for ios6 maps, india

    It is nt working properly, as it not showing navigation between two places. Only shows current location. Please need ur immediate help.

    I should have never done the Grave mistake of downloading Disastrous iOS6. The maps are not working at all. Also, they have moved YouTube Icon from new version.I am using Iphone 4S.
    If this was not enough, take a look at below link:-
    http://www.apple.com/ios/feature-availability/#maps-directions
    Do anyone of you know replacement for Apple Maps?
    Thanks
    Ankit

  • Please help a newbie.  Can not get color replacement to work

    Hello,
    Let me start off by saying that I am a newbie to PS in general.  I have been on the software for a short period of time.  I was working with some images and I was making layers trying to bring color out of BW photos (make a BW layer and use the brush to get the color back in certain areas).  I installed RAW 5.3 and now when I make a BW layer I can not make the adjustments on the layer any longer.  I get an error message stating I can not make adjustments to the layer.  But in all the manuals I have it states to make the adjustments on the layer.  I am really confused.  I am looking at my plug ins on PS "homescreen" and there are 2 Camera RAWs (5.3 and 5.0).  I was wondering if I delete 5.0 that may help (how can I do this).  Also, I can make a color picture and remove the color from the main image, but that would just take too long to only bring out the color in a small area.  I am wondering why this process is now "reversed" 
    Also, is there a setting that may not be right to make the color replacement on the layer that may not be right on my computer.  Again, all this started right after installing RAW 5.3.  I am running an iMac OS X v10.5.7.
    I am sorry if I am leaving some information out, but I am a newbie and do not know what other information might be useful.
    Thanks for any help, and please let me know if there is additional information that you may need to help me.
    Thanks,
    Mike

    Camera RAW 5.4 is the newest

  • Please help with OWB Mapping for Children Parent relationship attributes.

    Hi there,
    I am pretty new to Oracle Warehouse Builder (Ver10.2.0.3). If you have attempted the following, appreciate if you can share your knowledge.
    I have to create a mapping to populate the following attributes in a Children Parent relationship mapping.
    1. isleaf
    2. path
    3. descendant_level
    4. parent_level
    5. descendant_order (tree walking)
    6. root_parent
    Please refer to the following SQL which is based on the scott/tiger EMP table. This SQL generates me the above attributes correctly.
    select h.*,
    nvl(i.descendant_level,0),
    nvl(j.parent_level,0),
    row_number()
    over(partition by SUBSTR(path, 2, INSTR(SUBSTR(path, 2)||'/','/')-1 ) order by ROWNUM) - 1 DESCENDANT_order,
    SUBSTR(path, 2, INSTR(SUBSTR(path, 2)||'/','/')-1 ) parent
    from (select
    emp.empno,
    emp.ename,
    emp.mgr,
    decode(connect_by_isleaf,0,'N',1,'Y') isleaf,
    sys_connect_by_path(emp.empno,'/') path
    from emp
    CONNECT BY MGR = PRIOR EMPNO) h,
    (select
    level descendant_level,
    emp.empno
    from emp
    CONNECT BY MGR = PRIOR EMPNO
    start with mgr = 7839) i,
    (select
    level parent_level,
    emp.empno
    from emp
    CONNECT BY MGR = PRIOR EMPNO
    start with mgr = 7839) j
    where h.empno = i.empno(+)
    and SUBSTR(path, 2, INSTR(SUBSTR(path, 2)||'/','/')-1 ) = j.empno(+)
    order by nvl(parent_level,0),nvl(descendant_level,0),DESCENDANT_order
    I searched OTN and found the following document:-
    http://blogs.oracle.com/warehousebuilder/newsItems/viewFullItem$10
    I tried all the 3 variations of the expression below in my FILTER condition.
    CONNECT BY INOUTGRP1.MGR = PRIOR INOUTGRP1.EMPNO
    CONNECT BY INOUTGRP1.MGR = PRIOR INOUTGRP1.EMPNO START WITH INOUTGRP1.ENAME = 'KING'
    START WITH INOUTGRP1.ENAME = 'KING' CONNECT BY INOUTGRP1.MGR = PRIOR INOUTGRP1.EMPNO
    When I tried to validate each of the above expression, it came back with the following error:-
    'ORA-00936 missing expression' error.
    Hope someone can help me with the above or better still have done the above and can sent me an MDL export file.
    Thanks in advance.
    Regards
    Rudy

    Hi Carsten,
    Thanks for your help.
    Oracle Support provide me the solution. I have to do the following:-
    1. Set the mapping's "Default Operating Mode" and "Generation Mode" to 'Set Based'
    2. Changed the Filter condition to "CONNECT BY PRIOR INOUTGRP1.EMPNO = INOUTGRP1.MGR"
    You right, the Filter condition still produce an error 'ORA-00936 - missing expression' when I tried to 'Validate', but it deployed and executed successfully.
    Again thanks for your help.
    Regards
    Rudy

  • Please help a newbie with simple equal methode

    With my little know how of java I have written this methode
    to test the equality of two LinkedSet data structures.
    provided that the linkedSet class and the iterator are
    implemented correctly , can some one help me please to
    figure out what is wrong or give an alternate solution.
    Thanks in advance
    * Return true if this set and the parameter contain
    * exactly the same elements
    public boolean equals(SetADT setADT) throws IllegalStateException
    boolean result=false;
    if(this.size()!=setADT.size())
    throw new IllegalStateException(" Two sets are not equal");
    Iterator a=this.iterator();
    Iterator b=setADT.iterator();
    LinkedSet temp1=new LinkedSet();
    LinkedSet temp2=new LinkedSet();
    while(a.hasNext())
    temp1.add(a.next());
    temp2.add(b.next());
    Iterator c=temp1.iterator();
    Iterator d=temp2.iterator();
    if(c.next().equals(d.next()))
    temp1.remove(c.next());
    temp2.remove(d.next());
    result=(temp1.isEmpty()&&temp2.isEmpty());
    return result;

    while(a.hasNext())
      temp1.add(a.next());
      temp2.add(b.next());
      Iterator c=temp1.iterator();
      Iterator d=temp2.iterator();
      if(c.next().equals(d.next())) // <- Watch missing braces !
         temp1.remove(c.next());
      temp2.remove(d.next());
      result=(temp1.isEmpty()&&temp2.isEmpty());
    }Whay are you doing all that extra iteration stuff?
    I mean, I see what you are getting at ...towards the empty final objects. But isn't that a really exhaustive way the get to the end of this problem? The end doesn't justify the means.
    Start assuming result = true
    In your while loop...
    Just test 'if (!(a.next().equals(b.next())) {'
    If it ever does, something didn't match.
    So set result = false and 'break' from the loop.
    At the end of the method, result will be either true or false accordingly.
    Code that up and it should work better. But ...can we assume the iterators traverse the set in the same order always? That is the question I would ask here.

  • Please help tablet newbie!

    I am ignorant about several things!  Can someone tell me how to download an app, please?  I need to be able to type, someone told me about One Note or Google something.  No idea what I am doing, just got this gadget.  Thank you SO MUCH for any help!  I'm totally lost  :-D    Oh!  I have an Asus Transformer MG10

    Hi misty123,
    The Asus Transformer is an Android based Operating System. The Android system downloads apps via Google Play Store. It may also call it the Android Market.
    I am not affiliated with Best Buy nor have I ever been employed by Best Buy. All of my thoughts and posts are of my own opinion and personal experience.
    I may not always know the right answer, but I will always tell you what I do know. I also do free computer analysis and consultation via private message.

  • K8N Neo FSR, Please Help a Newbie

    Hey all,
      I'm new to these forums and was wondering if I could get some help or advice.  I currently own an athlon 64 3200+ newcastle with a K8N Neo FSR motherboard.  I have heard that my mobo is basically a platinum minus the luxury of firewire ports, could I be correct about that?  If so, I went to msi.com.tw website to update my drivers and could not help but notice that K8N Neo Platinum has two more updates that whats offered for my FSR, those being CoreCenter 1.7.0.0 and DigiCell 1.03.00.00.  I find corecenter to be useful and am wondering will these two updated versions of the apps work with my FSR, and why would MSI not post the updates in the FSR section.
    Also, my board came stock with bios 1.2 and I loaded up windows sp2 and all the drivers and such and everything seems to be working fine to my knowledge, cool n quiet on with cpu around 994 to 1004 mhz, temp readings from bios and sandra all report 36-43 degrees C.  Does that sound right to anyone, because I'm not a fan of bios flashing, would flashing to the newest official 1.4 be any benefit to me?
    One last thing, I encountered a problem with a creative usb mouse and do not know the source of the problem or how to solve it, it is the optical mouse lite with a blue scroll wheel and operates fine, but after I shutdown my computer the mouse light is still on, is that normal or is there anything I can do about it besides shutting down my power supply everytime I turn off my computer.
    Sorry for the loads of questions, if anyone actually reads this please provide me some input/insight.  Thanks in advance.
    System specs:
    A64 3200+ Newcastle Year 04 Week 26
    MSI K8N Neo FSR Bios V1.2
    512 MB PQI Turbo Black Memory
    Aspire 500 W psu, 12v = 34 amps
    Maxtor 60 gig IDE hd
    52x32x52 cdrw

    If you look at the prduct page for the K8N Neo FSR, and choose the BIOS link it brings you to page:
    http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=571&kind=1
    Which shows the BIOS' available for the K8N Neo FSR.  Notice that 1.3 and 1.4 are available and that the K8N Neo FSR is considered to be a MS7030 which is the same model number of the K8n Neo Platinum.  From this I surmise that you can use the same BIOS and drivers and all that the Platinum uses and everything should work fine.
    RB

  • JSP back-end interface to Remote server. Please help the newbie

    Could someone comment on pros and cons of the JSP back-end interfaces to the remote server/programs using..
    (1) Socket Interface between JSP and Remote Server. One socket for one JSP session. JSP to create and delete the socket when done.
    (2) RMI between JSP and Remote program.
    (3) Message Exchange using JMS between JSP and the Remote Server.
    (4) Peer-to-peer JAXM message exchange. JSP/JAXM Client to Remote JAXM Server
    (5) Anything else?
    Thanks in advance..

    (1) Socket Interface between JSP and Remote Server.
    One socket for one JSP session. JSP to create and
    delete the socket when done.JSPs are compiled to servlets, which use the HTTP protocol. The remote server should be the servlet/JSP engine.
    (2) RMI between JSP and Remote program.As soon as you say "JSP", you're assuming HTTP request/response. If you want to talk to RMI objects, I think that's best done elsewhere than a JSP. They really should be for interface only. Have your JSP talk to a central, front controller servlet and have it invoke methods that deal with RMI objects or EJBs or POJOs on the back end. That stuff doesn't belong in JSPs, IMO.
    (3) Message Exchange using JMS between JSP and the Remote Server.No.
    (4) Peer-to-peer JAXM message exchange. JSP/JAXM
    Client to Remote JAXM ServerNo. This is crazy. JSP = HTTP, which is client/server by definition.
    (5) Anything else?All these might be fine options, but they don't belong in JSPs. Those should be for Web interface, a thin client. The details of how you process (e.g., RMI vs. EJB, synchronous vs. asynchronous, etc.) are best encapsulated somewhere else besides a JSP.
    HTTP is a client/server, synchronous, request/response protocol, of course. As soon as you say JSP, these assumptions are built into your system. You can do asynchronous processing, but you still have to send back a response synchronously (e.g., "Your order is being processed. Please come back.")

Maybe you are looking for

  • Push Notifications to APNS Fail 50% of the Time

    Sending a notification to an iOS device fails half the time with this error:    The Push Notification System returned an Internal Server Error Here is my setup: Free Trial version of Azure Sandbox certificates uploaded to a Mobile Service/Notificatio

  • ApplePhotoStreams.exe has stopped working on Windows 7 x64

    same as the title. The message "ApplePush.exe has stopped working" appears for a long time, and today, a new message "applephotostreams.exe has stopped working" appeard. I using Windows 7 Ultimate x64 Chs on HP Z800 workstation. How can I fix this?

  • "Pages, Xcode" Do not update.

    Purchases the Update button is pressed, a pop-up message box "other accounts are available for the update." However, is to buy from the same account. What should I do?

  • Is there additional feature for music or Radio?

    Hi, I want to know that is there additional feature for radio or listening music at CME 7.0? If there is a setting, can anyone guide me how to configure that. thanks

  • Granting view/select access to packages and procedures

    We have role that we grant to users allowing them select access to tables, views, etc. They also need to be able to view the contents of packages, etc. Does anyone no a way of granting them access (other than grant execute) so they can only view the