How to build portlets using struts

Hi,
Iam new to BEA weblogic.can any one help/guide developing portlets using struts on BEA weblogic 8.1 .
I have a problem while configuring struts module URI.how to work exactly using struts on Weblogic for a portlets.
Can any provide me the support for developing the sample portlet using sturts.
thankx,
RAGHU

No i didnt tried on Page flows.First i am working on struts portlets.I will find out on page flows and reply u .If u had worked on struts page flows plz help me how i build portlets on struts .
Thankx,
Raghu.

Similar Messages

  • Building Portlets on Struts/Spring

    Hi,
    My existing web app is struts based. Its a huge application.
    I want to migrate current web app to Portal web app and develop/deploy portlets.
    What factors need to be considered for this?
    Also if in future if the web application need to be migrated to Spring f/w, then how it will affect the portal development of existing portlets ( on struts ) and new portlets ( spring )?
    Need your expert comments !
    Waiting for reply !
    Thanks very much in advance.
    Regards

    Thanks for your suggestions...
    Regarding your first answer..
    I never imagined to be so simple .. Have you ever
    tried it? Do you have any link for referencing the
    same ? Yes, I've done it. No links. What portal server are you using?
    My best suggestion? Try it. Deploy as JSR 168 and see what happens.
    As my project is about to start migrating to Portal
    Env ...... we are finding the best possible way to do
    it ...
    Regarding your second answer..
    could you pleae elaborate it more n explain it in
    simple manner... as i m new to this portlet world...No, I can't elaborate. It would require that you know a good deal about Spring and web apps. If you don't, I'm wasting my time.
    If you've never done Spring, download it now and go through their step by step MVC example. It's very good.
    %

  • How to build reports using discoverer (oracle 10g on winxp professional)

    hello:
    I have an sql query which queries multiple tables.
    I have to build the report using oracle discoverer plus...can anybody guide me what is the path to accomplish this.
    the sql is following
    SELECT COUNTRY.ID, COUNTRY.NAME, CARRIER.NAME, COUNT(CARRIER.NAME) SUBSCRIBERS FROM COUNTRY, CARRIER, USER_DEVICE, USER_ WHERE
    USER_DEVICE.APPLICATION_ID = 1 AND
    USER_DEVICE.CARRIER_ID = CARRIER.ID AND
    CARRIER.COUNTRY_ID = COUNTRY.ID AND
    USER_DEVICE.USER_ID = USER_.ID
    GROUP BY
    COUNTRY.ID, COUNTRY.NAME, CARRIER.NAME ORDER BY COUNTRY.NAME, CARRIER.NAME
    when i try to validate this query in oracle business intelligence administrator by building a complex folder the validator gives error and cannot validate...
    please tell me how can i accomplish to run the above query using oracel discoverer

    yes it worked like that...thanks...
    now i want to add user defined parameters to it...
    as the folder is a complex folder all the colums i get(in discoverer plus) are those which i am mentioning in my query...but i have to get the parameter based on column from another table User_ and i can't show that column in my query as the query won't work if i include it...
    I hope I was able to make u understand my problem...
    please tell me how can i build paramters from the USER_table
    Waqas

  • How to configure to use Strut 1.2 in weblogic portal 10.3.2

    I am new in weblogic portal, now i need to develop Strut portlet version 1.2. But I don't know how to configure it in weblogic 10.3.2 and i can't find document for how to configure Strut 1.2 to work on weblogic portal 10.3.2. I added relation libraries and configure like in weblogic document of oracle. But it's can not run and throw some exceptions like : can not render jsp file. Someone can tell me how to configure Strut 1.2 to develop Strut portlet ? Thanks in advance!

    This would be a good place to start:
    http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14243/integrate.htm#BABBEHCH
    Brad

  • User exits : How to build and use through our form application ?!

    Hi ,
    Im trying to build a user exit based on a C++ program , to be used within our application.
    I installed from the Oracle 8 Client CD the Oracle Pro*C/C++ ver 8.0.5 , i have Developer 2000 rel 6.0 patch 7 installed also .
    Can anyone please provide me with the steps to build a user exit from A-Z , i read many Documents regarding that but all seems to me complicated , since also im not a C programmer , what i did for the time bieng i searched for file that ends *.pc on my hard disk and i found some of these files , i opend the Pro* C/C++ and it generates for me a *.C file , i reached this stage , then what should i do then to complete the task , for me i went directly to Forms and added a Button that calls the USER_EXIT built-in function , but simply it gave me an error message : User exit doesn't exist .
    So Please if you could list for me the steps one by one i would be so graetful to you .
    Thanx all in advance for all your efforts .
    Islam

    Why not make a stored procedure or PL/SQL-procedure? What you have to do is, to build a new version of runform, where you including your user-exits.
    But if you insist: Use the help system. They have a description of how to do it on windows. It's more or less the same on unix.

  • How to build and use Oracle workflow with Content DB

    Hi All,
    do we have any documentation that assist us in developing and applying the Oracle workflow (Developed using the Oracle Workflow builder) to the contentDB folder.
    Is there an alternative other than using the BPEL or oracle workflow builder for developing the workflows that work with Content DB.
    Thanks
    Krrish

    Hi Krrish
    From a custom workflow perspective, Content DB uses a loose coupling mechanism based on advanced queue messages to integrate workflow engines.
    CDB has no specific BPEL code/support - but rather requires the workflow engine to be able to dequeue a message from the outbound queue (IFS_BPEL_OUT), and return an approve/reject response queue message on the inbound queue (IFS_BPEL_IN). As Oracle BPEL supports advanced queue tables, it can thus be leveraged from Content DB.
    Hence, you can potentially use any workflow mechanism/tool you like, so long as that it is able to obtain a message from the outbound queue, and respond on the inbound queue.
    As far as Oracle Worflow is concerned, we don't ship with any documentation/samples to describe/develop its workflow processes. Nor do we support replacing the out-of-box Oracle Workflows.
    cheers
    Matt.

  • How to build VI using XML commands

    I would like to build vi's using XML commands. Can someone point towards tutorials, other info.
    Thanks,
    Kevin

    You might wish to check out object oriented programming or plugins.
    In your case, OOP should let you design several types of tests and choose between them at run-time. The basic idea in this case is that each class (type) will have some configurable options (which will be coded beforehand) and the users will select the type of the class and then its options. If you want an example, think of the properties page you can get by right clicking a control. Depending on the control type you get different tab pages and options.
    Full native OOP is available in 8.2 or later, but there are some implementation for earlier versions as well (you can try searching for GOOP).
    Plugins allow you to define a basic interface for something and then use different versions which use this interface at run-time. Again, a search should yield some examples.
    Try to take over the world!

  • Creating Membership registration using Struts?

    Any sample code or tutorials on how to do this using struts or just plain JSP? I have basic JSP experience but no real struts.
    Also basic adding, editing and deleting records from mysql using JSP/html forms.
    Just something that I can look, modify and learn from.
    Thanks.

    also ideally with security in mind and an email confirmation system to verify email address.
    Thanks.

  • Retrieve data and display using struts

    hello..
    pls help...
    i know how to insert data into the data base using struts. but i don't know how to retrieve it. i have been trying to retrieve it using resultset .. but not sure how to display it using struts properly..
    pls help...

    hi :-)
    1. put your resultset in a list.
    2. put that list in a request.
    3. show the contents of list using jstl.
    regards,

  • How to Create a XML Publisher Portlet using OmniPortlet

    Hi,
    Please help me. I have a project that needs to create an XML Publisher portlet using omni portlet. Is there any complete documents here or anyone can give more details on this? Appreciate to those will help..
    Thanks,
    Russel

    Hello Srini,
    Thank you very much for the reply but I'm not into OBIEE... I want the required query to be processed and the output to be shown in xml layout to load into RTF document. The rest I can manage.. but please let me know how to get the .xml output with out using the report builder or the apps environment(concurrent prg submission)..
    Please let me know if any... urgent
    Thanks in advance
    Krishna

  • Developing Struts Portlet  using JDeveloper

    Hi...
    Can any one explain how to develop struts portlet using Jdeveloper? What are the steps involved in developing Struts Portlet.
    Thanks,
    Siree.

    Try googling for "struts portlet in JDeveloper" and you'll get this for example:
    http://docs.huihoo.com/oracle/docs/B14099_19/portal.1012/b14134/pdg_java_adv.htm#CHDFAHEC

  • How to build a report in web Intelligence using Store procedure under Microsoft SQL Server 2000

    Post Author: ltkin
    CA Forum: WebIntelligence Reporting
    Hi,
    How to build a report in web Intelligence using Store procedure under Microsoft SQL Server 2000 ?
    Regards,

    Hi ltkin,
    Unfortunately, it is not possible in Xir2 to create Webi reports from stored procedures.
    Webi reports can only be created from Universe. So in Business Objects XIR3 we can create a special universe that enables Web Intelligence user's to access stored procedures residing in the database. This is the only way that Web Intelligence user's can access stored procedures.
    Please let me know if the above information helps.
    Regards,
    Pavan

  • I have just started to use Muse for our design agency and learning how to build ourselves a new site, I have manged to create a basic lightbox which contains sliding images, what I need to do now is have a pop up window which goes into detail about the pr

    I have just started to use Muse for our design agency and learning how to build ourselves a new site, I have managed to create a basic lightbox which contains sliding images, what I need to do now is have a pop up window which goes into detail about the projects, what I would like is a piece of text  or icon that when you roll over it and then click a separate window pops up with additional information in, once finished reading the info you can then click to close the box, any advice on how to do this?

    The best way to do what you're asking is with the Composition widget. Start with the Tooltip preset, which, by default shows the info on rollover. You can change the option to show on click, which is what you're after. You can also add the close button or have the info disappear on rollout.
    David

  • How to assign bean value to a local variable in JSP using struts.

    Hi everybody!
    I've a problem that puzzled me on how to assign a bean value to a local variable like String in JSP using struts.
    we can have someting like this to display the value
    <bean:write name="detailService" property="status" />or
    <bean:define id="theStatus" name="detailService" property="status"/>
         This is country: <%=theStatus%>but an error occured when I tried like this:
    String currentStatus = "<bean:define id="theStatus" name="detailService" property="status"/>";
    or
    String currentStatus = "<bean:write name="detailService" property="status" />";Is there a way to do this?.....
    Any help pretty much appreciated

    Java != JSP.
    The <bean:define> and <bean:write> tags are custom tags meant to appear in the HTML section of a JSP file, as opposed to the scriptlet section. They actually get turned into java code as part of the translation process.
    The <bean:write> tag naturally just writes out what you tell it to.
    The <bean:define> tag defines a local variable, and gives it a value.
    this should do it.
    <bean:define id="theStatus" name="detailService" property="status" type="java.lang.String"/>
    <%
      String currentStatus = theStatus;
    %>With the advent of JSTL, you shouldn't really need to use scriptlet code anymore. Personally I am for 0% scriptlet code in any jsp I write.

  • How to get the customize url of an portlet using PLSQL

    How to get the customize url of an portlet using PLSQL.

    Are you trying to call the portlet Customization form directly from the browser?

