JSplitPane components interacting?

Hiyas,
In my application, I'm using a JSplitPane who's 2 components are custom widgets extending JComponent. One of these widgets draws stuff, the other one has buttons of things to draw. I'm having a difficult time, however, trying to figure out how I can get the two components to talk to each other....
For example, in ButtonPane (the custom widget with the buttons), I implement ActionListener and get ActionPerformed events for when the buttons are pressed. When a button is pressed, I want to be able to draw various shapes (like MS Paint) in the DrawingPane (the other custom widget). I tried passing the DrawingPane to the ButtonPane in the main class (which extends JFrame) constructor, but that didn't work... I lost keyboard focus the moment I clicked a button. Other than that, I have no idea what else to try.
Anyone got other suggestions? :)

Here's what you should do.
In your panel's mouseDragged or mouseMoved event handler, add:
x = this.getLocation().x;
y = this.getLocation().y;
maxX = this.getLocation().x+this.getSize().width;
maxY = this.getLocation().y+this.getSize().height;
scrollminX = ScrollPane.getViewPort().getViewPosition().x
scrollminY = ... getViewPosition().y
scrollmaxX = scrollminX + ScrollPane.getViewPort().getExtentSize().width;
scrollmaxY = scrollminY + ... getExtentSize().height
now test to see if everything is in range

