Seeking solution in WLP for using MVC struts framework

Hi,
We would like to implement Struts like similar solution with Weblogic Portal Server.
I would like to know the possibilities of bringing the Struts framework in WLP
and I also would like to know the contraints in implementing the similar framework
in existing WLP.
Thanks in advance.
Regds,
Ratnakar

Hi Rathnakar,
In this very same newsgroup this subject has risen in september last year.
I include the posting, but admit that I have not tried it so far.
Regards,
Ad van Ommen
[email protected]
===================================================
"Raphaël Faudou" <[email protected]> wrote in message
news:<[email protected]>...
I have not seen any official document on this integration but I personnaly
developped
a struts-portal adapter that allows a struts-based webapp to run as a
portlet
in the BEA portal.
The idea is to redirect the displaying
nstruction -requestDispatcher.forward(request,
response) - toward the portal webflow servlet with the appropriate
parameters
(portletName, pageName, event).
Remark : If you use struts 1.1, this adapter is very simple because you only
have
to inherit the RequestProcessor class and redefine the "doForward" method.
Then, you have two design solutions :
1) you model a simplified webflow with only presentation nodes and
transitions
that match what your navigation as specified in your struts-config.xml.
In this case, logic is handled by Struts framework and presentation is
handled
by the portal webflow servlet.
2) you dont' want to use portal webflow and you have to bypass it by
developing
another adapter at the portal side.
In this case, logic and presentation are handled by th Struts framework and
the
portal adapter only displays the next page in the appropriate portlet.
Conclusion : you can deploy a struts-based application in the BEA portal
after
developing one or two adapters that can be generic.
Good luck
=====================================================
"Ratnakar Sonti" <[email protected]> wrote in message
news:[email protected]...
>
Hi,
We would like to implement Struts like similar solution with WeblogicPortal Server.
I would like to know the possibilities of bringing the Struts framework inWLP
and I also would like to know the contraints in implementing the similarframework
in existing WLP.
Thanks in advance.
Regds,
Ratnakar