Maybe you are looking for

  • How to use unicode font in J2ME

    Hi, I want to create some mobile application using Unicode Font in J2ME. Please help me about how to use Unicode Font in J2ME and how to configure Unicode Font in J2ME SDK 3.0 Early Access

  • Reverse Document Post with ABF1

    Hello I have used the transaction ABF1 to post documents with reconciliation AA account. Know i need to reverse some documents that are not ok. Does anyone know if exist any transaction to do that? Thanks and Regards Joao Simoes

  • Third Party JDBC Config Issue in JDeveloper 9.0.2

    I am running JDeveloper 9.0.2.822 on Windows 2000 Pro. I am attempting to setup a 3rd party JDBC driver in the Connection folder of the system navigator. The 3rd party driver is provided by Progress software for the Progress RDBMS. Outside of the JDe

  • Can not dowload in safari... HELP

    Hi, I want to download a .DMG-file but when I click the button "Download", the page will just refresh. When I use the CTRL of ALT-button on my Mac the will just download a .html file. Can somebody help me? I use the latest safari, java-updates. Thank

  • Interactive chart in report and PDF printing

    Dear all is it possible to generate a chart (via an interactive report) and save that chart in PDF format? At the moment when I try and do this in my application I just get the raw data saved as PDF, not the actual chart. Many thanks Paul