Similar Messages

  • Movable components interacting with JScrollPane

    I am creating movable components. The class is designed as an extension to JPanel and contains a label and a textfield. The Panel responds to the mouse and moves itself around a JPanel which is inside the JScrollPane according to the user. This will eventially be a layout process so users of this program can make things look the way they want.
    I can't seem to get the JScrollPane to recognize when a component is moved outside it's immediate area and scroll. I'm looking through the archives but I am not running into answers because I don't know what to look for.
    Do I need to look at the scrollable interface? Do I need to throw an event which will notify the Scrollpane. Any hints or answer would be greatly appreciated!
    Here is my main class definition which may provide some clues:
    public static void main (String[] args) {
    JFrame view = new JFrame( "Testing" );
    JPanel mainPanel = new JPanel();
    JScrollPane scrollPane = new JScrollPane( mainPanel );
    mainPanel.add( new movablePanel( "Label", "Testing" ) );
    mainPanel.add( new MovablePanel( "Label", "Text" ) );
    view.getContentPane().add( scrollPane );
    view.validate();
    view.repaint();
    view.show();

    Here's what you should do.
    In your panel's mouseDragged or mouseMoved event handler, add:
    x = this.getLocation().x;
    y = this.getLocation().y;
    maxX = this.getLocation().x+this.getSize().width;
    maxY = this.getLocation().y+this.getSize().height;
    scrollminX = ScrollPane.getViewPort().getViewPosition().x
    scrollminY = ... getViewPosition().y
    scrollmaxX = scrollminX + ScrollPane.getViewPort().getExtentSize().width;
    scrollmaxY = scrollminY + ... getExtentSize().height
    now test to see if everything is in range

  • Documentation of the interaction of components in ABAP - applications

    Hello,
    I am developing on an ERP    6.0 system with ABAP   , ABAP-OO, business objects, workflow.
    Now there are a lot of different components used, i.e. function modules, classes, business objects, dynpros.
    I am looking for a way to document how all these components interact.
    Ok, you can use PowerPoint to draw charts or use excel-tables, but these means aren't integrated into SAP.
    So it is only a matter of time when the documents will be old and no longer up to date.
    How do you make such documentation, is the visual composer a possible tool?
    Best would be a tool, that offers the possibility to model the interactions in advance.
    Has anyone an idea?
    thanks in advance,
    Dirk

    Hello Dirk
    At the SDN day prior to the TechEd 2008 in Berlin I asked the people from SAP in the closing session "Latest and Greatest in ABAP" about round-trip engineering (ABAP class -> UML -> ABAP class).
    They are about to integrate UML diagram generation from ABAP classes into NetWeaver (perhaps in 7.20).
    For anything else you may have a look at package SEST, e.g.
    - report SAPRSEUH (call fm RS_SOURCE_STRUCTURE)
    - fm RS_CALL_HIERARCHY
    - fm RS_PROGRAM_TABLES
    Regards
      Uwe

  • How to get active component of other components component usage

    Hi all,
    let me try to describe you the issue.
    I've got three components interacting with another. Lets call them CA, C1 and C2.
    CA uses both C1 and C2, so CA has component usages CUA1 and CUA2. But C1 also uses C2 with component usage CU12.
    C1 calls an interface method of component usage CU12 (of component C2).
    But although I've got an active component on CA-level for CUA1 (lets call this active component ACT1), C1 does not call the interface method of ACT1. (Even events are not triggered.)
    How can I assign the active component of CUA1 to C1 at runtime and how do I call its interface method from C1?
    Can I search for active components within C1 by name (I've got several active components, how do I differentiate them)?
    Thank you for your help.
    ismail
    FYI: The scenario:
    CA uses C1 as a global search component.
    CA has several list components C2.1, C2.2 etc.
    C2.1 lists all arrival/departure flights from NY. It also offers a minor search functionality for flight regarding NY.
    C2.2 lists all arrival/departure flights from LA. It also offers a minor search functionality for flight regarding LA. etc...
    I want to use C1 as a global search which uses the minor searches of C2.1, C2.2 etc. The outcome of the minor searches shall be displayed in C1, but also in C2.1, C2.2 etc. when I switch to the C2.1, C2.2 etc.
    Example usage 1:
    1. At CA I go to C2.1 and search for all flights to NY from London.
    2. Then I switch to C2.2 and search for all flights from LA to Berlin.
    3. When I switch back to C2.1 the former results remain there, I can still see all flights to NY from London.
    Example usage 2:
    1. At CA I go to C1 and make a global search for all departures to London.
    2. If I now switch to C2.2 I want to see all flights from LA to London, without a search here.
    3. If I now switch to C2.1 I want to see all flights from NY to London, without a search here.

    You use a desktop pane, but save a reference as a JLayeredPane. So make the reference of type JDesktopPane and check out [the documentation API|http://java.sun.com/javase/6/docs/api/javax/swing/JDesktopPane.html#getSelectedFrame()].
    For the next time, bookmark [http://java.sun.com/javase/6/docs/api/] and use you browsers search function to quickly jump to the class you want. Swing component usually also have a link to the relevant tutorial.

  • Interaction between Distribution model, partner profile, etc.

    Hello,
    I am a newbie in the SAP world, and I am a little bit lost in the behavior of the Outbound Processing (the send of an IDoc to an external non-SAP system).
    Actually my question is how the following components interact during an outbound process :
    - RFC Destination
    - Logical Port
    - Logical System
    - Partner Profile
    - Distribution Model
    - SAP Gateway
    - IDOC Repository
    - ALE Service
    Currently, the only thing I think I have really understood is that the RFC Destination allows to hide to SAP the Program ID of the registered external server...
    Thanks a lot
    Sebastien

    For each logical system and each basic message type (for example, LOIBOM), a unique message type has to be defined by reducing the original one (for example, MYBOM).
    If you reduce a message type, only the obligatory fields are automatically selected. You must select those segments and fields you want to have transferred. Fields that have not been selected for transfer always contain the value "/".
    Maintain partner profile
    Each of the message types of the customer distribution model (see above) must be assigned to the partner profile. Enter the receiver port (see above), package size, output mode and IDoc type in the detail screen of the receiver port. You must also define whether the IDocs should be sent immediately, or if they should be collected first.
    Maintain customer distribution model directly
    First define a customer model for a logical R/3 system. The displayed list shows which logical system is the sender and all the possible receiving systems that have been defined. "Create message type" defines which logical system receives information from the logical R/3 system.
    When maintaining the customer distribution model, you usually add all (reduced) message types that should be sent from the R/3 system to the external system.

  • MDM Solution components

    Hi, all!
    Considering MDM Solution as a set of software components interacting with each other, can you suggest the most general model of SAP MDM Solution components and their interrelation? I don't mean components of SAP MDM e.g. Import Manager, Syndicator and oth.
    That would be nice to see a graphical model of interaction where following components would be represented: SAP MDM, SAP XI, SAP EP, probably CAF, Enrichment Services and other technologies and components used together to provide a complete master data solution.
    This would be twice valuable if it would be considered from any integration concept point of view. (<a href="/people/r.eijpe/blog/2006/01/09/road-to-esa-150-the-epi-model-part-1">EPI</a> for example)
    Can anyone point me to such scheme?
    Thanks,
    Vadim

    Hi Vadim,
      Please refer link below to see interaction of MDM With XI and R/3.
       https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2264. [original link is broken] [original link is broken] [original link is broken] [original link is broken]
       Also In SAP <b>Netweaver Stack</b> SAP MDM fits at <b>Information Integration </b>level.
    Thanks and regards,
    <b>Sagar Sonje.
    Mark Helpful Answers</b>

  • Page doesn't flush to the bottom of the screen, despite the lack of content on the page

    On the home page of my website, the content doesn't fill the whole screen, therefore the footer isn't flushed to the bottom of the screen. Is there a way for the footer to automatically flush to the bottom for any resolution? Here is a link to my page so you can  see the example:
    www.ees-energy.com
    or a better example at
    www.ees-energy.com/downloads.html
    Thank you,
    Obaid

    Hello
    This is where it gets tricky for me!
    I have never used a sticky footer - I just don't like the idea and it has always seemed a bit over complicated to me.
    I did have a go at applying it to your page and got it to work without too much difficulty but, adding an effect like this to an established page is tricky because it's hard to see how different components interact with each other.
    The basic advice from the sticky footer site is to use this as fundamental structure to the page:
    <div id="wrap">
        <div id="main" class="clearfix">
        </div>
    </div>
    <div id="footer">
    </div>
    If you want to go this way then I would suggest starting from the beginning with that HTML and adding your content to it.   Notice that the footer is outside the wrapper and your content would need to go in the #main div.  They have page giving instructions on the site and a wedge of CSS that you can just cut and paste into your style sheet.
    You have chosen to use a liquid layout (which is a part of the problem with width that you have asked about in your other post).  I agree that a liquid layout is a neat idea but again, I don't like it so much because it's over complicated..  For instance, your page doesn't look so good in a wide monitor.
    One other way to get your footer further down the page would be to add some content to your sidebar.  How about a mission statement or a green quote of some kind or a pull quote from your text?
    Sorry I can't be of any further help with the sticky footer thing.
    Martin

  • Trying to develop a JCA connector

    Hi
    I'�ve a package that allow applications connect to an IBM host using sockets and 3270 telnet protocol.
    I want to isolate and standarize such layer using JCA to run it as a resource adapter in an application server.
    I'm new to jca and reading specification is drivin me a little bit confused. I' ve "googled" for sample code but the few I found are simple db resource adapters implementations so I wonder if some one could point me to a non db jca samples... or guides/books about this matter.
    I've found this sample code:
    http://java.sun.com/developer/technicalArticles/J2EE/connectorclient/resourceadapter.html
    but the article is similar to those I've read but I'm still confused.
    I know I need to wrap my EIS connector with my resource adapter but what I couldn�t see clear is where should I do it.
    I supposed that it should be in the lower layer, the connection implementation, but all the sample codes I saw make and instance of this class but recommend to put the EIS code in the managedconnection class.
    I've a simple class called CICSSocket that make the connection with EIS and with two methods read and write to allow those operation the EIS throw sockets and a open method to open the socket.
    If make an instance of CICSSocket in the Connection class constructor, it will be a wrapper but I'll be returning a Connection instance, not a CICSSocket instance, so how the AS or the client will call CICSSockets methods ? How the AS could pass parameters to CICSSocket to make the connection ?
    What happen if I do the above in the ManagedConnection class as I saw in various samples ? How will it work to wrap my class ?
    So, I've a clear map of all but I really don't understand how all components interact and how to do it and couldn�t found real samples about it.
    Could somebody please send me a simple sample code or explanation to make me see the light ?
    Thanks in advance
    C

    please next time use BI Publisher
    But when the data is less than 65500 rows layout is coming proper without any warning.
    IMHO it's ok
    excel has some limitations
    ( 65,536 rows per sheet. )
    no ideas how to check/read report with >65k rows
    as idea
    you can try to split data into some sheet
    need more info about your report and logic and how bip is usead like eps part, obiee part etc

  • ESR modeling and Aris

    Hi,
    In our origination we are using Aris for the modelling of business processes. From what I am lead to believe is that Aris integrates with SAP Solution Manager and Solution manager integrates with the SLD. So landscape, software products and software component information can thus be pulled into Aris for use in models. This will greatly assist in the business process modelling in Aris, I would imagine.
    Now once the business process is modelled in Aris, is there a way of importing it, as say a Procomp Model in the ESR?
    Would you want to?
    Or would you just continue to model in Aris and then pull in the interface logic into the models on the Aris side?
    What is then the use of the modelling tool in the ESR?
    Would you recommend that one should remodel the Aris Business Process Models in to the Modeling tool in ESR?
    As you can see I am looking for some guidance in this regard.
    Many Thanks
    Willie Hugo

    Hi,
    The use of Modeling in ESR point of view
    is In a service-oriented architecture of business applications, you ideally initially model your application prior to implementation. This means that you can answer fundamental questions such as what components the application comprises of, which services the individual components offer, and how the various different components interact with each other before you begin implementation. A governance process ensures that by using models, all services are always identified and defined in the same way, thus avoiding redundancies.
    The models are not system-landscape-specific. Later on, they provide useful information when implementing services, as well as during any configuration that may be required. Furthermore, the models document different aspects of a business process, increase understanding of applications across departments and businesses thereby reducing costs when applications need to be changed or enhanced in a later release.
    SAP they integrated ARIS modeling tool to develop Models,but i dont think so its possible to import ARIS models in SAP NetWeaver PI.But whatever models we developing in PI is based ARIS modeling only.
    SAP works with this environment to create models for applications in the SAP Business Suite. These models are shipped to customers. You can create your own models in the ES Repository.
    Regards,
    Raj

  • EAR Structure for JSF project with EJBs

    Hi All,
    I have a JSF project which makes use of EJBs through EJB injection. The project basically consists of 3 components, which are independently archived (as JARs/WARs) and then added to an EAR. The components interact as follow:
    EJB JAR: contains the EJB code.
    Library JAR: contains the bean injection and common methods.
    JSF WAR: contains the JSF pages as well as a request (page) bean which inherits from a class in the library JAR (one containing a bean injection).
    The way I understand it, everything should work fine if I archive those components independently and then add them to an EAR (with the JSF WAR and EJB implementation JAR in the root, and the EJB interface JAR and the Library JAR in a /lib folder). If I do this, however, the bean injection fails and the bean proxy class is just null.
    I managed to get around this by adding the Library JAR to the JSF WAR's lib directory, in which case the bean injection works fine, but if I do it this way it means I'll have to add the Library JAR to all WAR components I have, which seems like needless duplication. Am I doing something wrong when creating the EAR or is this just the way it is? To make myself a bit more clear I include the EAR structures below:
    Not Working
    |_ EJB-impl.jar
    |_ JSF.war
    |_ lib
          |_ EJB-intf.jar
          |_ Library.jar
    Working
    |_ EJB-impl.jar
    |_ JSF.war
          |_ lib
                 |_ Library.jar
    |_ lib
          |_ EJB-intf.jarThank you,
    Ristretto

    Hi All,
    I have a JSF project which makes use of EJBs through EJB injection. The project basically consists of 3 components, which are independently archived (as JARs/WARs) and then added to an EAR. The components interact as follow:
    EJB JAR: contains the EJB code.
    Library JAR: contains the bean injection and common methods.
    JSF WAR: contains the JSF pages as well as a request (page) bean which inherits from a class in the library JAR (one containing a bean injection).
    The way I understand it, everything should work fine if I archive those components independently and then add them to an EAR (with the JSF WAR and EJB implementation JAR in the root, and the EJB interface JAR and the Library JAR in a /lib folder). If I do this, however, the bean injection fails and the bean proxy class is just null.
    I managed to get around this by adding the Library JAR to the JSF WAR's lib directory, in which case the bean injection works fine, but if I do it this way it means I'll have to add the Library JAR to all WAR components I have, which seems like needless duplication. Am I doing something wrong when creating the EAR or is this just the way it is? To make myself a bit more clear I include the EAR structures below:
    Not Working
    |_ EJB-impl.jar
    |_ JSF.war
    |_ lib
          |_ EJB-intf.jar
          |_ Library.jar
    Working
    |_ EJB-impl.jar
    |_ JSF.war
          |_ lib
                 |_ Library.jar
    |_ lib
          |_ EJB-intf.jarThank you,
    Ristretto

  • Error messages when deploying application on Linux NW4

    Good evening,
    my issue has been kicked around here a couple of times but none of the solutions suggested worked. Even though just a quick fix/tip would be more than appreciated, I would also love to understand the background information regarding the following message upon deployment (using Eclipse or the Deployment Manager UI):
    Starting Deployment of CalculatorEar
    Aborted: development component 'CalculatorEar'/'sap.com'/'localhost'/'2005.07.05.14.05.01':SDM could not start the J2EE cluster on the host nw4host! The online deployment is terminated. JStartup Framework is not able to deliver an information about the cluster control instances! Please check the status of the J2EE Engine (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment of CalculatorEar finished with Error (Duration 5131 ms)
    What I would like to understand is how do I check whether the J2EE engine is even running properly. The command
    startsap check nw4host
    returns the following:
    w4host:nw4adm 45> startsap check nw4host
    Checking ADA db Database
    ABAP Database is running
    Checking ADA db Database
    J2EE Database is running
    See logfile JdbcCon.log
    Checking SAP NW4 Instance SCS01
    Instance SCS01 is running
    Checking SAP NW4 Instance DVEBMGS00
    Instance DVEBMGS00 is running
    I also tried to find out the status via SAP GUI (http://photos18.flickr.com/23958483_4d6027ac46.jpg) but I am not even sure whether the ABAP runtime would know about  the JAVA stuff.
    Any other idea's or backround information to clue me up how the different components interact with each other ?
    Thank you very much in advance for your time and interest, Jochen

    Hi,
    I had exactely the same problem and found the solution here:
    http://listserv.sap.com/pipermail/linux.general/2005-May/004673.html
    After I changed the entry in /etc/hosts, everything went smooth.
    Regards,
    Andreas

  • Colour is not right in illustrator cmyk pantone cyan and aqua

    I am trying to work with colours in illustrator.  I have set my colour mode to CMYK.  I am trying to create a light aqua colour and just keep getting "out of gamut" errors.  I tried using the colour book for Pantone and even entering the number of a pantone colour I want and just does not look right on the screen
    The file will be used to print so RGB is not an option
    can some one help me set up colour settings so I can get the best match for a light aqua colour. 

    For the sake of understanding: Spot colors are supposed to be printed as one dedicated ink in the physical world. Unless you convert it to a process color in a controlled (=calibrated environment) the on-screen simulation is merely a placeholder whose representation may not be at all exact. Likewise, converting it to CMYK may not give the same color result due to how the separate components interact differently from a single color ink. That and then there may be specific halftoning and ink density requirements as well as the paper stock that change "mix" colors or at least their perception. The default generic profiles should do just fine, but feel free to instate a specific FOGRA 27/ 39/ custom/ whatever setting if you know who's gonna print it using what profiles. Regardless, you have to at least calibrate the monitor either by eyeballing it with a calibrated reference chart or a calibration device and then of course you have to use it for proof preview. Beyond that - light colors are sometimes created by reducing the ink density/ opacity and/or flattening them against white and letting the halftoning take care of the rest, but this really depends on specific workflows. At least on my crudely calibrated system here at home I have no issues to get a reasonable representation of the color, so something may be up on your system.
    Mylenium

  • Newbie Needs direction of where to look

    I am new to Jdeveloper 11g and still quite new to Oracle 11g. I have a simple table in Oracle which I have brought into Jdeveloper by creating a Web Fusion Application.
    Within the App I have created 2 views of the same table. The first View I have bound to a Pivot table with 2 of the fields available in a pivot filter bar.
    The second view I then bound to a graph.
    All I wanted was when the user changes the pivot bar value on either field the graph would automatically update to reflect the new data shown.
    I was using the queryListner event of the pivotfilterbar but I am unable to find the right way, using Java, to retrieve and read the selected values. I have read Java api document for the pivotfilterbar but I cannot see any methods for this.
    I am starting to think I have to get the value from the view......how??
    The graph view is already setup with binding variables and a view constraint ready to be populated with values.
    I am not sure if google has failed me or my lack of knowledge has failed google but I am now going round in circles trying to understand how these backing beans and adf data visualisation components interact.
    I have no real code to place as I have not written any yet. Please can somebody point be in the right direction

    Thanks the source table is the same but the queries the 2 views are based on are different. I want the pivot table to show only a single weeks worth of results via the pivot filter bar. The graph I want to show a trend of the last 26 weeks. I just need the plant number and another filter to restrict the data.
    I have tried using task flows to no success and also tried to build the view so that the page was bound also to no success. I have a query event and I am able to cast it to a UIPivoyfilterbar but after that intellisense offers me no help to understand how to read the selected attributes....
    If it is not possible this way then is there a way this event can read the plant and other filter from the view?

  • When opening a saved project it comes up in an unusable state . . .

    . . . all the panel windows are blank, including Layers/library/wireframe components, interactions, properties. The artboard is still there, and in one case one button was visible in the project, though not in the layers/library panel.
    Tried this with both projects created directly in Catalyst, wireframe style, and in projects created from imported Photoshop image.
    Looked for anyupdates to Catalyst to install & found none. Searched this forum also.
    Any ideas folk? Thanks in advance.
    James
    Windows 7 Pro, quad i7 with plenty of RAM/HD space.

    Thanks, gnicolen, that does seem to be the workaround.
    When I was troubleshooting I must have thought I saved one project when I hadn't, so when it came up incomplete I thought that was another symptom.
    Still, I hope Adobe puts this on their "known issues" list and comes up with a fix.
    By the way, your reply got my mind to working & I decided to go into the Windows file association list to see if maybe it wasn't set to recognize the .FXP format, but that wasn't the case. Windows does recognize FXP as a Catalyst project.
    James

  • Which java exceptions are "critical"?

    We have a production EP 7.0 with 1000+ users using ESS/MSS and CRM and soon BI. The J2EE engine is throwing 1000s of exceptions (actually there are 10081 in default.X.trc), how do I know, which ones of those impact production? We have SolManDiag and Wily in place but I haven´t found yet anyone, who´s able to tell me how to monitor the portal, not in sense of performance but in sense of proactive monitoring.
    Example:
    If I see something like
    #1.5#00118513360B0059000002C2000017680004323F12C40B83#1181146386008#com.sap.portal.portal#sap.com/irj#com
    .sap.portal.portal#reichmannj#162823##portal_POP_5365450#reichmannj#c9643260144811dcc0c200118513360b#SAPE
    ngine_Application_Thread[impl:3]_24##0#0#Error#1#/System/Server#Plain###ErrorPage: com.sap.pct.hcm.employ
    eeprofile.monitoringoftasks.r3proxies.Hrwpc_Rfc_Montask_Getlist_FaultException:  - NO_AUTHORIZATION#
    is that a systemic error that an administrator/operator needs to take care of or is this "just" a user trying to execute something he has no permissions?
    Second example is
    #com.sap.sql.types.BigintResultColumn#Guest#1####1f131960148a11dcb39700118513360b#SAPEngine_Application_T
    hread[impl:3]_24##0#0#Error#1#/System/Database/sql/types#Java#com.sap.sql_0019##Exception of type com.sap
    .sql.log.OpenSQLException caught: Cannot fetch column 2, which has JDBC type BIGINT, into a Java variable
    of type int..
    #3#com.sap.sql.log.OpenSQLException#Cannot fetch column 2, which has JDBC type BIGINT, into a Java va
    riable of type int.#com.sap.sql.log.OpenSQLException: Cannot fetch column 2, which has JDBC type BIGINT,
    into a Java variable of type int.
            at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
            at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
            at com.sap.sql.types.TypedResultColumn.fetchError(TypedResultColumn.java:74)
            at com.sap.sql.types.TypedResultColumn.getInt(TypedResultColumn.java:91)
            at com.sap.sql.jdbc.common.CommonResultSet.getInt(CommonResultSet.java:369)
    I can see that this is some sort of SQL error but I don´t see who or what triggered that command (there´s nothing above or below) nor do I see here, what´s the cause of that. For me it´s impossible to distinguish, if I need to react and do something or not.
    Can anyone throw a light on that please? I´d HIGHLY appreciate...
    Regards,
    Markus

    The main problem is, that nowhere is documented, how to configure. If we do implement BI-Java, I have absolutely no clue, what needs to be configured in sense of monitoring and where to have a special look on. I´m aware that tuning a system is an iterative process and that there is no "default-is-good" configuration, but a little help (in sense of documentation) will be very helpful.
    I don´t know, if some BI-Java parts use SLD or not, it´s simply a blackbox, one has a step-by-step (well, almost) configuration guide, but one does not know, how each components interact with each other, with the portal or the backend.
    Imagine if ABAP (what is a virtual machine as Java is) wouldn´t have ST22, ST04, ST02, SM21, SM50/SM66 but just simple textfiles where everything from each module/component is written as plain text bumped into one single file. If 1000 users work on the system concurrently and you have an 8 MB textfile at the end of the day, wouldn´t you ask if that could be done "better"?
    Maybe I´m just too demanding and spoiled from ABAP but if we put a system of that size into production I must have a possibility to track, to monitor and to "watch" the system in a way, I can decide, whether I need to act or not. If that´s not possible as of now, I´m really wondering, if we use the right "tool" if that amount of complexity and abstraction is necessary to achieve the goal. I don´t feel good and what I read here doesn´t add the feeling of "good, we will be able to manage it somehow".
    The purpose of a portal is (in the end) to make tasks easier (to optimize a business process) and eventually help the company to gain more money, it´s not to have technology ending it itself due to an unmanageable amount of complexity.
    Markus

Maybe you are looking for

  • VPN - Installed but won't connect

    Hi all, I've configured VPN in Server Admin and it's on.  I've installed the config file.  When I try to connect to it I get the following message:  The L2TP server did not respond. This is the first time I ever setup a server so please be patient an

  • Is power off and on again the same as 'reboting' iPhone?

    To reboot the iPhone due to playing a big game or whatever other reason - To refresh lets say. Is turning the power off and on again the exact same thing as holding down power and the home key together? Is there really any difference? -Frankie

  • Problem importing "still" images from DV tape

    (Setup: iMovie 9, OS X 10.58, Pansonic NV-GS250) Hello everyone, I m trying to solve the following problem: I need to edit (fades, overdub etc.) a movie which has been mastered by someone else. The DV tape I am trying to import has a lot of "still" s

  • Any way to keep old music

    if I have lost access to the original computer used to install the music and started over on a new computer and add new music to my Iphone?

  • HELP ME - Stuck at copying chapter 7

    Hi guys.. Last night I rented the game's disc but when I reached chapter 7 it says "copying chapter 7 - time remaining 0:2:32" It's been stuck for too long. What should I do? I tried deleting the data and reinstalling and also rebuilding ps4's databa