What are the limitations of using RMI over http with EJB?

We have a requirement for an intranet application where the majority of the clients
(Swing clients) will be able to connect directly using either T3 or IIOP. However,
there are a number of clients that will need to traverse a firewall.
We could use SOAP, but I dont want to lose the value that RMI gives us (clustering,
security, statefullness support etc). I am thinking of using RMI over http - which
Weblogic supports.
I have been trying to find some documentation on the topic - but havent succeded
so far. What I would like to understand is: What limitations I would have using
RMI over http. Do I lose anything (apart from performance) using http?
Regards,
Nick

You will have to enable tunneling on the server side and I have not heard of any
complaints of using it.
Shiva.
Nick Minutello wrote:
In fact, we are not using applets - and its not an internet application. We are
using Java Webstart and Swing on our intranet (the problem of the size of the
weblogic.jar is a pain - but well known)
The question for me is; Apart from performance, are there any limitations to using
RMI over http?
Can we also use JMS over http?
-Nick
Shiva Paranandi <[email protected]> wrote:
"Old wine new bottle".
The biggest problem with the approach of Applets like
stuff connecting to weblogic is the size of the classes that need to
be supplied to the
users. The applets/swing would need a lot of weblogic classes which you
need to
supply as jar file. This file can be in the order of MBs depending on
the
weblogic version. we had a similar kind of problem and migrated the applets
to use
servlets instead of directly invoking ejbs or jms topics etc. Having
the applets
connect
to servlets you would still benefit from the features of clustering etc.
and added to
that
you would reduce the number of remote calls.
Shiva.
Nick Minutello wrote:
We have a requirement for an intranet application where the majorityof the clients
(Swing clients) will be able to connect directly using either T3 orIIOP. However,
there are a number of clients that will need to traverse a firewall.
We could use SOAP, but I dont want to lose the value that RMI givesus (clustering,
security, statefullness support etc). I am thinking of using RMI overhttp - which
Weblogic supports.
I have been trying to find some documentation on the topic - but haventsucceded
so far. What I would like to understand is: What limitations I wouldhave using
RMI over http. Do I lose anything (apart from performance) using http?
Regards,
Nick

