Can I create a HTML component?

I haven't actually used/configured the IPlanet portal, but I have used Websphere. A collegue of mine said that we couldn't create any HTML component? and it took him 2 days to put a HelloWorld Servlet into the portal? it sounds really ridiculous if it's true?
Thanks & regards
Thinh

I really dont know what do you mean by HTML component but I dont think its very hard to deploy a servlet and make it work on portal server. Actually, you can deploy a servlet as a channel in portal or just deploy a servlet to web server which is embeded by portal. if you have the experience of writing servlet, I believe it would not take you more than a hour to make the hello world servlet work. good luck.

Similar Messages

  • How can I create an HTML Mail signature?

    I've spent the evening searching for a way to create an HTML Mail signature with no luck.  My problem is that when I create a new signature in Mail and close mail I try the following:
    1.  Create an HTML signature in Dreamweaver CS6
    2.  Open it in Safari & save it as a .webarchive to the desktop & close Safari & Dreamweaver
    3.  Open the signature folder (through Finder) and copy the Mail generated name (.mailsignature or it could be .signaturemail - can't remember) & delete the file
    4.  Click on the .webarchive and replace the name with the .mailsignature
    5.  Copy the new .mailsignature file & paste it to the signature file
    6.  Open mail and try to use the signature
    7.  NOT WORKING
    THANK YOU IN ADVANCE FOR ANY SUGGESTIONS!
    PS  I use iCloud if that makes any difference.

    This tutorial is great!
    http://mydesignpad.com/create-a-complex-html-email-signature-for-mail-on-mac-os- x-10-9-mavericks

  • Can not create an Application Component on SAP R/3 system

    I have a source as SAP R/3 ( ECC 6.0 ) and Target as SAP BW 7.0
    a)Log on to SAP BW 7.0 and used  the “ID3CLNT400”  source system ,  by using  Modeling --
    > Source System  --  choose “Customizing Extractors”  from the context menu of the source system “ID3CLNT400”
    In the transaction  SBIW  on the SAP Source system , choose  the Business Information Warehouse -- > Post Processing of DataSources
         > Edit DataSources and Application Component Hierarchies.
    Choose the “IMG Activity “ Here , I am getting one warning.
    "NO Valid Application Component Exists"
    When I hit the continue button .
    Here when I create an Application Component and “SAVE”  the changes, I am getting the following error.
    Package "Z_Train" doesnt exists. Chose "Display Object " or "Cancel"
    Because of this , I couldn’t creat an Application component and also couldnot load any thing on the SAP BW side. Also , I am no way connected to the "Z_TRAIN" Package

    can u pls tell me how u solved it
    I am working on  Production system  when I go to rsa5 it displaying the msg
    No valid application component hierarchy exists
    Message no. R8053
    Diagnosis
    Currently no application component hierarchy ("APCO_MERGED", database table RODSAPPL and RODSAPPLT) exists in the system. This is required in BW so that the DataSources can be displayed correctly in the source system tree.
    Procedure
    Copy the application component hierarchy from the Content using transaction RSA9.
    In development system I went to RSA9 & transferred the application componet then its asks or pkg name I have given the pkg  name also before use the datasrcs , I have transported the same thing to production before transporting the datasrcs but in production the application component herarachy did not get transported I think that why its giving the msg No valid application component hierarchy exists but my datasrcs got transported ,pls suggest me what has to be done
    Should I import the same request in to production again
    Or shall I run rsa9 again & transfer the application component hierarchy again & transport it to production id I do this will already transported datarscs have any effect in production

  • Can we create a custompage component using trinidad

    Hi all,
    We are developing a application where we need to support IE6 so we are using trinidad components for JSF. In our application all the pages have tha same look n feel. Only the central part of the page changes. I wanted to create a template and use it for all the pages but that's not allowed with IE6. So I wanted to customize the panelpage component and create a myownpage component and use it across my application.Is this possible if possible can some one give some info...Plz correct me if this will be a wrong approach
    Edited by: RKadiyala on May 5, 2009 2:42 AM

    Hi,
    Trinidad supports Facelets for templating. Have a look at the Apache MyFaces website for Trinidad
    Frank

  • Can we Create new Web Component in OAF LIb?

    Dear all,
    1) Can we create a new WEB Component in OAF?
    2)Can we call any Flash Based Application in OAF?
    3)Can we create any Pie Chart where each Part should be have has a link(Ex:In Pie chart If we have 5 Parts when I click on any part of Pie chart It chould navigate to Other Page)?

    Hi,
    This is what i have found. This might really help you.
    Adding Components to the OA Extension
    The OA Extension provides design time support for any additional components included as extensions to the OA Framework (Fwk) by product groups in Apps, as well as Fwk plug-in support at runtime.
    The Preferences | Oracle Applications | OA Component Manager page provides a generic mechanism for any product group to enable and disable additional components.
    To enable or disable the loading of a specific component extension: From the main menu, choose Tools | Preferences. Expand the Oracle Applications node and select OA Component Manager. The OA Component Manager page displays an entry for each component extension installed in the jdev/lib/ext/jrad/ext folder.
    By default, any new extension jar file installed by the OA Extension is initially disabled. Select or deselect components in the list. For more information on these options, press F1 or click Help from within the page. When finished, click OK. You must restart JDeveloper to enable a new extension. The enable/disable state of an extension will be saved in the settings.xml file in your system directory.
    Regards,
    Gyan

  • Can't create dynamic html elements with jsp????? important

    Hi All,
    I am having problem creating dynamic html elements with jsp tags, i have tried to use EL and java scriplet, both of them don't work.
    i am trying to create dynamic menu in my "rightMenu.jspf", based on, if user has logged in or not.
    some like this!
    <jsp:if test ="${validUser == null}">
    some simple text menu here
    </jsp:if>
    but it is not working. it simply loading all and images with in statement, regardless of whether user has logged in or not. i think some how if statement is not working properly.
    "validUser" is a session bean, which is not creating at this point, it will created when user will log in successfully. and also this session bean does not exist at the page, where i am trying to check that .
    Is there any way to create dynamic values in jsp. It is really important, is there any body who help me in this matter. i would be really grateful.
    zaman

    hi jaspre,
    thanks for replying me. you know what, is it not something wrong with web.xml file. i remember once, i deleted some from there, a property with "*.jsp". i can't remember what exactly was it though.
    all if statements works on files ending with extension ".jsp" but don't work only on with extension ".jspf". there must be to do with this.
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <servlet>
    <servlet-name>ValidateServlet</servlet-name>
    <servlet-class>ValidateServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ValidateServlet</servlet-name>
    <url-pattern>/ValidateServlet</url-pattern>
    </servlet-mapping>
    <servlet>
    <servlet-name>dwr-invoker</servlet-name>
    <servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>pollAndCometEnabled</param-name>
    <param-value>true</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>dwr-invoker</servlet-name>
    <url-pattern>/dwr/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>
    30
    </session-timeout>
    </session-config>
    <welcome-file-list>
         <welcome-file>
    main.jsp
    </welcome-file>
    </welcome-file-list>
    </web-app>
    if any one can figure it out. i would be grateful.
    zaman

  • How can I create new 3D component in Multisim

    请问一下可以在Multisim中创建完全三维的虚拟元件吗
    那个元件要任意方向都可以旋转
    如果可以    要采用什么方法
    要采用什么编程语言
    谢谢高手指点
     could I create new 3D component in Multisim?
    the new 3D component could rotate in any direction
    if it could be realized
    which program language should I choose
    how should I create 3D component
    thanks

    There is a tutorial here: http://zone.ni.com/devzone/cda/tut/p/id/5631 for creating a new component. There is a section for creating a 3D model that may be helpful. http://zone.ni.com/devzone/cda/tut/p/id/5631#toc8

  • How can i create my own component

    hello all,
    how can i create my own componet,
    say for example i want to create my own JTextField.
    give me links, or give me a examples
    thanks
    daya

    http://www.onjava.com/pub/a/onjava/2004/08/11/desktop.html

  • How can I create an HTML gallery for video? (in Lightroom..?)

    Hi,
    I use Lightroom for photography and am able to create HTML and Flash web galleries using the Web module.  I find this very useful. However, my day job requires I shoot video and needs a way to create HTML galleries that will play video (.mov) files when the thumbnail image is clicked.  I can import the videos to LR and it creates the gallery happily but only goes as far as showing the thumbnail image. It doesn't handle the video at all it seems.
    Is there a way to do this? If not in LR, in Bridge or something else?
    Many thanks

    You may need JavaScript/HTML5.
    The landscape is changing for video including 14k as an advance on 1080p.
    LR6 may have some advances, when launched although unlikely to usurp Premiere Pro/After Effects/Speed Grade.

  • Can I create a JSP component library

    I hope I make some sense here:
    Instead of creating a tag library which contains compiled code (and in my case HTML, which I am trying to avoid), I would like to create a library of JSP files that contain small snippets of HTML/JSP to be included in JSP files across a number of contexts.
    So the end result would be something like a jar file sitting in the <root>/lib directory for the server (i.e. Tomcat) where JSP files can be found to be included in other JSP files using the include directive. This will allow for a library of JSP chuncks that I can (re)use in various contexts/applications.
    Why must they be JSPs? Well I would like to avoid compiling HTML and making it difficult for my designer to alter the UI (my designer doesn't know Java, so a tag lib is not really an option).
    Any suggestions would be much appreciated.
    Thanks,
    Rob

    Thanks for the reply...
    But my problem is not the actually ability to do the include, my problem is where the files to be included are sitting in the filesystem releative to the mother page.
    I am trying to build this such that it is convienent to use for possible third party developers.
    Thanks,
    Rob

  • Can I create a HTML email signature in muse?

    As above really, anyone had any success with this? I can make the signature look great but when I try to import it into mail its just messes up.
    Cheers.
    Jon

    Annoying, ill just have to create a flat image then hotspot the areas I want to be clickable.

  • How can I create thus a component ...

    I want create a menu bar like the menu bar at the left of WinXP Folder Windows.
    There is a image, I hope you can view it.
    http://www.chinajavaworld.net/non-cgi/usr/6/6_3721.gif
    When I click the main menu item, the sub menu items will be rolled up. At the same time the menus below the rolled menu will change them location (top).
    Thanks.

    http://www.onjava.com/pub/a/onjava/2004/08/11/desktop.html

  • How to create custom MXML component accepting other MXML componenents as children

    How can I create an MXML component that when I use it in the "main" MXML, accepts other MXML components...
    For example:
    <s:WindowedApplication>
         <myComponent>
              <otherMXMLcomponent></otherMXMLcomponent>
              <otherMXMLcomponent></otherMXMLcomponent>
              <otherMXMLcomponent></otherMXMLcomponent>
              <otherMXMLcomponent></otherMXMLcomponent>
         </myComponent>
    <s:WindowedApplication>
    How do you declare such a component?
    Thanks in advance

    Bhè non so se ho capito .. ti spiego la prova che ho fatto io.. Dunque, io ho provato a creare un mio componente Custom e a metterci dentro degli oggetti miei di esempio.. Il componente di esempio si chiama mioComponenteCustom e all'interno è strutturato in questo modo:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx">
    </s:Group>
    Al posto dei puntini ci metto quello che voglio.. nel tuo caso i tuoi 2 famosi pulsanti..
    All'esterno chiamerò :
    <mioComponenteCustom>
         <s:DataGrid>
         </s:DataGrid
    </mioComponenteCustom>
    Dove DataGrid è un componente a caso qualsiasi.. Ora, con questa struttura non ricevo errori e sembra andare bene..
    Dimmi se ho capito bene o volevi fare altro..
    Max

  • Creating a HTML document for email campaign

    I need to send an email campaign and it has to be in HTML. I tried to export it from keynote, open the file in Safari and paste the way to the email message. Obviously it didn't work out well. Any help?? How can I create a HTML document ready to email and be seen as I see it, by the recipient?

    Hi Ariel,
    try a xstring to string conversion:
    DATA: conv TYPE REF TO CL_ABAP_CONV_IN_CE.
      conv = CL_ABAP_CONV_IN_CE=>CREATE( input = Xcontent ).
      conv->READ( importing data = content len = len ).
    regards,
    Ulli

  • Create complex custom component

    Hi everyone!
    I'm trying to create my own custom component in JSF. However I have several questions :
    - It is not mandatory to create a renderer class, right ? the component can draw itself ?
    - How can I create a custom component which would have several "values" inside ? for example let us supppose I want to create a custom JSF component to enter a IBAN. The IBAN is divided into several parts : BBAN, country code, key, Bank adresse,... but any tutorial I've found explain how to create a input component with only one simple value (for example the classical "CreditCardInputComponent").
    Josselin

    Hi,
    did you find a solution for your "composite" component problem?
    I am also trying to create a custom component that contains several standard jsf components such as HtmlCommandLink and HtmlInputText.
    I build all the standard components within my component programmatically using things like:
    HtmlCommandLink link = (HtmlCommandLink) application.createComponent(HtmlCommandLink.COMPONENT_TYPE);
    Also at the beginning of the encodeBegin I clear all children from my custom component using getChildren().clear()
    and rerender the component based on my new internal model which I updated during the previous decoding of my component.
    As a simple jsf custom tag it works ok, however, I am facing deep problems with action events as soon as I use the component within a jsf HtmlDataTable tag.
    Am I missing something here?
    Any ideas? Help is really really appreciated. This different behavior in different contexts is slowly but constantly driving me nuts.
    cheers
    hans

Maybe you are looking for

  • Kyocera Copystar 3551ci no longer working with Yosemite 10.1.1

    First time questioner, so please bear with me.  My office uses a networked Kyocera Copystar 3551ci multi-function copier/printer.  I upgraded my mid-2011 MacBook Pro to Yosemite when it was first released and have done all updates -- currently at 10.

  • Cant find transfereed video and music files

    i transferred some video and audeo files from my computer by blue tooth to my nokia lumia 630, but cant findwhere to find them to play

  • FCP X Not Recognizing HDD, Using SSD.

    I have been using FCP X for a while now, but I have had some serious issues. I have an SSD and an HDD in my computer, but FCP X only recognizes my SSD to load projects and events. It is Mac OS Journaled (Extended) and all of that stuff. I have been r

  • De-activate appleID in sold iPod Touch 5

    I recently sold my daughter's iPod Touch 5th generation.  I reset it to factory settings from within the iPod settings.  The new owner is not able to complete the setup as the iPod says that it is linked to an AppleID, which is mine.  I removed the d

  • Rename files with random names

    Hi all - I have a folder of 600 images to go on a digital photo frame. The digital photo frame always plays in the same order, so I want to randomize the files before I put them on the frame. I tried using automator's batch rename, but that won't ran