Java based framework wanted

Hi,
We have multiple combinations of ( hw and sw) call them TypeA, TypeB .... TypeX nodes. Each of these types have a set of properties.
So type A has eg.
- dgray =2
- vision = "type3"
- dg = 23
And type B has eg.
- fix = patch1
- ftp = host.com
- speed = 2gbit
..... and so on.
It should be possible to configure these node using a common file or in separate files. Each type can have dependencies to other types.
Is there an open source framework that supports this?
br,
//mike

This is way too vague a description. You for example assume that everybody in the world knows what (hw and sw) means.
This seems to be some sort of reboot of your earlier attempt in 2012:
get method returning objects that are sub sub classes of a specific type
which paints a clearer picture. So what has changed since then that you now come up with this very abstract question?

Similar Messages

  • JAVA Based alternative to Oracle BPEL

    Hi all,
    Do we have any "JAVA" based framework to impelement a SOA process. We have a simple workflow which call few web services and a human task is involved. We don't want to go for Oracle SOA Suite for some unavoidable issues.
    At the end of the day we want a JAVA based solution for our workflows which can be installed on a single standalone OC4J server without bringing in the BPEL Integration Server into the picture. Since SUN and Oracle have now merged , are they rolling out a java avatar of Oracle SOA Suite.
    If anyone knows any java based alternative to implement a workflow please let us know-
    thanks and regards
    vishal

    well..you could have a look at some opensource bpel engines
    http://en.wikipedia.org/wiki/Comparison_of_BPEL_engines

  • Acknowledgement in Java based appliacation

    Hello experts,
    I am doing SOAP-PI-Proxy Asynchronous scenario.
    SAP PI exposes the Web service and it is being consumed by Java application.
    Now client wants either system or application level positive acknowledgement in their application.
    please suggest me steps or sample code for this?
    Note:- I have searched for the relevent threads but not able to find the solution.
    Thanks in advance
    Regards
    jagesh

    Hi,
    My requirement is that Java based application wants confirmation that sent data are succesfully updated in SAP R/3 system through the ASYNCHRNOUS scenario.
    In your given thread, blog specified by https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3531 [original link is broken] [original link is broken] [original link is broken] is looking useful for me.
    i think i need to develop some modules in SOAP Sender Adapter and Some coding is required in Java side.
    But still i am not getting exact way for this.
    Please suggest me further.
    Thanks & Regards
    Jagesh

  • Question about java-based server app frameworks

    Hello, I am working on a Java applet application and would like to choose a Java-based scalable server framework to use within my applcation. I have found a few like xsocket or QuickServer and have a question about other. And, also, which is the one You may advise? Yours sincerely, Slawek

    For online gaming server. I first heard of xsocket and started using this, but have the problem with NAT. I now know that I need to initiate connections from client behind NAT (server has a public IP) and send messages from server to client within the same connection. I am doing this the following way (as shown in examples- below), but it appears that server receives messages, but client doesnt. I dont listen on any ports in client application and just need to take advantage of the connection initiated (information go from client to server properly).
    Server-
    try{ nbc = pool.getNonBlockingConnection(inetAddress, 8090);
    try{ nbc.write("|01|______|02|______|03|______|04|______|05|______|06|______|07|______|08|______|09|______|10|______"); }catch(Exception ee){}
    }catch(java.io.IOException f){}
    Client-
    public boolean onData(INonBlockingConnection nbc) throws IOException,ClosedChannelException,BufferUnderflowException,MaxReadSizeExceededException{
    String x = nbc.readStringByLength(100);
    System.out.println("S >> C = "+x);

  • Compare Java based reporting to OBIEE

    Hello All,
    Due to a lot of misconceptions, my current client thinks that a lot of their problems will be resolved by simply retiring OBIEE and write all the reports in Java.
    Some requirements are unrealistic to ask from OBIEE and some are well...limitations.
    The client has asked us to give him reasons why he still should be on OBIEE. Has anyone done a comparison of Java based reports and OBIEE (or any BI tool)?
    Reasons why OBIEE stands out would also help.
    Thanks all!!

    There are many, many reasons why to use OBIEE. One of the bigger reasons being you don't need to know anything about Java in order to build an Answer Report.
    I've been asked a similar question in the past, to compare OBIEE versus Java based ADF. My response is that they have two completely different purposes.
    --OBIEE is end-user/middle-user driven dashboards and ad-hoc analysis. 
    --Java/ADF is for power-users to pre-constructed reporting systems. (forgive me but I don't know the ad-hoc capabilities of Java/ADF)   
    If your client has full-time java resources to commit to the creation and maintenance of a Java environment, then by all means they should probably go that route. But keep in mind that as new uses want to see different data layouts and different data sets, your java team will quickly become overburdened.
    OBIEE relieves the strain on the java (IT) team and allows end-users to drive reporting with the relatively occasional support by IT.
    Yes, OBIEE does have limitations, but always keep in mind that a) It's an ad-hoc Dashboard framework and not an ad-hoc java framework which has much greater flexibility but requires much more technical expertise b) There is a major release of OBIEE (11g) just around the corner that is about to change the game in terms of how OBIEE can be used. You should have your client stay on board until they can at least see the new features.
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • Embedding java based application in  portal

    hi ,
    I want to embedd a java based application..Iam giving the pageURL in provider file..will it work r any problem..
    i want to display that application as portlet.is mentioning page url is enough..that is tomcat..
    Second way:if i copy all jsps and source files to htdocs and create a war file and ear file..will it works..
    how to mention in provider.xml file to show this application in portal.
    is there any specific way..
    plz mail me
    regards,

    Our expirience with these types of applications is that you will need to integrate your jsp files (to some degree) into Oracle's jpdk framework, which essentially means some of the functionality of your jsp files may not work properly unless you switch to use many of JSP files with the JPDK api (i.e. custom tags and custom api calls so that the portal can render your application as a java portlet provider).
    I think there is also a way that you can deploy your web application in oc4j and possibly use the web clipping portlet to show this java based application, however, I am not familiar with this, and you should probably ask Oracle Support for more information
    Regards,
    Jack
    Check out Compoze Portlets for Oracle9iAS Portal v2.0 featuring portlets for discussion, chat, whiteboard and seamless integration with Domino / Exchange at http://www.compoze.com. Download them for a free trial!

  • Java Caching Framework

    Hi All,
    I m in process of evaluating some open source java caching framework which can help our web application to reduce response time.
    Though i have some open source caching framework in my list like
    JCS
    OSCache
    JOCache
    But i have never used any one of the caching framework.If any one in the group have used them in past or is working on some open source based framework,please do share there experience so that it can help us in deciding the best available solution.
    Thanks in advance
    -Umesh

    You may want to check out Hazelcast . It is an open source distributed, transactional distributed cache for Java. Hibernate second level cache plug-in is also available .
    Hazelcast is released under Apache license. It also have distributed lock, topic, multimap, queue and executor service implementations. [This 10 minute video|http://www.hazelcast.com/screencast.jsp] is very good to get started.
    -talip
    Edited by: talip_ozturk on May 2, 2010 1:59 PM
    Edited by: talip_ozturk on May 2, 2010 2:16 PM

  • Front End for BW 3.5 and Java based application

    We are trying to connect two systems; SAP based (through BW) and Non-SAP based (Sybase, Java based) applications. We are exploring BI Java SDK with UDDI or XI services to bring Non-SAP data to NetWeaver. We don't want to store all data from sybase to BW. We could use Front end of BW or any other GUI from SAP Portal. I have heard options like UI, GUI machine, net weaver developer studio, visual composer. Ideally, we would like to combine non-sap and sap data in Business explorer/BW web browser but any other front end suggestion within Net weaver frame work will help us keep our cost down. Please advise.
    Thanks.
    Vinay Karna

    We're in the middle of upgrading from 3.1 SP 22 BW w/6.20 SAPGUI. We've only upgraded a sandbox BW server at this point, but we have upgraded all BW team members with SAPGUI 6.40 FEP 5 and can successfully connect to our 3.5 and 3.1 BWs.

  • Solution Monitoring in JAVA Based Components ?

    Hello Experts,
    I have configured the Solution Monitoring in Solution Manager server with Satelite systems (ECC and  CRM systems.) in Abap based Components
    1.Earlywatch Alert
    2,System Monitroing
    3,Central System Administration
    4,Service Level report   All of them working fine
    Now I want to setup all the above setup for Java based Components. 
    1.Is it possible to setup Solution Monirtoring in Java?.
    2. How to configure the above setup?.
    3. Is there any simulator or Help files availale?.
    Thanks
    Thirumal

    HI Mayank,
    I have followed the below steps.
    basic steps for JAVA EWA:
    configure solution manager diagnostics tool in solman
    install wily interscope manager in solman
    install SMD agents in satellite system
    install wily agents in satellite system.
    make sure about the sp level in satellite system.
    The wily files depends on the SP - level
    1.Could you tell me how to generate the EWA report for JAVA.
    2. Could you give me document/simulator to configure the workcenter
    Thanks
    Thirumal

  • System freezes every time I use a Java based app

    Hi all,
    Very new to all this as I don't really know what to do, where to post or really how to ask about this.
    It started out that I wanted to try to use JAlbum, a program that creates photo albums to share on the web etc..... I upgraded the Java app on my WinXP Pro (service packs and updates in place) to the newest version of Java. I even uninstalled all previous versions of Java, rebooted a couple of times and installed the newer version (j2re-1_4_2_10-windows-i586-p.exe).
    I was instructed to install the JEdit free edit pad type app. The application went smoothly. When I exited the installer my system froze. When I rebooted and started up the .jar file all went well. I created a test file and saved it and then exited the program. System froze up. Started up JAlbum after rebooting, same thing. Program works right but then system freezes up and I have to do a hard reboot.
    I work with 3D stuff all the time (Poser, DAZ Studio) as well as in Photoshop CS so my system is kept up to date for this reason alone. My system is considered very stable my geek friends and so this is very strange as this has NOT ever happened to me in the years I've been using WinXP Pro!!
    Please let me know if there is anything you can suggest, besides reloading up Windows, that's not an option, that's the easy way out and with more thant a hundred programs on board that is not something I relish doing!
    Thanks very much
    System Specs:
    Win XP Pro Edition (SP 1+) - P IV/2.0 Ghz
    NVIDIA GeForce FX 5700LE - 250Mb's DDR RAM
    Sony ViewSonic G810 monitor - 20" viewable screen
    On board - 1 1/2 Gigs of DDR RAM
    1 internal - 1 external Western Digital Hard Drives
    1 internal Seagate Hard drive
    Richard :-)

    I was turned on to a thread here that seems to have some info.
    http://forum.java.sun.com/thread.jspa?threadID=661574
    I did update my Direct X that I'm embarrassed to admit was out of date. Still froze the system after the reboot trying to run a Java based app. So now I have tried the vaiable solution and set the nVidia video card options to Application Controlled and I'll see what happens.
    I'm going to reboot, again and then run JAlbum and keep my fingers crossed. If that doesn't work then how do I implement the last posters suggestion?? Through the Run dialog (copy/paste and hit OK?)
    Thanks much for your help!
    Richard ;-)~

  • Java technology/framework suggestions required for solution.

    Hi,
    I'm a C/PRO*C developer (for the past 12 years) and have been asked to do some Java ( which I haven't touched for 13 years).
    I would like you input on the 'correct' solution (kind of like an architectural overview) of the technologies I should be looking at.
    There are two parts to this.
    I need to write a web browser/Application that picks up a file locally on windows PC and reads the contents of the file to populate some url parameters which go to a specific web sevice via HTTPS.
    I then need a web service or some kind of servlet (I guess) that on receipt of the request by the client then stores (to a database) the request for auditing and then creates a soap message (using the data receieved) to an external third party( WSDL provided by thirdpparty). Once the thirdparty responds the web server then generates a web page for the client which includes a number of options and details retrieved from the thirdparty are displayed and on the client selecting them the result is sent to the server and the selected option is stored.
    Part of this must be that the server must be capable of running as a number of instances. It must be highly secure.
    What java technologies/frameworks should be looked out? Is my very rough design fundamentally floored?
    Thanks in advance.
    OFN

    OldFashionedNewbie wrote:
    So should I use servlets as opposed to JSP? or JCF?Servlets are not opposed to JSP. (JCF? Do you mean JSF?) You can and would use both Servlets and JSP, however, I have grown to believe that JSPs are awful and you should use Velocity instead. From what I've heard of JSF, I'd avoid that too.
    Essentially then create a servlet that accepts HTTP request and manipulates a call to the thirdparty, audits data to database, and returns a page back to client which then accepts the option.The server accepts the HTTP request and deals with that lower-level stuff for you, then it invokes your servlet.
    The servlet shouldn't call the third party, etc.; it should invoke other code (that you'd write) to do all that. You need a layer of abstraction between your business logic and the web tier. Among other things this will make it much easier to test.
    If I were wanting to run this as a in multiple instances then I create a connection pool to the database. But could multiple app instances be able to use one network connection to the ThirdParty?I suppose they could but it seems like more trouble than it's worth and a whole layer of infrastructure that I wouldn't bother with unless (a) you've demonstrated that it's a problem during profiling, and (b) you find that there's some preferably open-source library that handles this for you.

  • How to find table used in java based forms

    In R12 how can i find table name used in Java Based forms.

    Record history for OAF / Selfservice pages is only available in R12.1.1 - pl see MOS Doc 565870.1 (Oracle Application Framework (OAF) Release Notes, Release 12.1.1) - it is not available in 11i and 12.0.x releases.
    HTH
    Srini

  • Handle a pdf using using the Java-based programming

    Could I handle a PDF document created by LiveCycle using the Java-based programming?
    I want to say, don't use the LiveCycle server-based application.
    I'm developing a small desktop application. This application read from the database and populate a PDF document. The PDF document has many forms and they use a button to increment the field in the subform or duplicate the subform.

    Could I handle a PDF document created by LiveCycle using the Java-based programming?
    I want to say, don't use the LiveCycle server-based application.
    I'm developing a small desktop application. This application read from the database and populate a PDF document. The PDF document has many forms and they use a button to increment the field in the subform or duplicate the subform.

  • How to include a .desktop file for a Java-based PKGBUILD?

    I've tried searching a for a while and can't seem to get anywhere with such generic search terms, but I was wondering what would be the proper way to include a .desktop file and possibly an icon for a PKGBUILD that is just a Java-based program?  I think it would be a lot more user-friendly for people if I could add  the program to their menu when they install it.
    As things are right now, the PKGBUILD just creates an executable script in <code>/usr/bin/</code> that runs the jar file with the proper classpath (as per the Java Packaging Guidelines), and there is nothing to actually make/compile (thus no .desktop file directly from the author).  The package I plan on adding these features to is jGnash in the AUR if you want to take a look.  Thanks!

    elasticdog wrote:
    It took me a little while to track it down again too   You can find the guidelines here: http://www.buchuki.com/misc/archjava.html
    If I get bored later tonight, I'll try to convert that document over to the wiki...
    Took me a couple days to get bored, but tonight I added and slightly edited the Java Package Guidelines to the Wiki...

  • Projet : java based discussion forum

    hi all,
    i am planning to build a project based upon JAVA.
    the base concept is to build a java based discussion forum.
    this is my first independent project so can anyone please suggest answers to following questions :
    (1) how to start building a project.
    (2) for text editor in my project should i use any existing editor or should i create editor on my own.
    thanks
    pratz

    804658 wrote:
    and for the editor related question may be i was not clear with the question.
    actually i wanted to ask about the editor that the end user will use in my application to post his thought but ill appreciate if you could have asked me that for which editor i am asking the question instead of directly saying that i am not ready to build a project, that is really discouraging.Well, I'm just giving you honest feedback. If you don't even know how to start a project, then a discussion forum is probably a bit out of your reach.
    As for your question about the editor. I assume you're creating a web based discussion forum? Then the "editor" would be just a regular HTML textbox (most likely) that the user would fill with his text.
    But maybe you'll want to start with something smaller. For a discussion forum you'll need to know how to use databases, create web user interfaces and handle all sorts of other things. Do you know how to do those or did you think (like so many others here) that you'll just pick those up along the way?

