Information About AJAX Framework Page

Hi,
We recently implemented one portal with EHP1. We find ajax framework page in the pcd.
I already go through some of the documents available in SDN.
[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b99527-da5b-2b10-e4b9-81fb9317f28b]
Even i search help.sap.com release note for EHP1. But didnot found anything regarding this frame work page.
Please tell us, whether we can use this in produciton environment? Can we customize this one? For example i need to use a masthead iview which is on default framework(not ajax) in this new (ajax) framework.
Regards
Baby

Hi,
[Ajax Framework Page (AFB) - Introduction and Architecture|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50047b5f-e52c-2d10-5e83-cb73a108134b]
[Ajax Framework Page Features and Benefits|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/800249ff-e42c-2d10-ecbb-d393415534c5]
[AFP at ASUG|http://www.agendasap.com/agenda/usa2010/sessiondetails.epx?sessionid=17899&agendaitemtype=2&keynotes=false&mode=standalone]
Regards
Baby

Similar Messages

  • Ajax Framework Page

    Is there a  tutorial or article on how to  create  or customize your own Ajax Framework page on the portal for the SAP Netweaver CE 7.2 version?
    Vijay

    Hi,
    i think this is quite helpful tutorial on how to create own custom Ajax-based framework.
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/b0adc900-edb2-2d10-6482-bdf4870eb35c
    Hope this helps.
    Best regards,
    Alex
    Edited by: Alexander Schnaidt on Oct 15, 2010 12:26 AM

  • Ajax Framework Page - Customized and Modified

    Dear All,
    I am trying to Customize and Modify the default ajax framework page. So with the help of the [SDN Document |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f?QuickLink=index&overridelayout=true&50599009721255] I tried to implement the same.
    We have SAP NW Enterprise Portal 7.3 and NWDS 7.3 SP05.
    I created the portal Application Project and portal component and added all the needed css, script, html and images.
    Below is the code of my portal component:
    package com.sap.itelo.framework.page;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    public class ITelOFramework extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
             IResource navigationCSS = request.getResource(IResource.CSS, "css/style.css");
             response.include(request, navigationCSS);
             IResource menuCSS = request.getResource(IResource.CSS, "css/menu.css");
             response.include(request, menuCSS);
             IResource navTreeSource =
             request.getResource(IResource.STATIC_PAGE,"html/framework.html");
             response.include(request,navTreeSource);
             IResource navigationJs =
             request.getResource(IResource.SCRIPT,"scripts/navigation.js");
             response.include(request, navigationJs);
    I deployed the application and created Framework Page Iview based on the deployed application. When I previewed the page, I noticed the navigation Script page is not loaded. That means, I didn't get detailed navigation on the framework page.
    Please tell me where I went wrong and how to resolve this error.
    Regards
    Eben Joyson

    Hi Eben
    I am facing the same problem. Did you find a solution for this?
    Thanks and best regards
    Christophe

  • Modification of Ajax Framework Page Layout.

    Hi,
    I am trying to modify the layout of Ajax Framework Page by importing the war file of com.sap.portal.navigation.afp.layout.
    I have the below errors even though I added all the needed jar files .
    Can not find the tag library descriptor for "prt:taglib:com.sap.portal.reserved.layout.TagLibLayout"
    The method getServletRequest() from the type IPortalComponentRequest refers to the missing type HttpServletRequest
    javax.servlet.jsp.PageContext cannot be resolved to a type
    epPageVariables cannot be resolved
    How to resolve this?
    Regards,
    Eben Joyson.

    Hi,
    I upgraded the support pack of SAP NW EP 7.3  form SP05 tp SP07.
    Then tried to modify the layout of Ajax Framework Page by importing the war file of com.sap.portal.navigation.afp.layout. Now I am not facing that issue.
    Hope it was a bug with NWDS.
    Regards,
    Eben Joyson

  • Capturing Information on OA Framework Page

    Hi All,
    I need to Capture Information on OA Framework Page into Temporay Table whenever a new record is created. We're currently using R12. Under { Purchasing SuperUser -> Suppliers Base -> Suppliers}. On the Supplers OA Framework Page, Navigate to [Company Profile -> Address Book]. I need to capture following fields information on ADDRESS BOOK Page, whenever a new record is created.
    1) Address Name
    2) Site Name
    3) Address Details
    4) Name
    5) Address
    6) Country
    7) communication
    8) purpose
    9) Status
    10) Site Name
    11) Operating Unit
    Can anyone help me out in Capturing this Information on OA Framework Page? Is there is way to do It. I would really appreciate your help.
    Thanks
    Kal

    I am getting following error message while trying to run Tutorial.jpr from Jdeveloper 10.1.3. We're currently using R12. Can you please let me know what could be causing this problem?
    java.lang.ExceptionInInitializerError     at oracle.apps.fnd.common.WebRequestUtil.validateContextPrivate(WebRequestUtil.java:439)     at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:322)     at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:225)     at OAErrorPage.jspService(_OAErrorPage.java:66)     [OAErrorPage.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     at test_fwktutorial._jspService(_test__fwktutorial.java:104)     [test_fwktutorial.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:595)Caused by: java.lang.IllegalArgumentException: WebAppsContext.getJDBCConnection() == null     at oracle.apps.fnd.functionSecurity.FunctionSecurity.init(FunctionSecurity.java:1602)     at oracle.apps.fnd.functionSecurity.FunctionSecurity.<init>(FunctionSecurity.java:188)     at oracle.apps.fnd.sso.SSOUtil.getLocalPwdChangeUrl(SSOUtil.java:709)     at oracle.apps.fnd.sso.SSOUtil.getLocalPwdChangeUrl(SSOUtil.java:765)     at oracle.apps.fnd.sso.SSOManager.<clinit>(SSOManager.java:2209)     ... 37 more

  • Ajax framework : how to remove the Trex search field ?

    Hi community,
    I am trying to remove the TRex search field in an ajax framework. As for the "normal" framework I make not visible the tool page, even in the headerless framework, but it is still displaying...
    Has someone ever face this problem ?
    Thanks a lot.

    Hi Fabien
    I am not sure if i got your question currectly
    In general on the Ajax Framework page there is the masthead iview
    On the masthead iview there is a property "Enable Search" that allows you to enable and disable the search box in the page.
    Please try to use it
    There is now search box of the framewrok in headerless window
    the search box is probably part of the application.
    Regards
    Oz

  • Why we should considering Ajax framework...

    Hi' i'm really confused about this question. Why we shoud consider about ajax framework??
    My question are :
    1. If we are using ajax framework, it will make our ajax code become not standard. does it good or not? what's the solution?
    2. For now, those framework are open source. but until when it still become open source? if we are dependent with those framework, i think that's not a good solution.
    3. Is it good solution for not using framework, of course it will make more difficult to develop. But i think this is good solution. true or not?
    Thanks...

    1. if you always use the same framework it becomes a standard within your own environment and that is what you want to aim for
    2. they are javascript libraries, you cannot close source javascript. None of the framework developers will ever do that anyway because developers will simply migrate to a framework that is not closed source.
    3. it is not like when you plug in an ajax framework that your applications will suddenly be better than all the others out there. they are only a tool, and you can choose to use it or not. If you need a lot of the features in such a framework then use it, otherwise don't.

  • I have installed Elements 13 on my Mac but can't see how to open it. When I click on the disk icon it takes me to an information page that gives no information about opening Elements 13.

    I have installed Elements 13 on my Mac but can't see how to open it. When I click on the disk icon on the desktop it takes me to an information page that gives no information about opening Elements 13. How do I open the software so that it can be used?

    Unfortunately, when I open applications, adobe photoshop elements 13 folder does not appear in the adobe folder. It appears as a disk on the desktop, only.

  • Windows has the following information about this file type. This page will help you find software needed to open your file. Cannot get SEO quale loaded please help

    I cannot download as I keep getting this when I try
    Windows has the following information about this file type. This page will help you find software needed to open your file.
    File Type: Firefox Browser Extension
    File Extension: .xpi
    Description: Compressed archive of primary file installation components – used by the Mozilla installer script to setup and install various applications. You may search the following Web site for related software and information:
    Please advise how I go about downloading

    despite the workaround, it doesn't fix the real problem. It shouldn't be a huge deal for adobe to add support for multiple svn versions. Dreamweaver is the first tool i've used that works with svn that doesn't support several types of svn meta data. If they're going to claim that Dreamweaver supports svn is should actually support svn, the current version, not a version several years old. This should have been among the first patches released, or at least after snow leopard came out (and packaged with it the current version of svn).
    does anyone know if the code that handles meta data formatting is something that is human readable, or where it might be, or is it in compiled code.
    i signed up for the forums, for the sole purpose of being able to vent about this very frustrating and disappointing situation.

  • Development problem  about layout of default framework page

    Hello experts,
    I want to do some development for layout of default framework page.
    The layout of default framework page named "framework page layout".
    But I can't find the JSP file of "framework page layout".
    I download and unzip the "com.sap.portal.layouts.default.par.bak" and "com.sap.portal.layouts.framework.par.bak", but both of them not contain the JSP file of "framework page layout".
    Could you please tell me where to get the par or  JSP file of "framework page layout"?
    Best Rrgards,
    Jianguo Chen

    Hi Johan,
    You are right !
    Do you have modified the framework.jsp ? e.g:  set the width to 800 .
    <lyt:template>
    <%
    pageRunMode = epPageVariables.getRunMode();
    if(pageRunMode == RunMode.RUN_TIME){
    %>
        <script>
            document.body.style.margin=0;
            document.body.scroll = "no";
        </script>
    <%}%>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
            <hbj:gridLayout   id="GridLayout1"  width="800" cellSpacing="0">    
                <lyt:container id="frameworkColumn" />
            </hbj:gridLayout>
            </hbj:page>
        </hbj:content>
    </lyt:template>
    Is this code right to change the with of frameworkpage to 800 pixels ?
    Expect your responding
    Best Regards,
    Jianguo Chen

  • Performance Light Framework page and R/3 transactions

    Hello,
    I have a customer running an enterprise portal 6.0 containing basically R/3 transaction iViews.
    Some of the users of this solution are using fairly low bandwidth and are complaining about performance problems.
    My question is whether there is anything to gain from switching to the light framework page, or is the loading of the R/3 transaction the main bottleneck.
    Has anyone made an estimate of the performance gains obtained by using the light framework page over the standard ones?
    I have just found one such estimate on this forum, indicating a size improvement of almost a magnitude of 8 (100K vs 800K) (thread: portal performance optimization over low speed links)

    Here is the text that explains the disappointing restriction in the release of External Facing Portal with KM in NW04s SP5 and NW04 SP14.
    NOTE 709354 relevant snippet below>>>>>>>>>>>>>>>>>
    Release with restrictions
    Knowledge Management in external facing portals
    Knowledge Management is released in a restricted way for scenarios where the external facing portal capabilities of NW'04 SP 14 are used (i.e. reducing the network load by using the 'light framework page' concept of the portal): - KM iViews will work within the light framework page without erros. However, the network load will not be decreased since the navigation within the KM iViews requires the full range of scripts to be downloaded  from the portal. - Browser Back/Forward navigation within KM will not work in all cases - Indexing of KM content by external search engines (Google, etc.) will not work on all content In addition, the general usage of KM in scenarios where untrusted (e.g. with a self-registered user ID) or anonymous users are accessing an external facing portal is recommended in a restricted way only to avoid upload of malicious files or code (e.g. disable file upload or discussion forum entries). This recommendation is true even if the 'light framework page' concept of NW'04 SP14 is NOT used. For more information on how to enable KM (and Collaboration) for anonymous users, please refer to the following notes. SAP NetWeaver '04 SP11 and below: Note 728106. SAP NetWeaver '04 SP12 and higher: Note 837898.
    ( Changed at 23.12.2005 )

  • Shine J2EE Appplication Framework - A New MVC -JWMS-Ajax Framework

    Hi Dears
    Shine is a Java-J2EE Application Framework/JWMS(Java Web Model Service)Framework/MVC Framework/Service Oriented Framework. Shine Includes Ajax Libs/Server API/J2EE Architecture. Shine Supported JSF/Spring/AspectJ/Struts/Hibernate/...
    You can use Shine Framework for Implement ERP Web Based Application, Web Based Operating System, WFM Web Based Application, CRM Web Based Application, HRM Web Based Application, BPR Web Based Application, Or ... Web Based Application, Shine Registered in Source Forge.
    This Framework is a Java Service Oriented Framework for Web Based Project. This Framework include:
    * MVC (Model View Controller)
    * Ajax
    * Service Oriented Scope
    * JWMS (Java Web Model Service)
    Shine Framework is a Java Web Model Service Framework.
    Shine Framework is very easy, stable. You can use other Framework by Shine Framework:
    *Hibernate
    *Struts
    *Spring
    *And Other Framework
    JWMS And Shine J2EE Framework ?
    JWMS is a J2EE Architecture for implement Service Oriented Web-Based Appliction you can get more information about this and Shine J2EE Application Framework by -> J2EE And Service Oriented Programming :
    http://j2sos.googlegroups.com/web/J2EE_And_Service_Oriented_Programming+(English).doc?gda=VCp-YWkAAABaK1bFJn7XMhSpdkjvrT6Pd5MA3H6uh5taxEUxR6gwSUWwa05VcrqgHRSC0l_xcf_5FoxLEBXNbyq4-bBifvraWOZGQE6LgzeTU5Q6eFny4M-fIZvKNC5H8bRWhAn1psCECKgQbmraGdxlZulaYnsh
    Or
    http://j2sos.googlegroups.com
    Report: http://sourceforge.net/tracker/?group_id=244136
    Forum: http://sourceforge.net/forum/?group_id=244136
    News: http://sourceforge.net/news/?group_id=244136
    Wiki: http://shine-app.wiki.sourceforge.net/space/pagelist
    Rank: http://sourceforge.net/project/stats/rank_history.php?group_id=244136&ugn=shine-app
    Shine J2EE Framework Rank in Sourceforge is 14!
    Shine J2EE Framework: http://sourceforge.net/projects/shine-app/
    Site: www.J2SOS.org
    Special Thanks Oracle! For this Part! Your Site is very Active about J2EE - Java!
    This paper is no image paper !!!!!!!!!!!!!!!!!!!
    J2EE and Service Oriented Programming
    Authored by: AmirSam Bahador
    Level:
    Advanced
    Contents:
    Introduction
    - The purpose of compilation this essay
    Chapter 1: Basic concepts of J2EE
    - Servlet and JSP
    - MVC
    - MVC or JWMS? That is the problem? Perhaps both!
    Chapter 2: Basic concepts of Shine Framework
    - What is "Shine Framework�?
    - The components of Shine Framework
    - Implimentation of an application by Shine Framework
    Chapter 3: The objects of Shine Framework
    - The types of objects in Shine Framework
    Chapter 4: Engineering & Communication items
    - The communication of Shine Framework with the other
    existing Frameworks
    - The major purpose of Shine Framework
    Introduction
    The purpose of compilation of the this paper
    A few years ago, when I was the software architect of a big project with J2EE, I advised some of the modern tools of that time to the project manager. He acknowledged it. Therefore, we began deploying our Enterprise on Java platform. However, we encounterd with many problems, as we got ahead the project. Our tools were included Struts Framework, Spring Framework & Hibernate.
    I convinced that MVC architecture is the best option to develop macro projects! However, I believe it now, as well. Couldn't it be more completed? In developed Enterprise projects, an advanced architecture is required to divide the project, technically. The project was successfully finished after one year, but my mind was busy with it for a long time!
    Then, I began implementing an Application Framework and registered it in Sourceforge.net as an Open Source Framework. I developed some Enterprise projects & some other J2EE frameworks, as well. I achieved a good result! The velocity of implemention & developing projects increased up to 50%. Subsequently, by cooperation of my elected students who had worked with Application Framework, I established an organization, named J2SOS, to protect & develop this Application Framework.
    Fortunately, my students were so skilled that each took a chief task in big J2EE projects.
    Their experiences had a practical affect on development of Application Framework as well as the organization.
    Therefore, it is required to write down my & my yesterday students (my today co-workers) experiences. This was the outset to write the present paper!
    Chapter 1
    The basic concepts of J2EE
    Purposes
    In this chapter, we do our best to introduce J2EE basic concepts.
    Servlet & JSP
    If you ahve ever worked with JSP & Servlet, you know that Servlet is so proper for processing functions but there are particular problems with it in displaying functions.
    JSP is applied reverse to Servlet. Thus, what is the solution? To apply both JSP and Servlet together!
    What is MVC?
    MVC is an easy way to use JSP & Servlet together. In MVC architecture, the request will be processed by a Class (Servlet) and the appropriate response will be showen by JSP.
    n the above Servlet Class, the validation operation, etc will be done.
    Nowadays, there are numerous Frameworks which will assist you to use MVC Framework architecture. Struts Framework is the most well-known one.
    MVC or JWMS ? That is the problem! Perhaps both!
    MVC is a powerful architecture, but it is required an advanced architecture to implement developed projects.
    Today, web applications are well developed which complicatethe work for programmers & developers.
    To clarify it, see Google site! Google Web Application enjoys numerous services, each have a special service for the users.
    For Instance, Gmail service, E-Mail or by SearchEngine, the users can search for websites, pictures, etc.
    These services have certaily close communication with each other.
    If the services do not use a particular architecture, the Google will encounter with various problems.
    In Service Oriented architecture, each part of the program is a service programme. For example, E-Mail service, SearchEngine service, etc.
    for get full this paper plz goto : J2EE And Service Oriented Programming
    in :
    http://groups.google.com/group/j2sos
    Or
    http://j2sos.googlegroups.com/web/J2EE_And_Service_Oriented_Programming+(English).doc?gda=-C13JmkAAABaK1bFJn7XMhSpdkjvrT6PLb1WFhhPKkBftsH3LvtvGEWwa05VcrqgHRSC0l_xcf_5FoxLEBXNbyq4-bBifvraWOZGQE6LgzeTU5Q6eFny4M-fIZvKNC5H8bRWhAn1psCECKgQbmraGdxlZulaYnsh

    iabstudio have been engaged in a persistent Usenet and webboard spamming and astroturfing operation since the beginning of this month. Google has the scoop at http://groups.google.com/groups?q=www.iabstudio.com&hl=en&lr=&c2coff=1&scoring=d&start=0&sa=N&filter=0 note in particular the same IP address is used to post both their spam from iabstudio themselves and from people who claim to be satisfied users. If you do not like spamming and dishonest, don't use the product.

  • General information about JATO.

    OK,
    We are finally ready to get off of ND4.
    I'm doing some research about our next direction.
    The way I understand it is that iMT will transform my ND apps into
    J2EE apps using the JATO architecture. Where can I find more
    information about JATO? I can't seem to find much on the iPlanet
    site, or in general. Is it on a level with Struts? Does it only work
    with iPlanet? I've contacted my iPlanet/Sun/NetDynamics rep about
    starting this process, so maybe I will get more information then. It
    just seems odd not to find it generally discussed. If I go with JATO,
    am I just locking my self into another proprietary api (ala
    NetDynamics)? Any general tips NetDynamics veterans can offer?
    John Hoskins
    john.hoskins@t...
    TDS

    John--
    I'm doing some research about our next direction.
    The way I understand it is that iMT will transform my ND apps into
    J2EE apps using the JATO architecture. Where can I find more
    information about JATO? I can't seem to find much on the iPlanet
    site, or in general.Unfortunately, as much as we've been tirelessly promoting JATO for the last
    year and a half, only now is significant public information finally going
    to be made available. The link at the bottom of each forum email will be
    live in a week or so, and will be the official public site for JATO. If
    there isn't enough information there, we'll do what we can to get additional
    information to you--just let us know your needs, or simply ask your
    questions here. Many of you may not be aware that there is even a 10+
    chapter JATO training class... We're trying very hard to make this sort of
    material available to our external users.
    Is it on a level with Struts?Since we're getting lots of these sorts of JATO questions lately, I've
    posted the JATO overview white paper to the forum files area. I recommend
    everyone read this 17 pager; it discusses what JATO is, what it aims to be,
    and how it differs from other J2EE application frameworks. You can access
    the white paper here:
    http://groups.yahoo.com/group/iPlanet-JATO/files/jato-overview.html
    Does it only work with iPlanet?NO! It is an application framework based on standard J2EE. It's been run
    successfully in just about every container on the planet. Please see the
    JATO presentations in the forum file area for more information:
    http://groups.yahoo.com/group/iPlanet-JATO/files/JATO%20Presentations/
    I've contacted my iPlanet/Sun/NetDynamics rep about
    starting this process, so maybe I will get more information then. ItWe're working hard to get the word out to everyone in iPlanet/Sun.
    Depending on who you talk to, you'll get someone very familiar with JATO, or
    someone who's never heard of it. The reason for this is that JATO is not
    being released as an official product, but is rather as a free developer
    technology. JATO has now been chosen as part of the Sun ONE architecture,
    so everyone both internally and externally will be hearing a lot more about
    it in the near future. If your rep comes back to you and has no info on
    JATO, please ask him or her to contact Charles Beckham or me for info.
    Regardless, we're the architects and engineers hanging out here, so this is
    the horse's mouth. <grin> All the JATO materials have been developed by us
    personally (which is why they're somewhat slow in coming), so just ask us if
    you have questions, here or in off-forum email, and we'll be glad to help.
    just seems odd not to find it generally discussed. If I go with JATO,
    am I just locking my self into another proprietary api (ala
    NetDynamics)? Any general tips NetDynamics veterans can offer?Please read the white paper for information that I think will squarely
    address this question. However, I will make these observations at least:
    We've done everything possible to make JATO complementary to J2EE, and we
    don't hide the underlying J2EE API from you. Instead, JATO applies
    well-known, state-of-the-art, application-level design patterns to baseline
    J2EE to help you build real-world J2EE enterprise apps. My experience is
    that enterprise architects and developers find this far more of a benefit
    than a hinderance. Furthermore, you get the source for JATO. (I've lobbied
    long and hard to make JATO open source, but you can imagine how that fares
    inside a huge company like iPlanet...)
    Anyway, I could go on and on, but please read the white paper and see the
    presentations, then let us know if you have additional questions. We'll be
    glad to answer them.
    Todd
    Todd Fast
    Senior Engineer
    Sun/Netscape Alliance
    todd.fast@s...

  • How do I use my serial number to find information about my MacBook Pro's Processor and RAM?

    So I want to find information about my MacBook Pro's processor and RAM using the serial number because the MacBook no longer works. I remember being able to find this information on the apple website before, maybe by using the coverage checker. Did they take this information out of the coverage checker? Is it no longer possible for a costumer to obtain this information?

    Append the last three characters of it to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    This won't reveal how much RAM it currently has installed.
    (117541)

  • Problem with Absolute Navigation (External Window) and Light Framework Page

    Hi All,
    We are using Light Framework page for the portal devolopment. We have an application including two webdynpro iviews where absolute navigation is used to traverse from first iview to second iview (When user clicks a button on first iview). We are showing the second iview in external window (SHOW_EXTERNAL). When ever i clicks the button to traverse to second iview, i am getting an exception.
    When we are showing it in same window (SHOW_INPLACE), it is working fine. But the iview is appeared in half of the page with scrollbars. It is working fine with default framework page (with both options SHOW_INPLACE and SHOW_EXTERNAL) and dispalyed in original size as mentioned in iview properties.
    Could you please suggest us whether there is any work around for this.
    Thanks,
    Sudheer

    Hi Kathiresan
    I couldn't see the address bar of the window (In which second iview is getting displayed). But i can observe no parameters that i passed from first iview is visible in the view source of the second iview (When SHOW_EXTERNAL is used in absolute navigation). I could see all the parameters in the view source (when SHOW_INPLACE is used for absolute navigation). But i am using the same url for both the options (for SHOW_INPLACE and SHOW_EXTERNAL).
    I doubt about the url being passed when SHOW_EXTERNAL option is used. But when we checked in debug, The correct url is being triggered (Atleast from first iview). Is there any way that could display the second window with address bar. What is making difference  between SHOW_INPLACE and SHOW_EXTERNAL with absolute navigation and light framework page.
    Could someone please suggest.
    Thanks,
    Sudheer.

Maybe you are looking for

  • Issue with 6021 and CATRK-91 and adaptor

    I have used a CARK-91 with a 6210 for a number of years and have recently changed my phone to a 6021. I purchased a CARK-91 adaptor and although it charges the phone OK, the phone reports "enhancement not supported". I have tried powering off the HFU

  • IPod Not Identified Properly

    I've seen other posts in this forum concerning my similar problem. That is, trying to connect and sync up with iTunes. I can charge my new Nano, but it's not recognized. When I first got my Nano a few days ago, it wouldn't connect. Hours after trying

  • How To set cut/copy/paste for JtextArea

    Hai i could not able to set cut copy paste in JTextArea pls help me in this filed.. thanx.

  • Why is my ipod touch 4g volume stay low and the volume pop up wont go away

    Ever since this morning my ipods volume goes to 0 and the pop up wont go away and my sleep button doesnt work because of the poppup any help? and i restored and didnt help

  • N97 mini firmware 2.1 update?

    hello,I want to know if the firmware 2.1 for n97 if also available for n97 mini