Question on Stripes framework

Hi ,
Stripes 1.4.3
Please help me to clarify some doubts regarding the Stripes framework.
* we can use ActionBeanContext to access the session,request objects,then y we need @sessionscope?
thanks
kris

veechu wrote:
Thanks for ur reply,but in the forum at http://stripesframework.org not getting better response,is there any other forums to get help?
I am not aware of a forum over there. There's a mailing list on which you can subscribe and post questions to. Did you do that?
And no, I wouldn't know a better place than there to ask Stripe's related questions.

Similar Messages

  • Question about Alert Framework in Solution Manager

    Hi all,
    We are planning to use Solution Manager as Central Monitoring Server, so I want to know what the advantage to use Solution Manager is, especially in Alerting.
    We can define auto-reaction methods for monitors to send CCMS alerts to Alert Framework where the alerts can be forwarded to the personal responsible via Email or CCMS.
    Is there any difference when using Solution Manager? Which additional functions dose Solution Manager provide in alerting?
    In normal SAP Alert Framework, you can only define one receipt for escalation. Can Solution Manager support multiple level escalation? For example, an alert is sent to A, if the Alert is not confirmed by A, then the alert is forwarded to B automatically. The same way the alert can be forwarded to further persons.
    Any idea?
    Thanks!
    Regards,
    Hui

    Hi Hui,
    On my opinion there is no any advantage in useíng SAP Solution Manager as central alerting systems in respect to RZ20. The arguments are as follows:
    - in SAP Solution Mnager you have performance restrictions on number of alerts to be displayed in one screen caused by the fact that the alerts are displayed in HTTP format
    - All the customizing in SAP Solution Manager for System Monitoring is Solution specific and not transportable. It means that if you have got corrupted your system monitoring session (that happens not seldom) your settings are lost. If you have created another Solution for the same systems you have to perform customizing from the scratch
    - Customizing is also not very esay to do. I would do recommend to use "User defined Alerts" Please have a look at the SAP Note 1023959 fro this topc
    - SAP Solution Manager does not provide alerting mechanism -> you have to relay to ALM in any case. Here by the way to your second question I would say that it is possible implement exactly process you have described. In the ALM category you can use button escallation to define another person that would be informed via e-mail in case the first Recipient have not completed alert from this category within predefined time
    + The only feature that is unique with System Monitoring with SAP Solution Mnager is the possibility to change threshold values for all the MTEs / MTE Classes that are defined in User Define Alerts an one button click
    At the conclussion I would say that there are some custommers that are using SM as monitoring platform But more pragmatical would be to configure RZ20 with help of Rule-based alerts and self- defined system groups and use ALM as alerting infrastructure. In this case you can save in plain XML file your Alert configuration and export it in any other system. ALM has on my opinion enogh functionality for alerting
    Best Regards
    Andrey

  • Question about strip charts

    My question is quite simple:
    I have a sequence, with let say 2 frames, in each one of them, there is a loop in which data flows.  I have created a strip chart which plot the data from the first loop.
    What I want:
    I would like to keep the same chart so that when the loop in 1 is over, it starts plotting the data from the second loop.
    Thank you,
    Noel
    and in similarly, I would like to know how to use one numeric input and use it in 2 different loops without having to make the wire go all around the VI. 
    Message Edited by Akatsuki on 11-28-2005 05:35 PM

    Sorry,
    herez the VI ;-)
    Attachments:
    2loop _chart.vi ‏27 KB

  • Exception Handling in Stripes framework

    Pls help me to setup the Exception handling...
    1.how to catch the exception occuring in ActionBean method,using our custom
    exception handle method?
    not sure to integrate this both?
    http://stripesframework.org/display/stripes/Exception+Handling
    becas in the example it shows only the MyExceptionHandler class ...how it is
    linked to the method in the ActionBean
    Thanks
    Kris

    The same answer as in: http://forum.java.sun.com/thread.jspa?threadID=5264689

  • Quick Question about Folder Framework Services

    Ok so I set up and am learning how to use RIDC to talk to UCM, I don't really need help in that regard.  My question is I'm reading the Folders Services documentation and was reading "FLD_CREATE_FOLDER" and was at a loss.  One how would I find the GUID for the parent folder, and second I'm not seeing a way to add the name of the new folder.  I'm at a bit of a loss with this one hoping somone can point me in the right direction.

    Hi ,
    To get the GUID for parent folder you can use either the service FLD_INFO along with IsJava=1 parameter or run the DB query on FolderMetaDefaults table .
    1. Service part :
    From the browser use the following service call :
    http://ucmhostname:port/cs/idcplg?IdcService=FLD_INFO&path=/Folder1
    here path refers to the hierarchical structure for the actual one under which we need to create a new one .
    For eg : if Folder1 is created under root and under that we have to create a new sub-folder then path=/Folder1
    If under Folder1 we have subFolder1 then path =/Folder1/subFolder1.
    From that under ResultSet "FolderInfo" search for fFolderGUID and use that as the value for fParentGUID
    Sample code : https://forums.oracle.com/thread/2554885
    So the code would be like this :
               dataBinder.putLocal("IdcService","FLD_CREATE_FOLDER");
                dataBinder.putLocal("fParentGUID","FLD_ROOT");
                dataBinder.putLocal("fFolderName","RIDCFF1");
    Above example creates a new folder under root itself .
    Hope this helps .
    Thanks,
    Srinath

  • Question regarding homepage framework...

    Hi guys...
    My brain just died on me and I failed trying to achieve the following:
    Given:
    1. Workset with lots of fancy Portal objects
    2. Page_A
    3. Page_B
    4. Workset_A consisting of deltalinked (2), deltalinked to (1)
    5. Portal Role A, consisting of deltalinked (1) <-- this has all but PAGE_B (3)
    6. Portal Role B, consisting of deltalinked (1) whereas in the Role I have removed everything down to (4), I also removed the deltalinked Page_A (2) from it. Then I deltalinked Page_B to it (3).
    What I try to accomplish with this:
    I have an Area where there can be two sub areas. However some users may see only ONE of these subareas, some users may see BOTH of them. So I merged the Second Level Navigation of the two roles.
    Up to this point all is good.
    Now, we are using HPF, we don't use the Navigation Panel on the left hand side.
    HPF(draft for this problem):
    Area Group Page A --> Area Page A
    Area Page A --> Subarea A
    Area Page A --> Subarea B
    Service A --> Subarea A
    Service B --> Subarea B
    Ressource X for area page --> Pointing PCD to generic JAVA xss aregrp
    Ressource A --> Pointing to Page A of Portal Role A.
    Ressource B --> Pointing to Page B of Portal Role B.
    The user which is supposed to see both Portal objects can see them both and can use them both.
    The user which is supposed NOT TO SEE PAGE B can still see it in the Area Page, respective Subarea. If he clicks on it, he get's 'page not found' which is of course rirght; I didn't map the R3-Role for him so he's not supposed to see it. But the fact that he can still see the links in HPF messes it all up.
    Am I doing something wrong or can this not be accomplished?
    This looks to me like Role-based HPF is all void below Second Level navigation.... Eventually I'll just make an own workset and a separate HPF, but I reject to believe I did everything right and it still doesn't work the way I want it :-////
    regards...Lukas

    My brain was about to die, after reading so many lines  , but I am glad that I could survive :-).
    Coming back to your problem, This can be achieved.
    1. Check in HPF when you are defining a resource your path is pointing to portal_content/folder/Page This should always be configured like portal_content/folder/role/wokset/page. This will ensure that you can access only those pages for which you have the corresponding role assigned. Unfortunately it's not checked while the links are being generated and comes into play only when you click on the link it shows that page couldn't be found.
    2. To achieve what you want to achieve you have to use proxy classes. You can hide the links based on whatever criteria you choose to. Unfortunately you can control only this at service level and not on subarea (workset) level .
    Refer to this for proxy class implementation
    /people/amir.madani/blog/2007/01/05/create-dynamic-xss-homepages-with-static-services-using-a-simple-proxy-class
    Thanks
    Prashant

  • Question abourt Cairngorm framework?

    Hi
    I do not understand why we put the following line in main
    page.
    <control:myController id="controller" />
    <business:Services id="services" />
    but no code in main page use the IDs for control and
    business.
    Thanks
    Mark

    These are creating references to your service.mxml object and
    your application controller object that the cairngorm objects use
    in looking up events and executing services.
    The service.mxml file has all the rpc or web service config
    data like:
    <mx:HTTPService id="ControlNavLoadService"
    url="
    http://localhost:8090/febatmon/XML/ControlNav.xml"
    />
    The appController object should extend the FrontController
    and is used as a central repository for event execution like this:
    public class AppController extends FrontController {
    public static const LOAD_CONTROL_NAV_EVENT : String =
    "LOAD_CONTROL_NAV_EVENT";
    public function AppController() {
    addCommand( AppController.LOAD_CONTROL_NAV_EVENT,
    ControlNavLoadCommand );

  • Weblogic 10.0 Problems with stripes/struts

    When trying to deploy the sample application for the stripes framework on weblogic 10.0 I get the following error when deploying.
    <Dec 3, 2009 12:16:51 PM CET> <Error> <HTTP> <BEA-101165>
    <Could not load user defined filter in web.xml:
    net.sourceforge.stripes.controller.StripesFilter.net.sourceforge.stripes.exception.StripesRuntimeException:
    Problem instantiating default configuration objects.I actually had to switch to using the Sun JDK to get this error. JRockit does not report it, and just fails when I try to use the application. The problem appear to be weblogic 10.0 specific. No problems with jetty or tomcat, and I've heard reports that it is resolved in weblogic 10.3. Have ayone come accross similar problems when using stripes/struts on weblogic 10.0, and found a solution to this? Is there a patch available for 10.0 than fix this?
    Regards
    Morten
    PS: I have ommited the complete stack trace, since it is monstrously huge.

    Guess I was wrong in thinking that this was an isolated weblogic 10.0 problem. I just downloaded weblogic 10.3 and tried to deploy the same application there, and the same error happened.
    <03.des.2009 kl 15.12 CET> <Error> <HTTP> <BEA-101165>
    <Could not load user defined filter in web.xml:
    net.sourceforge.stripes.controller.StripesFilter.net.sourceforge.stripes.exception.StripesRuntimeException:
    Problem instantiating default configuration objects.
            at net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:220)
            at net.sourceforge.stripes.config.RuntimeConfiguration.init(RuntimeConfiguration.java:272)
            at net.sourceforge.stripes.controller.StripesFilter.init(StripesFilter.java:125)
            at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:329)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            Truncated. see log file for complete stacktrace
    java.lang.NullPointerException
            at java.io.FilterInputStream.read(FilterInputStream.java:116)
            at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
            at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
            at java.io.InputStreamReader.read(InputStreamReader.java:167)
            Truncated. see log file for complete stacktraceSo is there anyone out there with experience with struts/stripes, that can tell why this does not work? If you need to try this yourself, you can download the stripes sample application here:
    http://sourceforge.net/projects/stripes/files/stripes/Stripes%201.5.2/stripes-1.5.2.zip/download
    There is an example WAR called "stripes-examples.war" in the zip that is ready to be deployed.
    Regards
    Morten
    PS: you still need to start weblogic with Sun JDK rather than JRockit to get the error. With JRockit the application simply fails when used.

  • Entity framework TPT does not work - showstopper

    Greetings,
    I'm experiencing a similar problem that is described here:
    [Entity Framework and inheritance - Possible bug in EF?|http://stackoverflow.com/questions/11506683/entity-framework-and-inheritance-possible-bug-in-ef.]
    I'm using:
    Windows 7 64 bit
    ODAC 11.2 Release 5 32 bit
    Oracle Express 11.2 on localhost
    Visual Studio 2012
    Entity framework 5.0
    .net 4.5
    Create a simple database with TPT inheritance:
    CREATE TABLE Person(
    Id NUMBER(38, 0) NOT NULL,
    Name VARCHAR2(50),
    CONSTRAINT PK100 PRIMARY KEY (Id)
    CREATE TABLE Employee(
    Id NUMBER(38, 0) NOT NULL,
    JobTitle VARCHAR2(50),
    CONSTRAINT PK101 PRIMARY KEY (Id)
    ALTER TABLE Employee ADD CONSTRAINT ref_Employee_person
    FOREIGN KEY (Id)
    REFERENCES Person(Id)
    CREATE TABLE Superhero(
    Id NUMBER(38, 0) NOT NULL,
    Superpower VARCHAR2(50),
    CONSTRAINT PK102 PRIMARY KEY (Id)
    ALTER TABLE Superhero ADD CONSTRAINT ref_Superhero_person
    FOREIGN KEY (Id)
    REFERENCES Person(Id)
    -- Sequence
    CREATE SEQUENCE seq_id
    INCREMENT BY 1
    START WITH 55
    MINVALUE 1
    MAXVALUE 9999999999999999999999999999
    NOCYCLE
    NOORDER
    CACHE 20
    CREATE OR REPLACE TRIGGER PERSON_BI BEFORE INSERT ON PERSON FOR EACH ROW
    BEGIN IF :NEW.ID IS NULL THEN SELECT SEQ_ID.NEXTVAL INTO :NEW.ID FROM DUAL; END IF; END;
    Create a console application, add an edmx file, set up inheritance like so:
    Diagram
    And I set the Id property in Person entity as StoreGeneratedPattern to Identity
    Then I created the following program:
    static void Main(string[] args)
    //Employee
    var db = new Entities();
    EMPLOYEE e = new EMPLOYEE() { ID = 0, JOBTITLE = "Programmer"};
    e.NAME = "John Regular Doe";
    db.People.Add(e);
    //Superhero
    SUPERHERO s = new SUPERHERO();
    s.NAME = "Superman";
    s.SUPERPOWER = "Flight";
    db.People.Add(s);
    db.SaveChanges();
    //Fetch all persons and look at the type
    //this is where I get an error:
    var allPeople = db.People.ToList();
    allPeople.ForEach(x => Console.WriteLine("type: " + x.GetType()));
    This throws the following error when I fetch into allPeople:
    All objects in the EntitySet 'Entities.People' must have unique primary keys. However, an instance of type 'TestingTPTInheritance.EMPLOYEE' and an instance of type 'TestingTPTInheritance.SUPERHERO' both have the same primary key value, 'EntitySet=People;ID=38'.
    Looking at the database everything looks fine
    -- Person table --
    ID     NAME
    39     John Regular Doe
    40     Superman
    -- Employee table --
    ID     JOBTITLE
    39     Programmer
    -- Superhero table --
    ID     SUPERPOWER
    40     Flight
    If I take the select that EF generates in " db.People.ToList();" and run it I get the following result:
    C1      C2     NAME      C3      C4
    0X0X     40     Superman           
    0X0X     39     John Regular Doe     Programmer     
    Is this a bug in ODAC. If so is there a workaround or will there be a fix soon?
    Edited by: Amplus on 7.11.2012 07:59

    Thank you for the reply shsu
    I was being careless when I copied the error message and sequence, sorry about that. I did run this serveral times after I copied the error message. I recreate the seqence starting with 1 and recreated the problem. The error message is:
    All objects in the EntitySet 'Entities.People' must have unique primary keys. However, an instance of type 'TestingTPTInheritance.EMPLOYEE' and an instance of type 'TestingTPTInheritance.SUPERHERO' both have the same primary key value, 'EntitySet=People;ID=2'.
    The data in the tables is:
    Person:
    ID     NAME
    1      John Regular Doe
    2      Superman
    employee
    ID     JOBTITLE
    1      Programmer
    Superhero
    ID     SUPERPOWER
    2      Flight
    And the generated select is:
    SELECT
    CASE WHEN (( NOT (("Project1"."C2" = 1) AND ("Project1"."C2" IS NOT NULL))) AND ( NOT (("Project2"."C2" = 1) AND ("Project2"."C2" IS NOT NULL)))) THEN '0X' WHEN (("Project1"."C2" = 1) AND ("Project1"."C2" IS NOT NULL)) THEN '0X0X' ELSE '0X1X' END AS "C1",
    CAST( "Extent1"."ID" AS number(19,0)) AS "C2",
    "Extent1"."NAME" AS "NAME",
    CASE WHEN (( NOT (("Project1"."C2" = 1) AND ("Project1"."C2" IS NOT NULL))) AND ( NOT (("Project2"."C2" = 1) AND ("Project2"."C2" IS NOT NULL)))) THEN NULL WHEN (("Project1"."C2" = 1) AND ("Project1"."C2" IS NOT NULL)) THEN "Project1"."JOBTITLE" END AS "C3",
    CASE WHEN (( NOT (("Project1"."C2" = 1) AND ("Project1"."C2" IS NOT NULL))) AND ( NOT (("Project2"."C2" = 1) AND ("Project2"."C2" IS NOT NULL)))) THEN NULL WHEN (("Project1"."C2" = 1) AND ("Project1"."C2" IS NOT NULL)) THEN NULL ELSE "Project2"."SUPERPOWER" END AS "C4"
    FROM "TPT"."PERSON" "Extent1"
    LEFT OUTER JOIN (SELECT
    "Extent2"."JOBTITLE" AS "JOBTITLE",
    CAST( "Extent2"."ID" AS number(19,0)) AS "C1",
    1 AS "C2"
    FROM "TPT"."EMPLOYEE" "Extent2" ) "Project1" ON ( CAST( "Extent1"."ID" AS number(19,0))) = "Project1"."C1"
    LEFT OUTER JOIN (SELECT
    "Extent3"."SUPERPOWER" AS "SUPERPOWER",
    CAST( "Extent3"."ID" AS number(19,0)) AS "C1",
    1 AS "C2"
    FROM "TPT"."SUPERHERO" "Extent3" ) "Project2" ON ( CAST( "Extent1"."ID" AS number(19,0))) = "Project2"."C1"
    With the following result:
    C1      C2     NAME      C3      C4
    0X0X     2      Superman      null      null --> should't there be a "Flight" entry here??
    0X0X     1      John Regular Doe     Programmer     null
    I also tried this:
    var result1 = db.People.OfType<SUPERHERO>().ToList(); //Count=1
    var result2 = db.People.OfType<EMPLOYEE>().ToList(); //Count=1
    var result3 = db.People.OfType<PERSON>().ToList(); //Throws the following error:
    All objects in the EntitySet 'Entities.People' must have unique primary keys. However, an instance of type 'TestingTPTInheritance.EMPLOYEE' and an instance of type 'TestingTPTInheritance.SUPERHERO' both have the same primary key value, 'EntitySet=People;ID=2'.
    The only thing I can think of is that my little console app is picking up the oracle client from oracle express instead of the ODAC driver. Is there an easy way to force it to use the correct driver? I have this in my config file but I'm not sure if it works:
    <oracle.dataaccess.client>
    <settings>
    <add name="DllPath" value="C:\oracle\product\11.2.0\client_3\bin" />
    </settings>
    </oracle.dataaccess.client>
    And I have also referenced Oracle.Data.Access here:
    C:\oracle\product\11.2.0\client_3\odp.net\bin\4\Oracle.DataAccess.dll
    client_3 directory is my ODAC Release 5 installation. I changed the config settings to:
    <oracle.dataaccess.client>
    <settings>
    <add name="DllPath" value="C:\oracle\product\11.2.0\client_3\odp.net\bin\4\Oracle.DataAccess.dll" />
    </settings>
    </oracle.dataaccess.client>
    then the program was able to run this line:
    var allPeople = db.People.ToList();
    But both objects were of type EMPLOYEE. Then I ran this:
    var result1 = db.People.OfType<SUPERHERO>().ToList();
    and get the following error:
    All objects in the EntitySet 'Entities.People' must have unique primary keys. However, an instance of type 'TestingTPTInheritance.EMPLOYEE' and an instance of type 'TestingTPTInheritance.SUPERHERO' both have the same primary key value, 'EntitySet=People;ID=2'.
    The problem must be that I do have multiple versions of Oracle client installed on my computer and it is picking up the wrong one either when I'm generating the edmx file or when the application is connecting to the db. I think my next step will be to uninstall all oracle client instances as well as oracle express and try again from scratch!!

  • Licensing Framework

    Hello,
    does anyone know where one can find a freely distributed licensing framework, or suggest any solution to unblock certain functionalities only for the users provided with a licence? (talking of experimental software that I developed, not minded for commerce at present status) .

    Hello Yassine,
    What license do we have to take if we want to use only this provider ?
    You will need a SQL Anywhere client license (a "seat") for each of your client deployments. You may want to talk to SAP Sales for further details about your exact requirements for your planned deployments.
    What are the limitation of this provider (Sybase database version comptatibility, EF6 limitations ?)
    See further details about EF6 support here:
    http://sqlanywhere-forum.sap.com/questions/22161/entity-framework-6-provider
    EF6 support was first released with CR #768717, in SQL Anywhere 12.0.1.4142 and 16.0.1993. There was an additional fix required for the design-first wizard in CR #770760 in 12.0.1.4162 and 16.0.2014.
    Finally, there was an issue with Microsoft EFTools 6.1.1 and lower where the third-party provider would not be detected correctly until the project included the assembly reference in the app.config file and the project was built. In EFTools 6.1.2 and higher, only the app.config reference is required - building the project or cleaning the project should not affect this issue now.
    Is there support regarding this provider ?
    Yes, any issues with the provider can be reported as an incident to SQL Anywhere SAP Support via the component BC-SYB-SQA. You can also post issues to here or on our alternative forum: http://sqlanywhere-forum.sap.com/
    Where can i find differences between v12 and v16 ?
    The official documentation ( http://dcx.sap.com/ ) lists the changes between version 12.0.0 and 16.0:
    DocCommentXchange - What's new in 12.0.1
    DocCommentXchange - What's new in 16.0
    Regards,
    Jeff Albion
    SAP Active Global Support

  • Question for developers

    how do i make forms and GUI  suit with data that recived from reader of rfid???

    Hello
    nourhan,
    from your description, it seems that you are looking for a UI implementation, for this, i afraid this is beyond the scope of our support for this forum which is used to discuss and ask questions about .NET Framework Base Classes (BCL) such as Collections,
    I/O, Regigistry, Globalization, Reflection. If you are developing a web form, I suggest you could ask it to the web related forum:
    http://forums.asp.net/
    If windoows form app, here is the proper forum:
    http://social.msdn.microsoft.com/Forums/windows/en-US/home
    Regards.
    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.

  • GUI - Actor Framework - Decisions

    "Hi there,
    I think I am pretty clear about how to use the Actor framwork's and I would like to
    have some guidance about to use the framework in my project.
    This VI is a very simplified version of the actual layout.
    Basically, there is only one hardware performing different types of measurements, send TX and RX messages through CAN and LIN.
    My development strategy is
    I intend to create an actor for everything related to the hardware measurements that I consider as the measurement bench.
    This hardware will have to perform some asynchronous operations and will eventually send some messages / commands to others actors.
    Those commands will contain for instance, the stuff (value type of course, I'm not willing to message everything with references) related to the information do display to the end-user in different VI.
    The other actors representing different VI in some containers will send commands to this actors
    In short, I was thinking about creating about 10 actors and more:
    1) The most important one: the Bench (containing the settings and parameters in the class cluster) and performing the actions related to the hardware, inputs  and outputs and inform other actors about what it just (if doing performing actions synchronously) or what is available (if some things are asynchronously in a  loop). [Not sure if splitting the concerns of the Bench purposes into additional actions is really wise or not (especially since it will embed a VISA reference), it  will probably require to additional lock accros the different Bench related actors with something like below:
        - Bench Master Actor (to send and receive message to the enduser actors and dispatch the work with the two other Bench related actors)
        - Bench Synchronous Actions Actor
        - Bench Asyncrhonous Actions Actor
        It's also in charge of receiving orders to start, stop, notify, performing actions asynchronously and / or synchronously.
    2) Actor (especially the core as): VI ML
    3) Same strategy for VI BRC
    4) Same strategy for VI TRC
    5) Same strategy for VI 1
    6) Same strategy for VI 2
    7) Same strategy for VI 3
    8) Same strategy for VI 4
    9) Optional: VI TM ... not really necessary I guess except to go with full actor everywhere..
    Thank you."
    Attachments:
    GUI Actor Framwork.jpg ‏137 KB
    GUI Actor Framwork(2012).vi ‏21 KB
    Actor Architecture.jpg ‏83 KB

    I would post this question to Actor Framework community rather than here, as active Actor Framework users are likely to be subscribed for discussions happening there.
    https://decibel.ni.com/content/groups/actor-framework-2011
    I am also interested in what people say about it. 
    TailOfGon
    Certified LabVIEW Architect 2013

  • INVASION?  Help with Frameworks onslaught. Adobe Explosion?

    I woke up this morning to Zero space on the hard drive. I have been working on setting up backup routines but that is meant to take stuff off the hard drive. I started to investigate using a program called "Tidy Up". It revealed thousands upon thousands of files seemingly related to Adobe programs. I use Adobe Reader 8 and Photoshop Elements 6 but I'm seeing a myriad of entries in directories called Framework and CS3. I don't have and never had CS3. Do I need to keep all of those? I see double font entries - the fonts in Library and then buried deeper is the same font in an Adobe directory. I don't use Bridge but find I have Bridge and Bridge CS3. My question is what can I get rid of if I'm only using Adobe Reader and Photoshop Elements 6.
    This term Frameworks or Framework appears over and over again. Sometimes as part of a larger entry such as "PrivateFrameworks/" or "Ruby.framework" or "JavaVM.framework/". "Frameworks" is always under the "Library" directory but then takes off with other subdirectories including Ruby. The bulk seems to lie under the "Frameworks" subdirectory under Library.
    My question, what is Frameworks? Do I need it? How can I get rid of it and CS3 and Bridge CS3 if I don't use those programs?

    I'm using the software Data Backup 3 by Prosoft. It was recommended at the Apple Store. What has confused me is that I was backing up one external drive to another external drive (two backups of pictures). I was not backing up from the mac hard drive yet (except for what had been done prior to this problem).
    I don't understand the difference between Copy, Versioned, or Synchronize. I believe I requested copy when I ran the most recent backups.

  • Question about Page Builder behavior - how to get a "please wait message" ?

    Hi all together,
    I got a question about Portal Framework / Page Buider handling iView Integration.
    We are working with a lot of App Integrator iViews and often the pages includes with app integrator are loading longer than the rest of the portal. So there is the idea to put in a "please wait while loading message" for the enduser.
    I analysed the html code, the page builder is generating and foud out 3 diffrent approaches how the page buider is rendering the IFRAME with the integrated application configured with an app integrator iView.
    My question is how can I influence this behavior to put a "please wait while loading message"?
    Different types of iView integration in the client I have seen:
    a) direct loading of the content in the IFRAME (<iframe id="" ... scr="/mysource">)
    b) Filling the iframe with 'about:blank' and loading the content later by filling a form with JS
         ( <iframe id="" .... scr="about:blank">and after the iframe  <form id="" action="mysource" ...>
    c) Filling the iframe with a html file from the portal layout and loading the content later by filling a form with JS (similar to b)
         ( <iframe id=""" ....scr="/irj/portalapps/com.sap.test.mylayout/html/blank.html>
    I checked that variant b) is getting generated when loading a page with different components on the side (not only the app integrator iview) and variant c) is generated when just one app integrator iView is positioned (no portal page).
    Goal: To get the "please wait picture" I want to know how to get variant c) in cases of different elements on one page
    So I would be able to put this picture on the HTML-Page in the Portal layout (blank.html)
    Hope, someone with a deep portal / page builder know-how can help me out!
    Another way: Does anybody knows another way how to put a "please wait message" while app integrator application is not loaded yet?
    Thanks in Advance and kind regards,
    Jens
    Edited by: Jens Kohne on Nov 24, 2010 9:08 AM

    Hi Jens,
    there are several reasons why you don't get the loading animation:
    Web Dynpro ABAP: https://service.sap.com/sap/support/notes/1432358 -> missing configuration
    Wrong height size for iView: https://service.sap.com/sap/support/notes/1358494 -> alter configuration of the iFrame height (loading animation gets displayed, but is hidden)
    FPN, BSP, BEx: https://service.sap.com/sap/support/notes/1290995 -> AI isn't showing the animation because of performance considerations. I guess that is your case. Depending on your portal version this is a simple service configuration or involves some customization.
    br,
    Tobias

  • Which framework(s)/tool(s) for a web 2.0 application ?

    Hello,
    I'm new to Java, so excuse my stupid questions...
    I have to port a win32 GUI application to a web application using Java. The original application is not written with Java and is a full blown multitier win32 GUI application accessing a SQL server database.
    There are some requirement for the new application:
    1) has to use opensource tools and frameworks
    2) has to use JBoss application server
    3) has to use eclipse for development
    4) have a user interface as close as possible to the win32 application
    5) has to use the same (mssql) database
    The question is: which frameworks/tools is best to use in that environment ? JSP, JSF, RichFaces, Spring, Seam, Hibernate, Struts to name a few...
    Regards,
    F. Piette

    800089 wrote:
    Hello Gimbal2,
    As far as I can see, GWT makes application to run on Google servers.Then you should clean your glasses.
    My problem is to select the best framework(s) and tool(s) to develop the application, given the requirement I listed (Eclipse/JBoss/MSSQL/OpenSource). Unfortunately there are so much of them available that it is difficult to select the best one (Well things are relative of course). I don't want to use old technology, nor technology no yet wide spread on the market. I want a technology that many companies are using and for which I can easily find developer on the market.You want the best framework do you? Doesn't everyone these days.
    I'd say...go for JSF. Or if you don't want to, go for spring, or if that doesn't suit you, go for the GWT mentioned earlier. Unless you want to be retro, then go for Struts.
    Then when you've chosen your framework, see how many developers are willing to use it, if not enough choose another framework.

Maybe you are looking for