Maybe you are looking for

  • Preview In Browser Not Working With Safari 3.0 On Mac

    When using the "Preview in Browser" command from DW CS3, the file address information is incorrect when previewed in Safari 3.0. I don't recall this being a problem before I updated my Mac to Tiger. Anyone else had any problems with this? Thanks, clo

  • Web Service Wizards crash with java.lang.StackOverflowError

    Hi there! I'm desperately trying to integrate some Web Services into our Java project developed with NWDS 2.0.7 / WebAS 6.40. Unfortunately every time I try to create Virtual Interfaces or a Web Service within the Web Service Perspective, nothing hap

  • Adobe Reader 10.1.3 MUI error 1321

    I posted this in the enterprise forum but have not had any luck getting a response so I'm reposting it here to see if I have any luck. I am currently deploying Adobe Reader 10.1.3 MUI and I am seeing several machines fail the installation and report

  • Desktop Software Not Starting Correctly

    Greetings all, When I start my BlackBerry Desktop Manager, I receive the error "The ordinal 6 could not be located in the dynamic link library ilsync.dll". Which causes me not to be able to sync my phone. I am running v4.7.0.32[Nov 4, 2008] Any sugge

  • Flash skins and designers

    Hello, I'm primarily a Designer and I'm trying to  create multiple themes for a flex application. Each theme/look will be replaced every couple of months. It seems as though Flash (at least from a designers perspective)   is the best way to do that o