Developing and deploying portlet

hello,
I'm trying to develope a portlet for portal4.0.
Do someone know were can i find a tutorial to develope and deploy a portlet using
JSPs, EJBs, Webflow and piplines.

Same question for 7.0 - No one with an answer ?
pierre wrote:
hello,
I'm trying to develope a portlet for portal4.0.
Do someone know were can i find a tutorial to develope and deploy a portlet using
JSPs, EJBs, Webflow and piplines.

Similar Messages

  • Is WAS 6.2 needed to develop and deploy BSP applications

    I'm currently on SAP v4.71. I'm trying to find out if WAS 6.2 is needed to develop and deploy BSP applications or is BSP available straight from the 4.71 box.
    Any input is greatly appreciated.
    Thanks

    Hello sap gurus, I am new to ABAP. I alredy have SAP NetWeaver Enterprise Portal on MaxDB - Developer Edition Sneak Preview installed on my server. However I want to use the ABAP Development Workbench.  I do now want to buy a book with cds or go to the sap shop site to get minisap.
    Is there any way to Use ABAP Development Workbench with Web Application Server 6.4 or 6.1?
    If yes where to get the WAS 6.1?
    Thanks

  • How to develop and deploy multiple worker roles in single azure cloud services?

    I am Manikandan, From Myeasydocs.com.
    We have developed our application as web projects.  Now we are going to move to azure cloud services, i have successfully migrated our application in cloud services and it worked fine. I am having difficulties with back ground task. i have nearly 12
    schedule tasks in our applications. I need assist on creating multiple worker role creation and deployment.
    Is there is any site on explaining the worker role process in details?
    Thanks in advance .. !!

    Hi,
    In Worker role, Applications hosted within worker roles can run asynchronous, long-running or perpetual tasks independent of user interaction or input. It is a service component that is useful for generalized development, and may perform background processing
    for a web role. A worker role is frequently used for long-running tasks that are non-interactive, but you can host any type of workload.
    I suggest you to follow the below article which explains about Creating and Deploying of Web Roles and Worker Roles in Azure Cloud Service using Visual Studio.
    https://msdn.microsoft.com/en-us/magazine/jj618299.aspx
    Hope this helps !
    Regards,
    Sowmya

  • How to develop and deploy Spring framework app in Sun One App Server 8.1

    Hi,
    Can anyone give sample on how to develop and depoly spring framework application in J2EE 1.4 Server or Sun One App Server 8.1 .
    Its very urgently needed for my project to learn and implement spring framework i would very thankful if any one can help.
    Thanking You
    Naveen

    Pretty standard for AS8 to deploy Spring. The only thing to watch for is the security manager, which you'll probably want to turn off.

  • Develop and deploy in 11gR2

    Hello to all
    In 11gR2
    What is the differences installing the 11gR2 of choose : Develop or deploy? and
    Choosing develop, can I test FMB (locally on my develop pc) like I was doing in 10g?
    Thanks

    Just for the sake of clarification:
    There are a variety of difference between the Deployment and Development installation types. Below I will list just a few of the key factors:
    Deployment:
    This installation type offers the option of choosing exactly which components you want to install or not install. This includes an option to install the Builders or not. This is the required installation type for multi-user access from remote clients. In other words this is intended for multi-user "deployment" purposes. This installation type offers the ability to manage your Forms/Reports environment through the EM and/or WLS Console environment. This option also offers the ability to use external authentication like Oracle Access Manager or Oracle Single Signon. In this installation you will find that the WLS domain is configured with an Admin, WLS_FORMS, and WLS_REPORTS managed servers. This allows for independant managent of each area.
    Development
    This installation type is intended mostly for single user, local access as a "design time" environment. It is not intended for multi-user deployment or even access via a remote machine although it is possible. One of the main objectives with offering this installation type was to achieve a smaller footprint for design time user. The memory and disk space requirements for this type are much smaller than the Deployment option. This installation type will not include EM, however the WLS console will be available. Forms/Reports configurations are managed manually in this install type. In this installation type, the Forms and Reports serves are deployed into the Admin server (managed server). You will not find WLS_FORMS or WLS_REPORTS in this installation type. All java processes are installed and managed in "Admin" server. External authentication like OAM or SSO is not supported with this installation type. Also, other obvious feature and functions are not supported with this install type. For example, attempting to load balance this installation type is not supported since it is intended for single user use only. Of course, the Builders and other tools are included with this option.
    Again, the above is not a complete list of differences. It is just a high level view of what to expect with each.

  • Development and Deployment of BPEL processes in ALBPM 6.0

    All,
    I tried to develop a simple BPEL 2.0 process in ALBPM 6.0 and noticed that the tool does not generate an endpoint automatically to expose the BPEL as a web service. I had to create my own bidning and the service interface to get rid of a bunch of compile errors. I typed my address for the BPEL manually as 'http://localhost:9000/bpel'. I reloaded the server, but could not find a service at this address.
    What are the correct steps of creating a BPEL process so that it deploys correctly and can be called externally as a web service?
    Any help is very much appreciated. Thanks in advance!

    Ok. The WSDL actually published, but when I tried to invoke it from ALBPM process on another engine I got this error:
    Caused by: java.lang.AssertionError: Could not retrieve name
    at fuego.soaptype.SoapCall.initCallArguments(SoapCall.java:172)
    at fuego.soaptype.SoapCall.<init>(SoapCall.java:94)
    etc...
    What is the correct process for generating WSDLs for BPEL processes with ALBPM 6.0? Can WSDL location address be generated automatically? What does "Could not retrieve name" error relate to?

  • Develop and Deploying Web Service

    I'am developing a web service whose interface has the following method signature
    public abstract boolean setValueChanged()
              throws RemoteException;
              and the implemnetation class implementing it.
    After building the classes wsdl and the mapping file when i try to deploy in J2EE server i get the following
    error message:
    D:\Sun\AppServer\domains\domain1\applications\j2ee-modules\WorkBook\WEB-INF\classes\com\easi\document\DocObject_SOAPSerializer.java:226:
    cannot resolve symbol
    symbol : method isValuechanged ()location: class com.easi.document.DocObject
    ns3_myns3__boolean__boolean_Boolean_Serializer.serialize(new Boolean(instance.isValuechanged()), ns1_valuechanged_QNAME, null, writer, context);
    can anyone help me. Thanks in advance

    Yes, you should be able to do it. Once you create the web service you can attach ws-policy file to enable ws-security
    Regards,
    Sunil P

  • Develop and deploy services (ApplicationServiceFrame)

    Hello.
    What the way to develop J2EE-services which implement ApplicationServiceFrame interface, using NWDS? Should I create "J2EE > Utility project" or something else? Or J2EE-service is just a library with some dependencies which should be included into EAR?
    My previous attempt was to use Connector project but it does RAR files.
    Future service is close to "XPI Adapter: Mail" by its possibilities.
    Thank you in advance for any points.

    I had seen ancient note 822542 for 6.30/6.40 custom service development, but no any note for current 7.4 Netweaver. Very pity

  • Is there any way to back up a preconfigured iPad and deploy to new iPads using Configurator??

    To clarify,  we have about 100 ipads deployed in our district and lots more on the way.  We had just used iTunes in the past to backup one master device with the apps and restored on the remaining sets of iPads.  Obviously we wanted a simpler way to manage this as we are getting a lot more iPads coming in for use in the different schools.  We got a MDM solution (Casper) and started using Configurator.
    We are running the latest of Configurator (1.4.2) and IOS (7.0.4).
    From what I have read (and a lot at that) I know that there are numerous issues with this setup (hopefully addressed very soon)
    Here is my question:
    Is it possible to take an already deployed device, loaded with apps (paid and free), back it up in Configurator, and deploy it to other iPads and still get all the apps to come down along with the restore?
    Apparently this was possible in the past, I am just wondering if I am missing something.  Any help or suggestions on how you are doing it would be very helpful
    Oh, and to clarify, we are using VPP for the apps, just not managing them any where at this time, haven't decided the best tool for that, maybe casper maybe configurator, but we are compliant, only using the same quantity of apps that we have purchased.
    Thanks
    Edit: spelling error

    I've heard if you contact your apple rep, Apple may restore your vpp codes so you can move to an MDM.
    Read the Google doc below and nsdjoey write up.
    IT Resources -- ios & OS X -- This is a fantastic web page.  I like the education site over the business site.
    View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
        http://www.apple.com/education/ipad/resources/
        scroll down after all the pretty picture.  Click on the words "For It".
    Joe Rowe's Excellent guides
    IT managers who are new to configurator and managing a cart of ios devices:
          https://docs.google.com/document/d/1SMBgyzONxcx6_FswgkW9XYLpA4oCt_2y1uw9ceMZ9F4/ edit?pli=1
             [ original announcement  -- https://discussions.apple.com/thread/4256735?tstart=0 ]
    Quick help presentation for students:
         https://docs.google.com/presentation/d/18937JdleX2gymtSb8zfbDczV-76BdR2DIfCV9eJi yOE/edit#slide=id.g1b776944_0_224
    good tips for initial deployment:
    https://discussions.apple.com/message/18942350#18942350
    https://discussions.apple.com/thread/3804209?tstart=0
    See nsdjoey writeup.  See third post.
    https://discussions.apple.com/message/22286109#22286109
    "Deploying a great quantity of iOS devices means creating a great quantity of Apple IDs. This script allows automated Apple ID creation from a spreadsheet."
    http://www.enterpriseios.com/wiki/Apple_ID_Automation_Builder

  • Article written on EJB 3.0 , web services develop n deploy on JBOSS AS

    Dear Friends
    I would like to announce the article written on EJB 3.0 , web services development and deployment on JBOSS AS at the following location http://jamessmithjava.100webcustomers.com/index.html , I think this would help developers to increase interest on JBoss as well as EJBs
    Regards
    James
    [email protected]
    http://tech.groups.yahoo.com/group/james_smithjava

    Dear Friends
    I would like to announce the article written on EJB 3.0 , web services development and deployment on JBOSS AS at the following location http://jamessmithjava.100webcustomers.com/index.html , I think this would help developers to increase interest on JBoss as well as EJBs
    Regards
    James
    [email protected]
    http://tech.groups.yahoo.com/group/james_smithjava

  • Development N Deployment CoNcEpT?

    i have forms, reports and discoverer developer topology (Single Machine topology)
    if there are multiple developer's who wants to develop and deploy thier applications simultaneously in OAS.
    Then How These developers will use or access the 10gDS and where they have to save their files(OAS host or any other machine) and where they have to save the FMX files for deployments.
    Plese clarify this one
    Thanks
    Regards
    Rana Adnan

    Hi, Adnan
    The first thing is development of application , i dont know your senerio but there should be an database server with with all the computer of developers should be connect , 10G ODS will be install on every machine becoz developers has to work on forms , and 10G ODS will be connected to a Database Server,
    Now if u are using Application Server for deployment then u have to reside your forms on it , otherwise u can share a Drive of a machine and put all .Fmx there , from where user can access them ,
    I hope this will help you understaning the concepts,
    Take Care,

  • Problem when deploy portlet application

    Hi,
    I am trying to deploy my portlet app to the integrated WLS. I installed the Webcentre framework extensions by using the update utility of JDeveloper.
    At first when I deploy my app on the server everything is fine.
    Then, I add a library tag in weblogic-application.xml file of the application then deploy it again. I have this error:
    Caused by: java.lang.ClassNotFoundException: oracle.adf.view.rich.component.rich.RichForm
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 92 more
    Which is exactly the same error when I deployed the portlet into the server without installing the Webcentre framework extension previously.
    Did I miss out anything? Do I need to install the whole Webcentre suite. I am using Jdev 11.
    From the document Testing and Deploying portlet:
    http://download.oracle.com/docs/cd/E15523_01/webcenter.1111/e10148/jpsdg_deploy_portlets.htm
    I understand that I don't need to config or install anything as IWLS is preconfiged and provide testing capability for portlet, am I right?
    Please help me.

    You can download a script from OTN to create a managed server to host your portlets or your custom webcenter apps.
    Please, use this script to create your managed servers.
    Cheers

  • Develop and deplyment of Apps

    hi there....
    i installed weblogic8.1 on my pc.i develop and deploy serval apps(jsp+ejb)in j2eesdk server frm sun's websites.Since the weblogic IDE is totally new to me,so i unable to develop even if the small JSP page.
    So can u guide me how to develop and deploy an small app though weblogic 8.1.
    waiting for your positive Reply ....
    Plz do the need full ASAP...thnx

    1. You can publish as many applications as you want on all our supported platforms with a single Professional Edition license.
    2. Any application that downloads published content (which is content you went into Folio Producer and clicked "publish" on) will count against the download bundle. It doesn't matter how you've decided to distribute that application or whether you chose to charge your readers for it.
    Neil

  • Switch Executive 2.0 and Deployment 3.0

    I have Switch Executive 2.0 on my development computer producing the exported [switch].XML file.
    Are there any problems or issues with importing this switch configuration file into
    NI-Switch deployment version 3.0?
    Background:A previous project using 2.0 into a 2.0 deployment worked fine.
    Now my attempt to deploy into a deployment computer with a recently purchased NI-Switch deployment 3.0
    does not configure the same switches properly.
    The switch configuration Validation process does not work. It gives a cannot find IVI switches errors.
    Scott Youngren

    Hi Scott,
    This error is common when the IVI configuration does not match on the development and deployment machine.  
    1. On the deployment machine, verify the IviConfigurationStore.xml file has been copied to the correct location.
    The IVI Configuration Store XML file includes the IVI Logical Names and Driver Sessions information that can be seen in MAX.  With IVI Compliance Package 2.1.2 (which is installed with NI Switch Executive 2.0):  
    C:\Program Files\IVI\Data\IviConfigurationStore.xml
    With IVI Compliance Package 3.2 (which is installed with NI Switch Executive 3.0): 
    C:\Documents and Settings\All Users\Application Data\IVI Foundation\IVI\IviConfigurationStore.xml
    2. If you are using NI switches, then additionally verify the DAQmx device names in MAX (under Devices and Interfaces) match on the development and deployment machine.  
    Each IVI Driver Session configures a hardware asset, and the hardware asset is basically a pointer to the DAQmx Resource Descriptor (also known as a DAQmx device name).  If the listed Resource Descriptors shown on the hardware tab of the IVI Driver Sessions do not match the DAQmx device names under Devices and Interfaces, you will get an error.
    Let me know if this does not resolve your issue!
    Chad Erickson
    Switch Product Support Engineer
    NI - USA

  • Developed in Jdev 11.1.1.2 and deployed into stand alone WLS 10.3.1

    Hi Gurus,
    Currently we are using JDeveloper 11.1.1.2 and deployed a sample web application into integrated WLS and its working fine with skins and page-templates.
    We are using stand alone Weblogic 10.3.1 version.
    When i deployed the same application(developed in jdev 11.1.1.2.0) into stand alone WLS 10.3.1, the skins and page-templates are not working.
    Am i missing any thing at the time of deployment?
    Please share your valuable suggestions and ideas on this.
    Thanks
    Mahi.

    We don't certify this combination - you should be using the same subversion of WLS and JDeveloper.
    You need to make sure the JRF/ADF libraries on the server match the version in JDeveloper.

Maybe you are looking for

  • I need help! urgent !!! MAIL CLIENT

    I need "simple" mail client in made Jbuilder for my school. Please help me. I have no idea how to do it. I need source etc. Please help me. It's very urgent. Thanx very much.

  • Document attaching to Customer Object link

    Hi all, I have created a document relevant for Sales. In object links i have attached this document to Customer object. Here in the Customer master data (After double clicking the Customer object link in the DIR), Can i attach any document to the Cus

  • Can't read mpeg2 natively on my mac OSX 10.7.5

    So I'm a Video Editor at a college running OSX 10.7.5 with FCP X (yuk). We use a DTE ProHD DR-HD100 (firestore) to store my footage off my JVC HD Camera. The problem is the unit records MPEG2 format for the QT record setting. I end up with hundreds o

  • Aperture 3.0 Update in "Software Update"

    Just downloaded and installed it. But it doesn't look like a fix for any of the major issues. Haven't tried ti yet but here is a screen grab after the install: [IMG]http://farm3.static.flickr.com/2730/4365011237d5b688b55do.png[/IMG]

  • WebLogic中SQL Server2000的JDBC Pool配置

    一. 采用Microsoft的JDBC Driver 1 到www.microsoft.com上下载“Microsoft SQL Server 2000 Driver for JDBC”并安装 2 安装后,在安装的目录中有三个jar文件包 msbase.jar msutil.jar mssqlserver.jar 建议将其拷贝出来放置到%WL_HOME%\server\lib目录中(其实随意,但附后的 classpath中要指明) 3 将3个jar包加入到classpath中,改startWLS