Give me differences between jsp1.1 to jsp 2.0

please give me 5 differences between them

> please give me 5 differences between them
1) I had 2 cups of coffe this morning;
2) it's sunday;
3) 0.9
4) 3.14159265
5) 1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147, 115975, 678570, 4213597, ...

Similar Messages

  • Difference Between Jsp1.2 and Jsp 2

    Hello All
    Can anyone tell me the difference between Jsp 1.2 and Jsp 2.
    What are disadvantages of earlier version and how they are rectified in this latest version.
    Thank U

    The site below describes the differences and dis/advantages:
    http://developer.java.sun.com/developer/technicalArticles/javaserverpages/JSP20/

  • Difference between JSP1.1 and 1.2???

    i planed to use JSP and Servlet to do my degree final year project. i found out that my u library only has JSP1.1 and Servlet2.2 books but when i checked out with java.sun.com the current version for JSP is 1.2 and Servlet is 2.3. can anyone give me some guide about the differences between JSP1.1 and JSP1.2 and also Servlet2.2 and Servlet2.3 because i don't want to learn it 2 times. thanks.

    Noramlly they will mention in the specs itself. Look for an extra straight line in the .pdf file for the corresponding specifications.
    /Sreenivasa Kumar Majji.
    i planed to use JSP and Servlet to do my degree final
    year project. i found out that my u library only has
    JSP1.1 and Servlet2.2 books but when i checked out
    with java.sun.com the current version for JSP is 1.2
    and Servlet is 2.3. can anyone give me some guide
    about the differences between JSP1.1 and JSP1.2 and
    also Servlet2.2 and Servlet2.3 because i don't want to
    learn it 2 times. thanks.

  • Plz give the difference between procedure and function atleast 10 differenc

    plz give the difference between procedure and function atleast 10 differenc

    From http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_packages.htm#i1006378
    >
    The only difference between procedures and functions is that functions always return a single value to the caller, while procedures do not return a value to the caller.
    >
    Edited by: P. Forstmann on 28 oct. 2010 15:30

  • Difference between EJB's and JSP Sessions

    Could someone give me a general overview of how sessions in EJB's differ from sessions in servlets? I am developing a web app that will never need more than one server - not a high traffic app. So I have no need for EJB's ability to communicate between different servers. But I plan to keep track of the user's state with sessions, and will try to avoid using cookies. I am currently learning sessions, context, etc that are available in servlets and JSP's, so I don't have a thorough understanding of everything they can do. My main question is whether sessions in EJB's offer any advantages in power, speed, or ease of use.
    Thanks.
    -Gary Lundquest

    First of all, the notion of a session is not the only thing you get out of an EJB oriented implementation.
    However, EJBs may not be suitable for all kinds of requirements. In fact, depending on the exact nature of the business being implemented, EJBs may be an overkill.
    Specifically about sessions, Session beans provide you with a facility to extend the notion of a client session to the business tier of your application. You should envisage an idea in light of the EJB tier being specifically for the business tier as opposed to the web tier.
    The web tier(servlets, JavaServer Pages) will generally be used to implement non business code. However, not all applications warrant the use of EJBs as touched upon above. So if there is a need to have something like a user's representation in session, you may want to have that store in the HTTP session in the web tier.
    In fact, even if you implement EJBs, you will most likely still have the need to use HTTP session.
    In brief, EJB sessions(in the form of Session Beans i.e.) and web sessions basically facilitate different purposes.
    Is that in line with what you wnated to know ?

  • RE;Difference between webdynpro java and Jsp Dynpage and Dynpages

    hi all,
    What are the befinits of webdynpro when compared with other
    Jsp Dynpage and Dynpage.

    Hi Mahesh,
    Refer to the following links which gives you the good idea.
    Choosing between Webdynpro and JspDynpage/Dynpage
    JSPDynpage  Vs Web Dynpro Java
    /thread/65254 [original link is broken]
    JSPDynpage  Vs Web Dynpro Java
    Thanks n Regards,
    Jhansi Miryala

  • Difference between the implementaion of JSP in JBoss and JSP in weblogic

    The JSP file that deploys in JBoss, does not deploy in weblogic 6.1. I do not know
    the reason. Please do let me know.
    1) I am using JBoss 3.0 and tomcat 4.0.3. Also, I am using weblogic 6.1.
    2) A description of the JSP and its dependencies
    This part of the java code in JSP is used for right-click:
    function clickMenu()
         contextMenu.releaseCapture();
         contextMenu.style.display="none";
         el=event.srcElement;
         if (el.id=="AddMenuItem")
              if (referencing)
                   createAndAddNewRow();
              else
                   createNewRow();
         else if (el.id=="DeleteMenuItem")
              if (referencing)
                   dropRow();
              else
                   deleteRow();
         return;
    This part of the code enables right-clicking in the body of the JSP.
    <body leftmargin="3" topmargin="3" link="#000000" vlink="#000000" alink="#000000"
    background="images/frame_bg.jpg" </jsp:text><jsp:expression>toggle?"oncontextmenu=\"displayMenu();
    return false\" class=\"clickableSpan\"":""</jsp:expression><jsp:text>></jsp:text>
    3) With the same code above, there is no right-clicking enabled in case of weblogic
    6.1.
    4) There are no error or log messages in weblogic.
    5) The error I get in the jsp file is only specific to netscape. There are no
    errors in case of ie. In netsacpe, I get the error "document.all has no properties"
    The lines below are all the lines which are part of the jsp file containing document.all
    <td background="images/activ_center.jpg" align="left"><input type="image" border="0"
    src="images/left_arrow.gif" name="scrollUpBtn" onMouseOut="document.all.scrollUpBtn.src='images/left_arrow.gif'"
    onMouseOver="document.all.scrollUpBtn.src='images/left_arrow_over.gif'" onClick="scrollUp()"/></td>
    <td background="images/activ_center.jpg" align="left"><input type="image" border="0"
    src="images/right_arrow.gif" name="scrollDownBtn" onMouseOut="document.all.scrollDownBtn.src='images/right_arrow.gif'"
    onMouseOver="document.all.scrollDownBtn.src='images/right_arrow_over.gif'" onClick="scrollDown()"/></td>
    <jsp:text><td background="images/activ_center.jpg" align="left"><input type="image"
    border="0" src="images/toggle.gif" name="toggleBtn" onMouseOut="document.all.toggleBtn.src='images/toggle.gif'"
    onMouseOver="document.all.toggleBtn.src='images/toggle_over.gif'" onClick="toggle()"/></td><td
    background="images/activ_center.jpg" align="left">      </td></jsp:text>
    <jsp:text><td background="images/activ_center.jpg" align="left"><input type="image"
    border="0" src="images/report.gif" name="reportBtn" onMouseOut="document.all.reportBtn.src='images/report.gif'"
    onMouseOver="document.all.reportBtn.src='images/report_over.gif'" onClick="report()"/></td><td
    background="images/activ_center.jpg" align="left">      </td></jsp:text>
    Please do let me know if you think of the error now.
    Thank you
    Ronak Parekh

              Are you using one of the extensions that are available on the Web? If so is the
              software installed correctly?
              

  • Difference between VAT AND EXCISE DUTIES

    HI ginius
    can any body give the difference between vat and excise duties

    VAT  is value added tax.  a tax levied by the government at the time of sales earlier it was LST ( local sales tax ) this is livied by the state goverments.
    ok...example  .like if colgae is manufacturing toothpaste and yu are buying it ... so at the time of buying ap[art from the price of material you are payin the vat also.
    but wher as excise duty is concerend it is levied by the central excise departments
    it is lived on colgate company after it manufactured the product even before selling the toothpaste colgate should pay excise to central excise dept on toothpaste becasue it manufactured it in india ( ofcourse it again collects frm the customer by hiking price )
    and excise is calulate don advolrem basis whcih is approx 16% on base price.

  • What are the differences between application server and webserver

    pls give the differences between application server and web server with examples

    Google.
    Example
    http://www.google.ca/search?hl=en&q=Do+your+own+damn+searching&meta=

  • Difference between the PI 7.1 and PI 7.0

    Hello all,
    Please kindly give the differences between the PI7.1 and PI7.0.
    Please don't mention the features of new PI 7.1as I already know the features and enhancements.
    I need the differences between the version with comparing the their features.

    Hello Babu,
    a)The message server and the enqueue server can be separated from the central instance (CI) to the ABAP SAP Central Services Instance (ASCS) in the ABAP stack
    also (recommended)
    In SAP NetWeaver 7.1 ,Only ASCS is supported
    b)SAP has changed the signatures of the relevant Java classes,So in these cases the Java coding effort should only be "mere syntax check".
    And...
    1. PI 7.0 is the part of Netweaver 2004s and PI 7.1 is key entity in eSOA.
    2. PI 7.1 have various mapping Enhancements as well as reusability of UDFs across the mappings etc. which is not available in PI 7.0
    3. PI 7.1 comes with the concept of folders for more flexibale and Organized way of developements.
    4.Advanced adapter engine is used in PI 7.1, which have overcome the various communication related limitations of previous versions
    5.High Volume support in PI 7.1
    *********Reward points ,if found useful

  • Difference between and lock and eneque in oracle

    Please give the difference between a lock and eneque in oracle
    Naveen

    Here is what Oracle defines an Enqueue to be in the 9.2 Glossary >>
    enqueue
    Shared memory structures that serialize access to database resources. Enqueues are local to one instance if Real Application Clusters is not enabled. When you enable Real Application Clusters, enqueues can be local or global to a database. (See also: latch, lock, and resource.)
    <<
    There is also a type of enqueue associated with Advanced Queueing. Similar concept but different specialized purpose.
    Generally speaking Locks on the other hand serialize access to row data. Oracle actually records row locks in the data blocks.
    Enqueues, Locks, and Latches are perform the same basic function: serialize access but the methods are implemented differently and applied to different functional areas of the rdbms.
    HTH -- Mark D Powell --

  • Difference between two date

    Hi All ,
    Please suggest me Function module which will give me difference between two date and time.
    I have tried various FMs they all are giving difference in days and hours but I want to know difference in seconds also.
    Thanks in advance.
    Regards ,
    Jigar Thakkar.
    Moderator message: please look even further or simply program your own little solution.
    Edited by: Thomas Zloch on Mar 11, 2011 10:47 AM

    Michael,
    For VB.net the date difference method is the same as it is for VBA. Depending on whether you want working days or calendar days, the methods are:
    Difference in working days:
    Application.DateDifference(StartDate, FinishDate, Calendar)
    Difference in calendar days:
    DateDiff(interval, date1, date2[, firstdayofweek[, firstweekofyear]])
    You can also use these same formula in a custom field in Project.
    Hope this helps.
    John

  • Difference Between operators.

    What is difference between the following operators
    1. known/unknown
    2. currently known/ currently unknown
    3.it is known whether / it is unknown whether
    4.it is currently known whether /it is currently unknown whether
    5.currently certain/currently uncertain
    Are all of these valid and when to use which ?
    Note: the opm help does not give clear difference between all these operators.

    Proving a goal can be returned as uncertain if the attribute values do not provide enough information to prove a goal.
    Unknown is when an attribute has no value such as when a question from an interview screen has not been asked yet.
    An attribute is uncertain when when a attribute that is populated from a question screen is left blank or unanswered.
    Yet an attribute is known when it has any value even uncertain. Perhaps the state of an attribute is expressed as known or unknown.
    I will let the experts speak more on above.
    A few helpful related sections of the User Guide are below:
    "Certain and known operator rule examples"
    "Decide whether to allow uncertain"
    "Understand partial knowledge of relationships"
    In the Developer's guide
    "Decide whether to allow uncertainty in user answers"
    Edited by: 941611 on Apr 23, 2013 7:30 AM
    Edited by: 941611 on Apr 23, 2013 7:53 AM

  • Difference between the versions

    Hello Everybody,
    Can anyone could give the difference between BW3.1c version and BW3.5 version.
    With Regards
    Raju

    hi
    Check this link also:
    (This asset was deleted 27 Dec 2011)
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b21f98be886a45a4bb7e123e86e4c2/frameset.htm
    3.1 c
    SAP BW Release 3.1 Content - What' s new?
    SAP provides a comprehensive set of business analytics to integrate and analyze process-oriented content from a variety of sources and across various applications and industries. It enables companies to improve business processes and quickly respond to changing market dynamics by providing business information to executives, analysts and information consumers, delivered in real-time via the Web.
    SAP BW's analytical foundation and wide-range of Business Content enables customers to create their own analytical applications that best fit their business requirements.
    Business Content and Business Analytics
    Business Content for Oracle Applications
    Standard Business Content for Oracle Applications 11i was delivered with BW 3.0B covering the Financials and Project Accounting areas. To enhance the value of these existing analytical applications, including Web cockpits for cost center and project monitoring, we provide predefined extractors to load the business data from the Oracle Applications source system into SAP BW.
    The integration of Oracle Applications into SAP BW is based on the new Oracle extract package of Ascential's DataStage product. Business data from Oracle Applications is extracted into the InfoCubes for the Oracle General ledger and for Oracle Project Accounting that were delivered with BW 3.0B. For more information please click here and also here.
    Analytics Supporting The Concept of Business Activity Monitoring (BAM)
    BAM is a Gartner term that defines the concept of providing real-time access to critical business performance indicators in order to improve the speed and effectiveness of business operations. As business transactions are increasingly automated, the speed of these transactions accelerates. SAP BW delivers packaged analytics, for example in the SCM area, that combine application and data integration using SCEM (Supply Chain Event Management).
    SCEM enables companies to monitor processes immediately and in great detail. This means that they are able to recognize and react to critical situations quickly, before they result in delayed deliveries and production standstills. In many cases, event information is essential not only during the processes, but also after completion, because it can be used both for measuring quality aspects and for cost saving. For this reason, it is advisable to integrate the Supply Chain Event Manager with SAP Business Information Warehouse (SAP BW).
    Business Analytics - SAP's Packaged Analytical Applications per Business Area / Industry
    Analytical applications measure and improve business processes across a company's entire value chain. Based on a solid foundation (Data Warehousing, BI Platform and BI Suite of tools), SAP BW provides integrated applications that understand each other's metadata, and offer a closed loop that incorporates all aspects: Operations, analytics, and personalization.
    SAP BW 3.1 Content delivers analytics for all business areas such as CRM, SCM, SRM, HR, etc. as well as for different industries, such as Retail, Banking, and Service Providers to name a few.
    bw 3.5
    What's new?
    SAP BW 3.5 is designed to deliver seamless integration capabilities into all of the SAP NetWeaver components, as well as offering new capabilities in the Business Intelligence platform and suite.
    Information Broadcasting via Business Explorer (BEx) Broadcaster
    Check out the Demo to learn more about the possibilities Information Broadcasting offers:
    Share and disseminate insights to support decision-making processes
    Access the complete BI information portfolio via the SAP Enterprise Portal (SAP EP 6.0)
    Single, web-based wizard to broadcast personalized BI information portfolios to various end-users (pre-calculated for optimized query response time)
    Leverages SAP NetWeaver Knowledge Management features such as subscription, feedback, discussion, collaboration, rating, enterprise search, etc.
    Offers broadcasting services such as different scheduling options (ad-hoc, based on data loads, time scheduling), pre-calculation of queries and workbooks, sending pre-calculated queries and web templates as email attachments
    Based on the Java Repository Manager, all SAP BW metadata, master data, and transactional documents, as well as pre-calculated queries/templates for KM Services are enabled.
    Universal Data Integration
    The new Universal Data Integration significantly extends SAP BW data access capabilities to diverse data sources.
    BI Java Connectors
    Several hundred of connectors provide access to all data sources that support JDBC, XMLA, OLE DB for OLAP and SAP Query
    UDConnect (Universal Data Connect)
    Out-of-the-box connectivity for additional data sources that can be accessed by the BI Java Connectors. UDConnect supports staging and remote scenarios to this data.
    For instance, extraction from /remote access to a relational database via JDBC or extraction from /remote access to an OLAP source using OLE DB for OLAP, and extraction from an OLAP source using XML for Analysis.
    BI Java Software Development Kit (BI Java SDK) for custom-built Java Applications accessing SAP BW or non-SAP BW data via the BI Java Connectors.
    Easy to use and learn
    Based on open and accepted standards for interoperability
    Embedded BI - Integration into SAP NetWeaver
    Web Application Server:
    Integration with new Internet Graphics Server (IGS) and WAS Alert Framework
    Connecting BI alert framework to the SAP NetWeaver alert repository to streamline alert message processing
    Platform independence for graphical rendering (charts, maps), improved usability and new chart designer in BEx Web Application DesignerInbound Message Processing
    Integration with SAP Exchange Infrastructure (SAP XI) to support real-time data acquisition
    The data warehouse and/or operational data store is simply another subscriber to the real-time data being distributed by the Integration Broker
    Data is active, event-driven that's available to the Business Intelligence system in "real time"
    Reporting on harmonized master data:
    Integration with SAP Master Data Management (MDM) helps to improve the quality of decisions made
    Create consolidated views on customers, vendors and products
    Enhance master data with global attributes for company-wide analysis (i.e. spend analysis)
    BI Web Services:
    > The following BI web services can be accessed via open standards
    XML Data Load, XML for Analysis, XML Query Result Set
    Leveraging the Web Application Server 6.40 technology infrastructure
    Seamless deployment of BI web applications:
    into SAP Enterprise Portal roles for instant information delivery
    into SAP Enterprise Portal collaboration rooms
    into SAP Enterprise Portal KM folders
    Allows to search through BI applications in the context of unstructured information
    Gains improved query response times through cached application retrieval
    BI Platform Enhancements
    BI Web Services for data acquisition, reporting, and analyisis (XMLA) and BW Query XML Result Sets as Web Services (enable output of BW Query into XML for further processing)
    The Analysis Process Designer is a graphical tool for modelling multilevel analyses processes. This includes dataselection, preparation (e.g. filtering, sorting...) and transformation (e.g. data mining, regression, ...)of selected data with storage capabilities.
    Planning and Simulation (BW-BPS)
    With release SAP BW 3.5, SAP will deliver planning through the integrated capabilities of BW-BPS (formerly known as SEM-BPS). This brings together planning, budgeting, and forecasting with monitoring, reporting, and analysis, bundled into one software installation and one support package cycle.
    BW-BPS helps you to plan, budget, and forecast by providing functions such as:
    Top-down planning and bottom-up contribution with a rich set of planning functions
    A planning framework that lets you create and maintain planning models
    An user interface for manual planning and analysis
    Tools for process control (i.e. status tracking and monitoring)

  • Can any one give the difference

    can any one give the difference
    between normal java class and java bean
    Is every java bean is a java class

    A java bean is a class (always)
    A class does not have to be a java bean:
    For a bean you need to have a no argument constructor
    follow any of the other java bean guidelines/requirements...
    http://java.sun.com/developer/onlineTraining/Beans/index.html

Maybe you are looking for

  • Itunes crashes when iPod is plugged in.

    So I just got a new iPod, 160GB classic. It worked fine for a few days (although it prompted me to download itunes 9 which now makes cd ripping take upto 3 hours, but that's another story), I put some of the stuff I already had on my comp onto my iPo

  • IOS 5.1.1 - I have can no longer get my Exchange EMail

    Not sure what is going on, but I can no longer get my Exchange email. I can send to my self, but the email only shows on my laptop and not on my iPhone. Any help would be appreciated.

  • Compilation problem with GCC 3.3.2 in solaris 10

    Hi, Iam using solaris 10 SUNW,UltraAX-i2. Iam trying to compile tripwire binaries tw_ASR_1.3.1_SRC. Iam using gcc 3.3.2, later I installed the libiconv package. on reading the documentation from sunfreeware i modified the file mkheaders.conf putting

  • What is the order to start serveces in HFM report server (Urgent)

    Hi All, Please suggest me that, what is the correct order to start and stop Services in HFM Report Server. amont this: 1.Hyperion Report Communication Server. 2.Hyperion Report Print Server. 3.Hyperion Reports Report Server. 4.Hyperion Reports Schedu

  • Role and groups ?

    What is the difference between roles and groups in Identity Server