Similar Messages

  • What is the advantage of using RMI over socket connection

    plz tell me guys what is the advantage of using RMI over socket connection bcoz inherently RMI also uses socket connection.so what is the exact difference in between thm and what is the advantage of using RMI over socket connection.

    i knew tht bt i http://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal — in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

  • What are the limitations of using labview 8.5.1 developers suite verses a real-time module in field point applications?

    What are the limitations of using labview 8.5.1 developers suite verses a real-time module in field point applications? Can an exe. be loaded onto a field point controller or does the controlling program have to reside on a PC for example?

    centerbolt is correct, you can't load a .exe or even run a program on the fieldPoint controller unless you have the Real Time module.  However, that does not mean you can't use your FieldPoint bank without the Real Time module. 
    From LabVIEW for windows you can make calls to the fieldpoint IO using the fieldpoint read/write functions. 
    This program runs on the PC not the FieldPoint controller.  If you loose network connection to the fieldpoint, your program will loose connection to the IO.  For many data logging applications this type of arrangement can work just fine.  However, if this is the only type of application you are ever going to run, then you may as well not buy the Real Time controller for your fieldpoint but the network controller only. 
    If your application requires more reliability, and/or greater determinism than can be achieved by running a program on windows, then you should use the LabVIEW Real Time module and develop a program that can run down on the FieldPoint controller independent of windows.
    Message Edited by StevenA on 07-22-2008 04:14 PM
    SteveA
    CLD
    FPGA/RT/PDA/TP/DSC
    Attachments:
    fp pallet.PNG ‏6 KB

  • What are the limitations regarding use of video in an iBook: length, file size, etc?

    What are the limitations regarding use of video in an iBook: length, file size, etc?

    Total book size is 2.0GB max. Length would be relative to size based on quality.
    See:
    - Optimizing performance in your iBooks Author books
    - iBooks Author: Add video to your iBook

  • What are the limits of using windows internal database in RMS?

    hi,
    We dont have SQL server to use and opting to use windows internal database
    What are the limits of using windows internal database in RMS?
    tnx

    Hi,
    the main limitation is that you cannot access a SQL express from remote (even there are tricks to work around that), so you cannot add another machine to the RMS cluster. 
    Microsoft's recommendation for production systems is to use a full SQL server, what allows you clustering and running all sorts of maintenance tasks.
    Other than that SQL Express has a 10GB total limitation for all databases running on that server.
    See also http://technet.microsoft.com/en-us/library/dd772673(v=WS.10).aspx for RMS hardware and software requirements. 
    Hope that helps,
    Lutz

  • What are the advantages of using an internal table with workarea

    Hi,
    can anyone tell me
    What are the advantages of using an internal table with workarea
    over an internal table with header line?
    thnks in adv
    regards
    nagi

    HI,
    Internal tables are a standard data type object which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables and for re-organising the contents of database tables according to users need.
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb35de358411d1829f0000e829fbfe/content.htm
    <b>Difference between Work Area and Header Line</b>
    While adding or retrieving records to / from internal table we have to keep the record temporarily.
    The area where this record is kept is called as work area for the internal table. The area must have the same structure as that of internal table. An internal table consists of a body and an optional header line.
    Header line is a implicit work area for the internal table. It depends on how the internal table is declared that the itab will have the header line or not.
    e.g.
    data: begin of itab occurs 10,
    ab type c,
    cd type i,
    end of itab. " this table will have the header line.
    data: wa_itab like itab. " explicit work area for itab
    data: itab1 like itab occurs 10. " table is without header line.
    The header line is a field string with the same structure as a row of the body, but it can only hold a single row.
    It is a buffer used to hold each record before it is added or each record as it is retrieved from the internal table. It is the default work area for the internal table
    1) The difference between
    whih header line and with out heater line of internal table.
    ex:-
    a) Data : itab like mara occurs 0 with header line.
    b) Data: itab like mara occurs 0.
    -While adding or retrieving records to / from internal table we have to keep the record temporarily.
    -The area where this record is kept is called as work area for the internal table.
    -The area must have the same structure as that of internal table. An internal table consists of a body and an optional header line.
    -Header line is a implicit work area for the internal table. It depends on how the internal table is declared that the itab will have the header line or not.
    a) Data : itab like mara occurs 0 with header line.
    table is with header line
    b) Data: itab like mara occurs 0.
    table is without header line
    2)work area / field string and internal table
    which one is prefarable for good performance any why ?
    -The header line is a field string with the same structure as a row of the body, but it can only hold a single row , whereas internal table can have more than one record.
    In short u can define a workarea of an internal table which means that area must have the same structure as that of internal table and can have one record only.
    Example code:
    data: begin of itab occurs 10,
    ab type c,
    cd type i,
    end of itab. " this table will have the header line.
    data: wa_itab like itab. " explicit work area for itab
    data: itab1 like itab occurs 10. " table is without header line.
    Regards,
    Padmam.

  • What are the limitations in terms of data size  or performance while using csv or text file as datasource?

    <p>Also what are the limitations in terms of data size  or performance related issues while using csv or text file?</p><p>Is it the best practice to use csv , text file to use as a datasource to improve performance?</p><p>Please Advice.... </p><p>&#160;</p>

    <p>Hi,</p><p>Create Same Data Input for CSV and Text File ,Create 2 different reports one for CSV and One for Text ,run them one you have done that.</p><p>Go to Report Menu and Select Performance Information .Use the Data in that to check which one is good datasource to improve performance</p><p>Cheers</p><p>Rahul</p>

  • What are the limitations or disadvantages of SOA Direct Binding

    What are the limitations or disadvantages of SOA Direct Binding.

    When we call SOA service from another SOA service most of the time Local RMI call is used even you are using SOAP over http to invoke the service, this based on your SOA configuration - Refer the following url for more details on Local optimization.
    Albin's Blog: Configuring Local Optimization in Oracle SOA 11g
    SOAP binding will help us to invoke the service exposed with WSDL and accepts XML as request/response.
    HTTP Binding will help us to invoke any services that will accept HTTP GET/POST messages but there is restriction with input/output message type(refer this document for more details Getting Started with Binding Components - 11g Release 1 (11.1.1.7)).
    HTTP binding is light weight and provides better performance.
    I hope this will help you.
    Refer https://forum.java.sun.com/thread/2612466

  • What are the limitation of the 4 Port Gigabit ethernet Security Service Module (4GE SSM)?

    I was wondering if anyone can help me out. I am trying to create a redundancy topology which require several connections to an ASA 5510. I am looking at extending the connections to my ASA 5510 appliance with the four port gig ethernet security module (4GE SSM). I am trying to find out what the limitations are on this particular module.
    I have heard that there might be limitations to the 4GE SSM. Such as the interfaces on this module might process data separately from the ASA 5510 appliance. My question is does the ASA four port gig ethernet security module (4GE SSM) interfaces act as a extension of the ASA 5510 appliance or does it process and filter data separate from the ASA 5510 appliance ?
    My concerns are that the 4GE SSM does not utilize all the security features of the ASA 5510 appliance, and that it just separates traffic into security zones. I interpret that to mean that each interface can be placed in a separate security level in which case has a separate security algorithm and uses the security level to force security policies. Nothing more.
    My second question if relevant would be what are the limitations?
    Thank you for your help on this topic.
    mike

    The 4GE SSM just gives you the four additional ports. It doesn't increase the processing capacity of the 5510 (a relatively low end box whose replacement - the 5515X -  has been out since this past spring). It works off the same configuration script and CPU as all the built-in ports.
    The only limitation I can think of off the top of my head is that members of an Etherchannel cannot span the SSM and the built-in ports.

  • What are the limitations of remote API?

    Excuse me,
    I am new to Oracle BPEL, and going to customize the worklist application using remote API.
    I read the Sample Worklist Application for learning the remote API.
    When I learning about task attachment's API,
    I saw a thread
    RemoteWorklistServiceClient -- attachment
    Suddenly, I found that there is different between local and remote API.
    Would anyone like to tell me what are the limitations of remote API?
    By the way, could there is any API for retrieve process list?
    The reason is I am trying combine some feature of the console into my worklist application
    such as list process with details, deploy/undeploy process, active/retired process lifecycle and turn on/off process state.
    I only found how to start process:
    Locator lLocator = new Locator({Domain}, {Domain.Password}, {Properties});
    IDeliveryService lDeliveryService = (IDeliveryService) lLocator.lookupService(IDeliveryService.SERVICE_NAME);
    lDeliveryService.request({ProcessName}, {OperationName}, {NormalizedMessage});
    Thank you very much ^^
    Roy

    Excuse me,
    I got the answer by testing the remote API
    And I have another question about the BPEL API which used in the console
    I have success construct the class com.oracle.bpel.client.Locator
    It providing a set of methods for invoking Oracle BPEL
    However, the methods always using WhereCondition as parameter
    therefore, I need to know about the database.
    1. Could anyone tell me where can I found the database schema?
    2. There are some deprecated APIs what is the preferred APIs of them?
    - IDeliveryService.SERVICE_NAME
    - IDeliveryService.request({Process}, {Operation}, {NormalizedMessage})
    - IDeliveryService.post({Process}, {Operation}, {NormalizedMessage})
    Thank you very much ^^
    Roy

  • What are the limitations of ODI?

    ODI is an E-L-T tool of its first kind and has good performance when copared to ETL because of its architecture.
    BUt what are the limitations of ODI?
    And What are the strong points to recommand ODI to the clients?

    what are the limitations of ODI ::
    (i) it won't support multi target We cant say it wont support. We can achieve this using IKM mTI or using some logic in a single interface. But directly you can't drag multiple table into interface (target canvas)
    (ii) Interfaces are depending on KM so to implement any new logic we need to know about Jython Not exactly. But yes if you know jython it is more helpful for this. Discussed
    http://www.linkedin.com/groups/How-was-ODTUG-Ask-Experts-140609.S.197740849?view=&gid=140609&type=member&item=197740849

  • What are the limitations of AJAX in BEA Weblogic 10.2 ?

    Hi All,
    I am wondering if some one could tell/summaries what are the limitations of AJAX in BEA weblogic portal 10.2 ??

    Please reask this question in the WebLogic Portal forum:
    WebLogic Portal
    I think you'll need to be more specific as well. Are you referring to portlet development, in which the portlet uses a javascript library, drag/drop functionality in Dynamic Visitor Tools, etc?
    http://edocs.bea.com/wlp/docs102/clientdev/ria.html#wp1008891

  • What are the limitations of layout builder

    Hello BPS Experts,
    what are the limitations of the layout builder.
    Suggestions appreciated.
    Thanks,
    BWer

    Hi,
    One of the major one, I would say is needs SAP GUI without which it cannot be used.
    The same is no longer applicable to Integrated planning as it has a web based interface.

  • What are the limitations of apex 3.2.1

    Hello All,
    what are the limitations of apex 3.2.1
    thanks/kumar

    Hi Kumar,
    as Tony already pointed out, there are no hard limitations for Oracle APEX.
    As APEX runs in the database you can do whatever your Database can do (call Packages, use Analytic Functions, even call Java in the Database, create complex Queries with literally limitless joins).
    The Output of APEX is HTML and can be influenced by your templates and your code, so again you are only limited by your imagination. Add a different CSS and your Layout looks different. Add some JavaScript Code and your Forms behave different, are more interactive and so on.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • Wiki or Robohelp - What are the benefits of using a wiki vs publishing projects in robohelp?

    What are the benefits of using a wiki vs publishing projects in robohelp? I currently use RH9/RH9 Server and  publish multiple SSL.  The company is looking to stop using Robohelp and replace our online help authoring tool  (RH) with a wiki. Are there any benefits of going to a wiki environment.  What RH features/functions that I have today will i not have by having IT import our robohelp files into a wiki?
    I know that a wiki is not an authoring tool, but someone must think it is and we'll still have all the functionality of publishing multiple SSLs, reports, etc once in the wiki environment.  Any comments - is this the best route?

    Hi,
    There are many differences. The idea of a wiki is to allow anyone to view and/or edit the content. Depending on the wiki system, you can set access control for viewing and editing.
    Wiki's typically have simple syntax (html in a wiki is a serious security risk), allow image embedding, links and attachments. You will need to learn the specific syntax (rather easy, but also very limited).
    What will you lose? This depends on the features available in the wiki system as well as the available plugins. A few downsides:
    - WYSIWYG editor limited, if at all.
    - No snippets
    - No variables
    - Dropdowns (may be possible through plugins)
    - Index
    - Styling based on css classes (mostly supported through HTML which is a security concern)
    - Only one version of your support system: multiple versions require multiple installations/configurations.
    - No searching in attachments.
    - No CBT (Though some wiki's allow comments in the wiki code)
    - No Word/FrameMaker import.
    - You have to create your own CSH calls.
    On the upside:
    - Most wiki systems are free, even for commercial use.
    - The syntax is quite simple, allowing you to quickly write text.
    - Wiki's typically offer good support for syntax highlighting.
    - They are very easy to set up.
    - Most wiki's have plugins to enable comments.
    The greatest downside in my opinion is that you always have the latest version of all files. Whenever you update a page, everyone immediately has the latest version. And if you want to create help for a feature that isn't released yet, you will have to use access control to make sure not everyone sees the (unfinished) help for the unreleased feature. With RoboHelp you have a single source that creates a one way output.
    We use both RoboHelp and wiki's: RoboHelp for customer help and wiki internally to share knowledge. And sharing knowledge is what wiki's are designed for.
    Greet,
    Willam

Maybe you are looking for

  • Please help..it's Urgent..How to fetch the value from table row from Page

    Hi, I have created a table with 2 LOV's , LOV2 is dependent on LOV2. Here I can not use the general Dependent LOV concept, as these values are coming from 2 different LookUps. I am not able to fetch the user input for LOV1 (from page) .that is why no

  • SPROXSET ...Unable to rectify Business systems not found issue..

    Hi, On doing a test of my proxy I am frustrated with an error " Business system not found". I have maintained SPROXSET values as IFR_aDDRESS = XI.XYZ.COM, IFR_PORT = 51000, IFR_USER = PIAPPLUSER and IFR_PASSWORD = XIPASS. I encounter this error whene

  • Integrating Flurry in Adobe Air for Android

    Hi, I am having a hard time integrating Flurry into an android application built with Adobe Air. Setting: Flash Builder 4.6 (sdk 4.6) and Adobe Air 3.1 I have successfully created the bridge between Air and Java (e.g. I can open a native notification

  • .m4a Not Importing Correctly

    For some reason when I import some .m4a files, they do not appear in my libary. Some albums will import while others will not. files with .mp3 import correctly, this is only a problem with .m4a files Any ideas? Most of my music is stored as .m4a Than

  • Video decompressing

    Hi! :D  I can`t decompress video while capturing video with msi G2TiVX Pro-VT / G2Ti Pro-VT (MS-8836)  videocard. I`m using videoprogramms for videochats.  They decompress video and after that compress and send it. There is no such a problem when I`m