Difference between Client and Web

hello
i am newbie to EJB, I have started the online tutorials, on this tutorial nothing has mentioned about the difference between application client and Web application.
I am sort of confused why do we have to have both of them?
I know that web application should run from a web browser, but what happens if i ignore the application client?
I am trying to make a simple application to use ejb which connects to a databse and a web application to show the results. Can i just develope ejb and a set of jsp to interact as web application?
could someone help me please
cheers

The difference is simple:
A web client is a so called 'thin client' just displaying the information created and processed somewhere else.
A standalone client is a fat client which uses the ejb only to retrieve data and manages the user interaction by himself.
So a web application is basicly a fat client wich uses a web browser as a display (web browser is a display) thats why you have to implement a set of jsp and servlets which present the data to the user.
I you want e.g. a java program to interact with your beans to get data from the database you will have to code an application client. But it doesn seem like this, so your idea is right. Have fun implementing...

Similar Messages

  • Difference between ITS and Web Application Server

    Hi All,
       What is ITS server. Can anyone explain me the difference between ITS and WAS(Web Application Server)
    Thanks
    Harpreet

    Hi Harpreet:
    ITS is basically the tool that allow you to use SAP via http. Theres lots of info about <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0d/654d356560054ce10000009b38f889/frameset.htm">ITS</a> or <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/5f/0ef441ad7bc417e10000000a155106/frameset.htm">WebAS with Integrated ITS</a>
    The ITS is a standalone application connected to R3 via RFC connection, In the SAP WebAS the ITS is integrated to the system.
    Hope this help!
    Juan
    PS: Please reward with points if helpful

  • Difference between ITS and web dynpro abap

    Hi Experts.
    Can any explain me what is the main difference between  EWT/ ITS and web dynpro abap. Basically i am going to developed some existing EWT in webdynpro ABAP , so i want to know what are the advantage of WD ABAP over ITS .
    Thanks in Advance.
    Satya

    Closing thread, thanks for your help.
    Thanks,
    Satya

  • Differences between eCommerce and Web Channel

    Hi.  I'm really new to SAP.  I'm looking at leveraging some of the built-in e-commerce functionality of SAP.  I've read a few articles on the SAP help site but I can't distinguish the differences between the following 2 solution options:
    1) ERP eCommerce
    2) CRM Web Channel
    From what I've read, both of the above technologies do relatively the same thing.  Can someone let me know if this is true, or if not, where I can find details on when to use one versus the other?
    Thanks!
    - Dylan

    Hi,
    please let me try to clarify this.
    Both of the solutions are actually based on the same Java web applications. This means both applications share the same core functionality. The main difference between ERP eCommerce and CRM Web Channel is the backend system used for the web shop.
    The reason why SAP offers two different backends for the web shop is pretty simple. Each backend is suitable for different requirements. While running the web shop with a CRM backend, some additional features related to the marketing functionality of SAP CRM are available. These addtional features include cross- and upselling, campaign management and advanced catalog management. For customers that don't need these marketing features or don't want to invest in a SAP CRM system, there is the ERP eCommerce solution. While the shop system is the same, some of the additional features offered in the CRM version are missing.
    I hope that solves the problem for now. If you have more questions on the difference between the two solutions please let me know.

  • Difference between EP and Web AS JAVA

    Hi all,
    I am new to EP. I wish to know the clear differences, if any.
    I work in a project where there is an enormously complicated landscape. There is a 'central portal' (EP 7.0); services from backend ABAP systems are accessed. Every ABAP system (ECC, CRM, BI, XI etc.) has a corresponding Java system (Web AS Java's). They seem to be referred to as 'portals' too. I see that EP and the Java systems are same; look and feel wise. I see that we can do user/system/content administration in both of them. 
    What are the fundamental differences, if any? Help!
    Thanks and regards,
    Rosun

    Hi,
    the best person to answer your questions is the person responsible for the landscape at our company. To differentiate between Web AS Java and Portal: The portal is an application that runs on top of Web AS Java. GRC runs also on top of Web AS Java, but it's not the portal. Look at Web AS Java as it is a Java application server like JBoss or glassfish.
    Without knowing the details of your landscape it's hard to give you an answer. In a complex SAP landscape you may have:
    - a ECC system and a portal for ESS/MSS
    - a BI system with a portal for accessing the BI reports by a browser
    - SRM system with a portal that serves as an access point to IACs or POWL
    - CRM is using nowadays BSP (ABAP)
    - a central portal system that unifies the access to the other systems. In this case, we are talking about Federated Portal Network (FPN)
    br,
    Tobias

  • JNDI differences between Tomcat and Web Logic 6.1

    I am looking at two difference piece of code :
    Application developed and deployed under Tomcat ( perfectly working )
    Context initCtx = new InitialContext();
    Context ctx = (Context) initCtx.lookup("java:comp/env");
    // Get a Connection
    DataSource pool = (DataSource) ctx.lookup("jdbc/WebApps");
    // Getting connection
    con = pool.getConnection();
    This is instead an application developed and deployed under Web Logic
    Context ctx = new InitialContext();
    DataSource ds = (DataSource) ctx.lookup("dbase");
    // Connection
    con = ds.getConnection();
    when i deploy the WL application in Tomcat ( as a WAR file ) I got "dbase name not bound in this context", any guess why this is happening even though I already set up the server.xml :
    <Resource auth="Container" name="dbase" type="javax.sql.DataSource"/>
    <ResourceParams name="dbase">
    <parameter>
    Unfortunately I cannot rewrite the WL code so I need to work on Tomcat
    Thanks in advance
    Leonardo

    Thanks for your reply,
    However I think I have not been clear.
    This is the situation. We have Web Logic on production and Tomcat on our Intranet.
    So I am in need of making the WLogic app working under Tomcat "Without touching the code" of the application. The only thing I can modify at this point is the Tomcat installation. If it's possible.
    The only problem I have is with the piece of code of the Data Base Connection. I got "dbase is not bind in this context".
    Leonardo

  • Difference between webpublish and web gui builder

    Have you worked with webpublishing tool in LABVIEW 2013 before? Do you think I can show my front panel which is designed in Labview fully on the web by this method?
    Please make your advice about it. I have studied few articles about web gu builder, webpublishing and webservers but I am still not clear which one can simply satisfy my objective?
    My objective is to display the graphical front panel which is designed in labview .vi exactly on the web. 

    Portal Servers are usually Application servers which host a 
    variety of Applications, Portals as a concept are single Gateway 
    to whole lot of information and applications(could be 
    distributed across systems, generally Web based ones). 
    Eg. BEA Weblogic Portal 
    Content Management systems are applications to Capture, Manage, 
    version, distribute and Store content. Content can be Structured 
    and Unstructured. Generally I have seen when CMS word is used, 
    it means Web Content Management, although this is not a norm 
    across the industry. 
    I am sure you are aware of WCMS and ECMS differences. 
    E.g Interwoven TeamSite, Documentum, OpenCMS etc. 
    CMS facilitates the ready availibility of content to be shown on 
    Portal in large Portals (the concept). This content could be 
    sourced in from various systems and distributed by the CMS. 
    Essentially any CMS deals with Content Creation, Content 
    Management proper, Content Intelligence and Content 
    Distibution. 
    However important thing to note could be the emerging products 
    which are Portals and have a built in CMS tool also, like BEA 
    (Aqualogic in particular). There is another genere of products 
    like Vignette, Broadvision which are Portals and CMS both in one 
    (have CMS products built in but as a seperate component). 

  • Differences between clients and devices in Cisco Prime infrastructure

    Hello
    It seems to be a very simple question :
    I read the Prime Licensing Guide in order to size the
    right version of OVA to deploy in my datacenter .
    I don't understand what is a "client"  , because there is a topic about it in the data sheet :(cf joined pic)
    could you please help me ?
    Cheers ;

    Hi,
    By client , it mean wired client like your laptop or wireless client like your smart phone
    License is depended  on the devices count not on client count.
    Thanks-
    Afroz
    ****Ratings Encourages Contributors ****

  • Difference between client proxy and server proxy

    hi all,
    could u explain me the differences between client proxy and server proxy,
    regards,
    AVR

    Hi AV,
    simple search in sdn may answer your question,
    There are two type of Proxy's in ABAP and JAVA(Clinet and Server),
    Clinet ABAP proxy used to send message from ANY SAP System to Integration server,in this case XI adapter not required .
    Server ABAP proxy used to send messages from Intergration server to any SAP System,in this case XI Adapter required.
    How to implement ABAP proxy comunication refer below link
    http://wiki.sdn.sap.com/wiki/display/stage/ABAPproxyproviderimplementationand+testing
    The sama way Client JAVA proxy used to send message to Integration sever from any Web Application ,
    Server JAVA proxy used to send messages to any destination system ,in both cases XI adapter required.
    refer below link
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab&overridelayout=true
    Regards,
    Raj

  • What is the difference between ojvm and client versions?

    Changing the java vm from client to ojvm result in the following error:
    Errormessage:
    java.lang.UnsatisfiedLinkError: no UniqueC in java.library.path
    Project Settings -&gt; Configurations -&gt; Development -&gt; Runner -&gt; Virtual Machine -&gt; ojvm FAILS
    Project Settings -&gt; Configurations -&gt; Development -&gt; Runner -&gt; Virtual Machine -&gt; ojvm      RUNS OK.
    Project Settings -&gt; Configurations -&gt; Development -&gt;Paths -&gt;Additional Classpath:
    C:\jars\xerces.jar;C:\jars\UniqueC.dll;C:\jars\log4j-1.2.8.jar
    What is the difference between ojvm and client versions? How can I make ojvm to find UniqueC.dll?
    Various version info:
    Output from program:
    java version:1.4.2_01
    java home:C:\programfiler\JAVA\2sdk1.4.2_01\jre
    java vm version:9.0.3.738 cdov
    Taken from JDeveloper Help About:
    Oracle IDE     9.0.3.10.35
    UML Modelers Version     9.0.3.9.4
    Business Components Version     9.0.3.10.7
    java.version     1.3.1_02
    java.vm.name     OJVM Client VM
    java.vm.version     9.0.3.738 o

    However, Adobe offers extra paid services to create PDF or to export PDF to other formats. You are not required to buy them, however.

  • What's the difference between client combo and server combo? Also, what would happen if I install both?

    what's the difference between client combo and server combo? Also, what would happen if I install both?

    One is for the base version of the Mac OS, the other is for the Server version. You can only install the one that matches your system.

  • Difference between client dependent table and client independent table

    hi all,
                  i m new in sap pls tell me the difference between client dependent table and client independent table.
    tell me in detail.
    thanks and regards
      vikas saini

    HI
    Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients
    Like SAP SCRIPTS and STD texts data
    where as Client Independent means the data if you create in one client that is available in that as well as in other clients
    Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..
    There is no specific reason behind why scripts are client dep[endent and smartforms are client independent!!!
    As for SAP -- Scripts are called client dependent because if you create client in say,200 it would be available in that only.If you want to test the script in client 300 then it won't be there,you will have to go to transaction se71 in 300 .Then Utilities-> Copy from client.Give the source as 200 & form name(i.e. script name) & copy.
    Few more reasons why....? Please read below:
    SAPscript technology is based on a mainframe product from the 1980s.SAPscript forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports;
    if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean.
    Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    What is client dependent and Client Independent
    https://www.sdn.sap.com/irj/sdn/forums

  • Difference between JVM  of web browser and  JVM of webcontainer?

    hi friends , I am babu pursuing mca final year
    i have one doubt that is ........
    What is the difference between JVM of web browser and JVM of web container ?
    plz clarify my doubt

    Who said there's a difference?
    (By "web container" I assume you're talking about a servlet container or JSP container like tomcat.)

  • Differences between client copy with sap_all and database copy

    What's the difference between client copy with sap_all and doing a database copy.
    I know if I do a database copy from Production to our Quality system.
    I need to install the license key
    restore the production library to the quality library
    Initialize TMS and so on.
    I know if I want to copy to our Development system. I would need to run either a remote client copy or and export/import since I cannot do a database copy because I would loose all my other clients in Development.
    My question is, if the quality systems and the production systems are on the same support packs, same kernel.
    What does a database copy give you (besides being faser) that a remote client copy or export/import of a client copy does.
    Any differences
    Thanks
    Joe

    Hello Joe,
    If there is inconsistent Z tables between QAS and PRD, remote client copy could fail, especially when the table on PRD has longer length or more fields than the one on QAS.
    Also the source client should has no-activity during the client copy, otherwise the application data could be inconsistent. For example, some material documents are copied, but not the corresponding financial documents. (For PRD client, it could be hours between the times those tables are copied.) For database restore, it is rarely an issue.
    Best regards,
    Victor

  • Differences between Hyperion Workspace, Web Analysis and Financial Reportin

    Hello,
    Can anybody explain me the differences between Hyperion Workspace, Web Analysis and Financial Reporting?
    Thank you

    In real simple terms....
    Financial reporting - Perfect for producing standardised monthly reporting such as P&L, balance sheets etc. Highly formatted, print well in PDF format.
    Web Analysis - Highly graphical, web based analysis tool more suited to dashboards, pinboards etc with slice and dice capability.
    Workspace - Common environment where reporting content in deployed. Users can access web anlysis, fin reports, Interactive reports plus other content through the workspace. It was the start of the 'log on to one place for all reporting' concept instead og logging on to multiple products.
    Hope that helps
    Regards
    CD

Maybe you are looking for

  • How to optimize the column width in Table Control

    Hi all,       When I am displaying fields in Table Control, the columns are displayed in full length, and I am unable to see all the fields at once. So as in grid , where we optimize the column width using layout, do we had any property for TC to do

  • Site error only on my G5 iMac

    I previously posted this question and am still missing something. I'm reposting in hopes someone can further explain to me what the problem is. This is the original topic: http://discussions.apple.com/thread.jspa?threadID=771703&tstart=150 I created

  • Updating Quicksilver: Need Help Starting Project

    Hello fellows. Awhile ago I was able to purchase a used PowerPC G4 Quicksilver model from my former University for a very wonderful price of $40. I've finally got around to wanting to updating it. I currently have an iMac which is less than a year ol

  • Netflix only plays for a minute or so and then returns to start

    Suddenly my shows won't play for more than a minute or two and then they go back to the play menu.  I can fast forward through shows, but they will NOT play.  Have tried unplugging, rebooting--nothing seems to work.  I'm really irritated....reported

  • Pie-chart drill-down

    Hi, I have created a pie chart on my report. I want it so that the user can double click on a segment of the pie and drill-down to view some detailed logs. The logs just being a list of details from the records like "name" "age" etc. I have read some