Similar Messages

  • What are the best practices for using the enhancement framework?

    Hello enhancement framework experts,
    Recently, my company upgraded to SAP NW 7.1 EhP6.  This presents us with the capability to use the enhancement framework.
    A couple of senior programmers were asked to deliver a guideline for use of the framework.  They published the following statement:
    "SAP does not guarantee the validity of the enhancement points in future releases/versions. As a result, any implemented enhancement points may require significant work during upgrades. So, enhancement points should essentially be used as an alternative to core modifications, which is a rare scenario.".
    I am looking for confirmation or contradiction to the statement  "SAP does not guarantee the validity of enhancement points in future releases/versions..." .  Is this a true statement for both implicit and explicit enhancement points?
    Is the impact of activated explicit and implicit enhancements much greater to an SAP upgrade than BAdi's and user exits?
    Is there any SAP published guidelines/best practices for use of the enhancement framework?
    Thank you,
    Kimberly
    Edited by: Kimberly Carmack on Aug 11, 2011 5:31 PM

    Found an article that answers this question quite well:
    [How to Get the Most From the Enhancement and Switch Framework as a Customer or Partner - Tips from the Experts|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0f0373e-a915-2e10-6e88-d4de0c725ab3]
    Thank you Thomas Weiss!

  • Forwarding to an action using the struts framework

    hey people,
    in struts we write something like
    <forward name="abc" path="/xyz.do" contextRelative="true"/>
    for an action
    and to forward to that action we use
    return mapping.findForward("abc");
    My problem is that i want to forward to the action xyz.do action without specifying the forward tag in struts config i.e without giving
    <forward name="abc" path="/xyz.do" contextRelative="true"/>
    any idea how i can forward to the action directly without giving the above tag. also i dont want to give the forward tag in global forwards.

    you want to forward to another action without declaring that forward in the struts config? we use MVC frameworks to avoid having to write all that sort of code. what are you trying to achieve that can't be done by configuring the forward?

  • Dynamic Tree Creation using JSP, Struts framework

    I urgently require tips/information/code snippet for creating a Dynamic Tree structure.
    Tree is the hierarchical folder structure that we see in windows operating system.
    Dynamic tree in the sense that all nodes shall be populated from database & a radio button shall be present at each node that can be selected & submitted to form.
    Tree should be done using JSP (& if required Javascript).
    I am using Struts framework .
    [email protected]

    u need to know quite a few java technologies to make archieve your dream.
    JDBC, dynamic array and JSP.
    after reading tutorial regarding to these 3 materials, you should be able to get your job done.

  • How to create SDA file for using AXIS Framework in the SOAP Adapter

    Hi experts,
    I have the following question:
    How I can create the SDA file aii_af_axisprovider.sda for using the AXIS Framework in the SOAP Adpater described in http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm ?
    I have downloaded the files axis.jar, commons-discovery-0.2.jar, commons-logging-1.0.4.jar, commons-net-1.0.0-dev.jar and wsdl4j-1.5.1.jar. But how to create the SDA file aii_af_axisprovider.sda? Which tool I have to use for this? It is enough to compress these 5 jar-files in the sda file or need I further files with further information (meta information etc.)?
    Thanks and best regards
    Christopher

    Hi Christopher,
        Check this discussion if you have not checked already.
    Re: NTLM Authentication dosent work with XI ?
    Regards,
    Ravi

  • Help for F4 help using MVC

    Hello Friends,
         Can anyone help me to implement F4 Help for input field  Using MVC?   I have created 2 views , one for Input field and other for F4 Help Pop-up. This two Views has there respective controllers and one model class.
    can anybody provide some sample code?

    Hi vinay
    Search in sdn you can find solution.
    Check the following link
    [F4 help using MVC|https://help.sap.com/saphelp_sem320bw/helpdata/en/fb/fbb84c20df274aa52a0b0833769057/frameset.htm]
    Hope thi shelps you
    Regards,
    Rajani

  • How to declare variable in solution file for use in project files.

    Hi Folks,
    Apologies if this is not the right place to ask, but I would like to declare a variable in my solution file that can used by all of the projects (prof files) in that solution.
    More specifically in the project files, references are stored using relative paths which cause issues if they don't exist. I would like to replace the relative paths with a variable set in the solution file that can easily be changed when the solution is
    built in a different location.
    So I would like to replace "../../../SomeProject"  with "$(SomeLocation)/SomeProject"  but set the $(SomeLocation) in the solution file.
    Regards
    Andy

    Hello Andy,
    Here is a common sln file:
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 2013
    VisualStudioVersion = 12.0.30723.0
    MinimumVisualStudioVersion = 10.0.40219.1
    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf_EntityFramework", "wpf_EntityFramework\wpf_EntityFramework.csproj", "{A282940A-5F76-4FF8-9568-8B7D14133259}"
    EndProject
    Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
    Debug|Any CPU = Debug|Any CPU
    Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Debug|Any CPU.Build.0 = Debug|Any CPU
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Release|Any CPU.ActiveCfg = Release|Any CPU
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
    HideSolutionNode = FALSE
    EndGlobalSection
    EndGlobal
    And the Global Interface in the solution file is actually used for Visual Stuido add-ins. To know details, please read the following MSDN article:
    1. Persisting Information in Projects and Solutions
    Here you can find "If the Globals object is associated with the
    Solution2 object, then the value persists in the .sln file. These values are persisted when the solution file is saved."
    2.
    Solution2 Interface
    It's about the solution interface.
    As you can see although they may save something to your solution file, it is not intended for you to use it in your project.
    What's your projec type and can you alter to use some common ways?
    For example:
    1. If it is in project level, set your value public so that all classes can access the value.
    2. Or you can choose to create a xml/text file or any file that you can read by code, and then read the value out from that file.
    It will be much better than thinking about set value in the solution file.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need solution for using Symbol LRT3840 with Apps 10.7 and/or 11i?

    Any suggestions for using Symbol's scanner/terminal with Oracle 10.7 and/or 11i? The symbol unit runs a telnet session (with a 1/4 viewable area). I'm looking for some alternate screen templates and/or a software solution that will allow me to remap the existing full screen forms so all critical information is displayed on the symbol unit in the allowable viewing area. I understand that version 11i of Oracle Apps does not support character-based telnet sessions, so I'm also interested in a fix that will be transparent to my material handlers when we upgrade from 10.7 to 11i. Any help would be greatly appreciated.

    Hi
    We are developing solutions in that area.
    If we can know more of the exisitng solution you have implemented or PDA and how it is integrated with Oracle Application(whether it is a third party tool?)
    then we can discuss about arriving at a solution.
    My mail-id is [email protected]
    Thanks and Regards,
    Bibs

  • Using MVC - One model for each set of data, or one model for all?

    Hi there,
    I'm using MVC for my app, which pulls data from other sites, (news, blogs, video, twitter). Would I have a model for each set of data, or one for all that fires differint events depending on the data?
    Thanks in advance!

    Attached please find the screenshots and help me out. You can maximize to view em.
    Thanks,
    Attachments:
    Air water2000.vi ‏490 KB

  • Any tutorials/demos available for using BPEL alongwith Struts or JSF

    Hi All
    Are there any sample tutorials/demos available for using BPEL alongwith Struts or JSF ?
    Thanks
    Badri

    Not sure if this is of any help, it uses ADF which is basically a JSF page.
    http://www.oracle.com/technology/products/jdev/viewlets/1013/bpelfromadf_viewlet_swf.html
    there is also some tutorials you may be able to use in the following directory
    SOA_HOME/bpel/sampels/Tutorials/102.InvokingProcesses
    cheers
    James

  • What solutions are there for Adobe Cloud subscribers/designers who are using/have been using Adobe s

    What solutions are there for Adobe Cloud subscribers/designers who are using/have been using Adobe software but have run into system requirement inadequacies etc. . . Basically, I have a new mac and CS6 runs fine. But my old macbook can only run CS5.5. Because I'm a subscriber my Adobe CS5.5  updated automatically. What happens when one day a year or two from now (or sooner) my MAC won't support the latest version of my CS subscription? Is there a way for cloud subscribers to subscribe to a legacy or an older version of CS?

    Hi Wildeboer420,
    Its my understanding that previous versions will still be acessible for users going forward, I copied the following from the FAQ
    I am a Creative Cloud member using the CS6 applications included in my membership. Will I lose access to CS6 when CS7 becomes available in Creative Cloud?
    No, if you have downloaded and installed the CS6 versions of the applications, you will continue to have access to them without interruption as long as your membership remains active. When the CS7 versions become available, you will have up to a year to download and install them and they will run on your machine along with CS6 versions.
    Hope that helps,
    -Dave

  • Device error -the target device isn't suitable for use. Solution found!?

    Hello everyone,
    I have received the following error many times on my machine for different projects when trying to burn to disk and folders:
    Device error -the target device isn't suitable for use.
    I have multiple hard drives with ~60GB, 40GB and 12GB. I have tried to burn 4.7GB discs and folders and 8.5GB folders.
    I have previously tried nearly ALL 20 troubleshooting items recommended by Adobe and have even changed to Verbatim media. None of these solved the problem.
    What did solve the problem, EVERY SINGLE TIME, was freeing up hard drive space or reducing the length of the project.
    You may look at the available hard drive space and THINK that you have enough. But you don't.
    Perhaps the remainder of this thread could be used to discuss the disk space requirements for projects. I can't seem to crack the formula. I just keep deleting/archiving files until the project works. I have ordered some new big HDD's to be rid of this error forever.
    Justin.

    While it is certainly possible that diskspace is one factor in getting the dreaded "target device isn't suitable message" (usually after lenghthy processing), it does not appear to be the only one.
    I got the message trying to burn a 3 minute video to a dvd on two seperate computers one running xp pro with 150Gb of spare disk space and one running W7 HP with 50Gb of spare space. Tryng to burn to a folder gave the same error.
    To me, this pointed to something in the app, or the project, so firstly I deleted the disk menu...burn completed ok. Re-instated a menu (different one)....burn failed. Removed one scene marker and the stop marker......burn completed ok. Re-instated stop marker......burn failed
    Am I missing something on the purpose of the stop marker?
    There was nothing obviously wrong with the project, although I will admit that I am new to PRE but am not a complete novice to video editing.
    The encoding process of the menu's (both passes) went ok, and it wasn't until it got to the "encoding media" phase that the error message appeared.
    It would certainly seem that more illuminating error reporting would be beneficial in this case, but it would also seem to be worth trying changes to the menus or markers to see if that fixes the error message.

  • How to use MVC using MDM as backend... in Webdynpro for java

    Hi,
       How to use MVC using MDM as backend.. when we r using R/3 we used to create RFC model. I dont know how to use it here..
    Regards,
    laxmi.

    Haii
    Create a data a source using ur ODBC tool. This can be found in Administrative tools of windows.
    In ur connectino class u can write the following code
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con=DriverManager.getConnection("jdbc.odbc.dsnname u have given when u created data source","user namet","pwd");( I think there is no need to give username when u connect to ur access)
    The connection "con" is ready to use.. Put these statements inside a try catch...
    I think i have explained enough..
    regards
    SHanu

  • Best iPhone 5 external antenna solution for use in a vehicle Australia

    I will be doing a fair bit of driving through regional Australia where Telstra (and other telco) reception is very poor to non existent without using some kind of antenna to increase reception range. From my research I have found several solutions, my pick being the smoothtalker cradle and high gain 6.5dB antenna.  I would like to know if anyone has experience with this particular solution as well as other solutions other people are using or know of. Thanks in advance.

    I have a friend that uses the Wilson Cell Phone Vehicle Signal Booster in poor reception areas. It claims to boost reception by as much as 25 times. Not sure about all that but it certainly helps!

  • Solution for using power pc apps with mountain lion

    Options for using my Power Pc Apps with Mountian Lion?   Specificly I need to use Citrix ICA Client editor.

    You would have to erase Mountain Lion and reinstall Lion in order to use PPC apps.  Or you could try to Upgrade to a newer version of the PPC software that would no longer be PPC based.
    Hope this helps

Maybe you are looking for