Develop using Eclipse

Hello

All the examples/tutorials I've seen so far to develop for Oracle BPM/SOA suite use the JDeveloper IDE. Is it possible to develop using Eclipse instead? i.e. There are Eclipse plugins that allow me to develop and deploy to weblogic using Eclipse?

Thank you :D

I think that the extension is available at jdev only.

Tags: Fusion Middleware

Similar Questions

  • How to develop faster by using Eclipse?

    Hello world! I need help - I am developing a new application for my blackberry (standard CLDC app), and I use the JDE 4.5 with Eclipse 3.4.1 + bb development plugin pack. The problem is, it takes so long to actually test the application after each generation - I have to wait for the (bb 9000) Simulator to start, or send them manually through javaloader program to my blackberry, but in most cases resets after each update. This means that, after each rebuild, I have to wait 3-4 minutes until I can start testing. It of very frustrating and slows down the whole process a lot. Is it possible to do it faster? I'm a C++ programmer and never really used Eclipse before, so maybe there is something I don't know, and if this is the case, please help me :-)

    You can launch the Simulator without the debugger: http://supportforums.blackberry.com/t5/BlackBerry-Developer-s-Blog/How-to-Set-up-a-Lightning-Fast-Bl... networks, webservices etc can also be tested with junit if encapsulate you your code

  • Developing in Eclipse, connect to JDE

    Hello

    Try us blackberry app dev but not really to make professional apps right now.

    My colleague has the code signing key on his computer and uses JDE.

    I use Eclipse to develop applications and you want to get the GET a sample application signed the JDE to his machine. Packaging in eclipse does not generate a .jdw file.

    Is it possible to get the application code signed in his dressing room without installing eclipse?

    Please let me know.

    Thank you.

    You can sign the file of cod without the jde, just use the signaturetool.jar

  • Linux hosts: how to use Eclipse gdb cross debugger for application in time real c / c ++.

    Hello
    I have a Linux (CentOS 7) on which I have installed Eclipse and:
    Compilers C & C++ GNU for Linux ARMv7 (Linux host) 2014

    I am able to build and run the sample application on my target (sbRIO-9651) "hello world" described in:

    Start with C/C++ for Linux AND real-time development tools, Eclipse Edition

    I'm not able to do, it's to my request for debugging.  I can't find the equivalent of "arm-nilrt-linux-gnueabi - gdb.exe' on my Linux host.

    Anyone know how to configure the debugger for this configuration?

    I tried to start debugging with the default options and this is the message I get in the 'console' (I have replace the IP address x.x.x.x)

    Last login: Thu Sep 17 05:25:47 2015 from x.x.x.x
    echo $PWD'>'
    gdbserver :2345 /home/admin/ProjectFolder/test1;exit
    admin@NI-sbRIO-9651-03081395:~# echo $PWD'>'
    /home/admin>
    admin@NI-sbRIO-9651-03081395:~# gdbserver :2345 /home/admin/ProjectFolder/test1; exit
    Process /home/admin/ProjectFolder/test1 created; pid = 1761
    Listening on port 2345
    Remote debugging from host x.x.x.x
    readchar: Got EOF
    Remote side has terminated connection.  GDBserver will reopen the connection.
    Listening on port 2345
    

    Thank you

    Michel

    Hello

    OK, I did some download and testing yesterday and today and I found a tool chain that strives to do remote debugging a c application / c++ on a sbRIO-9651 with CentOS 7 host operating system.

    You must download this Linaro Toolchain for Cortex-A

    Once on the page go in the section "Linaro Toolchain for Cortex-A" and download the second link linux "linaro-toolchain-binary (big-endian).  The binary gdb is here, so you must point towards him in the Eclipse debug configuration.

    You may need to install the library added to your operating system.

    Michel

  • All a BB Apps developing using C++?

    Hi all, anyone developing applications for models 957 or lower? How to start for this development? When I google, I got to know that blackberry apps have been developed using C++ previously from the following link...

    http://supportforums.BlackBerry.com/T5/Java-development/SDK-installation-Windows-login-information-P...

    I have found no links for this sdk download... Please send me the link for this sdk download.

    Yes, the upgrade of OS that you could.

    To wait for more information from other users.

  • How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Hi all

    How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Thank you all

    Here is a link to the documentation specifically: http://docs.phonegap.com/en/2.6.0/guide_plugin-development_index.md.html

    We will update the things little when we adopt a more close relationship with Cordova.

  • Java beginner UI development: using HorizontalScrollableTitleView (Component Manager).

    I'm a Java developer backend and wishing to develop my first app but need assistance of the

    HorizontalScrollableTitleView (or any other PaneManager). Is there code examples available that I can use as a reference? What I like is pretty simple so far, but I don't know how to operate it. I will like to create HorizontalScrollableTitleView, and when I click on each title, I'll like to show some tests below.

    I'm testing the code with a touch BB Simulator, when I click on a window, I always get a TouchEvent but I do not know how to handle. I have a Bold 9700 with OS 6.0, which I will like to install the app on in the future (impossible to find a simulator for it yet), what events should I look for to work on my 9700? How should I treat it?

    Here's what I have so far:

    package mypackage;
    
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.container.MainScreen;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.component.LabelField;
    import net.rim.device.api.ui.component.pane.HorizontalScrollableController;
    import net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView;
    import net.rim.device.api.ui.component.pane.Pane;
    import net.rim.device.api.ui.component.pane.PaneManagerController;
    import net.rim.device.api.ui.component.pane.PaneManagerView;
    import net.rim.device.api.ui.component.pane.PaneManagerModel;
    import net.rim.device.api.ui.component.pane.PaneView;
    import net.rim.device.api.ui.component.pane.TitleView;
    import net.rim.device.api.ui.FocusChangeListener;
    
    /**
     * A class extending the MainScreen class, which provides default standard
     * behavior for BlackBerry GUI applications.
     */
    public final class PaneManagerDemoScreen extends MainScreen implements FocusChangeListener {
    
        private static PaneManagerModel model; 
    
        /**
         * Creates a new PaneManagerDemoScreen object
         */
        public PaneManagerDemoScreen() {
            // Set the displayed title of the screen
            setTitle("PaneManager");
    
            // initialize PaneManager
            initializePaneManager();
    
            // populate Panes
            populatePanes();
    
        }
    
        public void focusChanged(Field field, int eventType) {
    
            Dialog.alert(eventType + ": " +  field.toString());
    
            /*
            if (verticalFieldMgr != null) {
                if (eventType == FOCUS_GAINED) {
                        System.out.println("Switch to: " + ((LabelField)field).getText());
                        delete(verticalFieldMgr);
                        verticalFieldMgr = displayTasks(field);
                        add(verticalFieldMgr);
    
                }
            }
            */
        }
    
        private void initializePaneManager() {
            model = new PaneManagerModel();
            //model.enableLooping(true);
    
            TitleView header = new HorizontalScrollableTitleView(Field.FOCUSABLE);
            header.setModel(model);
    
            PaneView paneView = new PaneView(Field.FOCUSABLE);
            paneView.setModel(model);
    
            PaneManagerView view = new PaneManagerView(Field.FOCUSABLE, header, paneView);
            view.setBackground(null);
            view.setModel(model);
            view.setFieldWithFocus(paneView);
    
            PaneManagerController controller = new HorizontalScrollableController();
            controller.setModel(model);
            controller.setView(view);
    
            model.setView(view);
            model.setController(controller);
    
            view.setController(controller);
            add(view);
        }
    
        private void populatePanes() {
    
            for (int i = 0; i < 5; i++) {
                VerticalFieldManager vfm = new VerticalFieldManager(USE_ALL_HEIGHT | USE_ALL_WIDTH);
                //vfm.add(new LabelField("VFM Pane" + i, Field.FIELD_HCENTER));
                Pane pane = new Pane(new LabelField("Pane" + i), vfm);
                model.addPane(pane);
    
            }
        }
    
    }
    

    I also discovered that there is a project of PaneManagerDemo in samples of Blackberry I could use.

    To use it, first install Blackberry Java plug-in for Eclipse. Launch it and then go to Blackberry > import > samples of Blackberry. Then select "PaneManagerDemo".

  • How do you see the System.out.println (without using Eclipse and BlackBerry JDE)

    Hi all

    I just want to know if there is no solution to see System.out.println.

    I use neither Eclipse nor BlackBerry JDE for my development.

    I have my jar, jad files. I convert my jar file using the CAP tool. The .cod files are generated.

    I start the trainer. Now I have 2 windows: Windows Simulor and the output (see picture).

    Then I load my .cod files. But I see not all System.out.println ("...") in the output windows.

    How can I see these System.out.println ("...")?

    Please help me.

    Thank you all.

    Thanks for your help.

    I try your solution EventLogger.

    But I have another problem:

    My request is not a native application (it is a midlet in J2ME, not a UIApplication). Do you think that it will work with EventLogger?

    How can I make a registry for EventLogger:

    static boolean register(long guid, String name) 
    Registers the name and the guid of the calling application.
    static boolean register(long guid, String name, int viewerType) 
  • My native BB app, how to connect to the remote URL and call a Web service method to retrieve the XML base result using Eclipse Version 3.7.2

    Hello

    I am new to the development of native applications from BB using JDE. I'm testing Simulator. From my native BB app, I connect a remote URL and call a Web service method to extract some basic result XML.

    I need to write a login code remote URL to achieve? If so, how?

    So, how can I use this connection object to call the Web service from this URL remotely.

    Please help me out of it...

    Many thanks in advance...

    What i am doing is, On clicking the "Login" button i want to call the webservice method like below mentioned code...
    Here WaveServices is a class and getAllCinemas() is a static method inside which a webservice method call is made..
    
    loginButtonField.setChangeListener(new FieldChangeListener() {
                public void fieldChanged(Field paramField, int paramInt) {
                    WaveServices.getAllCinemas();
                }
            });
    

    Indeed, the question was raised and answered here:

    http://supportforums.BlackBerry.com/T5/Java-development/from-my-native-BB-application-how-to-connect...

  • UI development using native language(C/C++)

    Hello

    I explore BB10 of the last 2 days and study how we do programming in C/C++ using bps. But I have found no documentation of how develop the user interface using native development of QNX? I only find dialog.h in the user interface. I find my framework in the documentation, but have not found how to use each frame? Is - is there any documentation that give samples of each framework BB10 native supproted.

    I am very interested in the native development, but I have not found any sample or any help on this. I find Aboriginal framework is supported using this link, but how we can use this in our application is not mentioned:

    URL:https://developer.blackberry.com/native/beta/documentation

    So please help me in this regard

    Thank you.

    The native user interface infrastructure is still developing. You can find the documentation Beta here: https://bdsc.webapps.blackberry.com/cascades/

  • How to send .cod file to mobile bb using eclipse?

    Hello

    I am a beginner in the development of blackberry... I try to push the .cod file to my Blackberry... Someone knows it please help me.

    Thanks cordially

    Dembélé

    Right-click on the project, the blackberry, the load on the device project.
    Or alt + shift + E, L

    You can also use the desktopmanager with the alx created in the folder of expected results.
    or use javaloader for quick and simple command line access

  • Push the connection interrupted by device - using eclipse of the bb Simulator

    Using BlackBerry plugin for Eclipse

    For OS 6

    After taking two weeks to try and correct an error "not close until you have finished" simple with SQLite, I now have a bit of a configuration issue with the Eclipse software.

    When I push a message to the Simulator, I get the following error.

    <2012-04-18 15:39:15.471 EDT>:[378]:::http://172.17.111.35:[email protected]&priority=2&besurl=192.168.1... pushId = -62be8811:136c6f71d73:-7ff576188, destination = [email protected], result code = 400 net.rim.protocol.iplayer.push.b: Push connection aborted by device>
    

    According to the knowledge base, a 400 error is 'invalid Push to the format.

    Mobile data service 3.7 and earlier versions: the email address or the personal identification number (PIN) used in the Push was not recognized as a user of BlackBerry Enterprise Server enabled for Mobile Data Service. »

    I'm sure it's something with the configuration in the rim.property file.  Something probably must be on or off, I can't understand.

    [MonitorAgent]
    MonitorAgent.listen.port=8070
    
    [WebServer]
    WebServer.Tomcat.transcoding= false
    WebServer.listen.host=localhost
    WebServer.listen.port=8080
    WebServer.listen.sslport=8443
    WebServer.servlet.monitor.port=8070
    WebServer.servlet.monitor.host=localhost
    WebServer.servlet.push.port=81
    WebServer.servlet.push.host=localhost
    WebServer.servlet.push.ssl=false
    
    [SRP]
    SRP.UID= please get one
    SRP.AuthenticationString= Please get one
    SRP.InetAddress= Please get one
    SRP.Port=3101
    SRP.logging=true
    
    [IPPP]
    IPPP.push.listen.tcp.port=81
    IPPP.connection.MaxNumberOfKBytesToSend=128
    IPPP.queue.flowcontrol.window.size=-1
    IPPP.queue.flowcontrol.timeout=600000
    IPPP.logging=true
    
    [UDP]
    UDP.receive.port=19781
    UDP.send.default=19780
    UDP.init=initialization_packet
    UDP.logging=true
    
    [HTTP HANDLER]
    application.handler.http.logging = true
    application.handler.http.CookieSupport = true
    application.handler.http.AuthenticationSupport = true
    application.handler.http.AuthenticationTimeout = 3600000
    application.handler.http.device.connection.timeout = 140000
    application.handler.http.server.connection.timeout = 150000
    application.handler.http.device.credentialTimeout = 60000
    application.handler.http.authentication.mechName2oid = Negotiate=1.2.840.113554.1.2.2, NTLM=1.3.6.1.4.1.311.2.2.10, Basic=1.3.6.1.4.1.88888.1.2
    
    [Security]
    net.rim.security.auth.DefaultDomain = rim.net
    
    [HTTPS HANDLER]
    application.handler.https.allowUntrustedServer = false
    application.handler.https.logging = true
    
    [TLS HANDLER]
    application.handler.tls.allowUntrustedServer = false
    application.handler.tls.logging = true
    
    [OCSP HANDLER]
    application.handler.ocsp.StatusProviders = net.rim.protocol.iplayer.connection.handler.device.ocsp.OCSPProvider
    application.handler.StatusProviders.OCSP.PrimaryResponderRank   = Default
    application.handler.StatusProviders.OCSP.Responder.Default      = http://dhobbs-wnt.rim.net/ocsp
    application.handler.StatusProviders.OCSP.UseDeviceResponders    = yes
    application.handler.StatusProviders.OCSP.UseCertResponders      = yes
    application.handler.ocsp.DebugLogging = no
    
    [LDAP HANDLER]
    application.handler.ldap.DEFAULT_SERVER = dhobbs-wnt
    application.handler.ldap.DEFAULT_PORT   = 389
    application.handler.ldap.DEFAULT_QUERY  = ou=people, o=rim.net
    application.handler.ldap.DEFAULT_LIMIT  = 20
    application.handler.ldap.COMPRESSION    = true
    application.handler.ldap.logging        = false
    
    [Database]
    Database.shouldConnect=false
    BESName=DAISY1
    Database.Driver=sun.jdbc.odbc.JdbcOdbcDriver
    Database.URL=jdbc:odbc:BESMgmt
    Database.DBCycleTimer=5
    
    [ACL]
    ACL.Authorization.Datastore=net.rim.shared.service.authorization.JDBCAuthorizationDatastore
    ACL.Enabled=false
    
    [ESS]
    ESS.helpfile    = help/Using_the_Email_Server_Simulator.html
    ESS.launcher    = bin/launcher.exe
    
    [Email]
    Email.deviceId      =2100000A
    Email.pop3Server    =pop3.server
    Email.smtpServer    =smtp.server
    Email.personal      =Dean Logan
    Email.address       [email protected]
    Email.smtpPort      =25
    Email.pop3Port      =110
    

    Any suggestions?

    Figured it out.

    When you set the port of the unit, I had the wrong port

    _notify = (StreamConnectionNotifier) Connector.open (appAttributes.devicePort + appAttributes.deviceSide);

    My company uses a Test port and a port of Prod, so that we can have 2 versions of the application on the device at the same time.  Then, chaning the listening port of 1315 to 1313 authorized service push push to the appropriate port and the app was able to read the data.

  • Using Eclipse. How do I create a cod JAD or JAR?

    Yes, I'll admit, a matter of n00b but nevertheless.  I searched for how to do for one or two hours now and need help please.  I am new to Java and Eclipse, well, and Blackberry development so help would be great!

    I have an application that essentially pulls a web site and authenticates users seamlessly.  The problem is, how do I create a JAD file for install OTA?  It's something I'm not familiar with that.  I have the COD and JAR files...

    Thank you!!!

    Is the JAD not in your folder "Standard"?

  • Basic question about using Eclipse

    IM using RH9 to create help for use with an Eclipse plug-in. I use the EclipseHelp Generator.jsx without any problem. The problem I have is probably very basic, but I have not found the answers up to now: I would like to include a hyperlink in one of my subjects to an Eclipse help topic that exists outside of my project. I thought that I simply copy the URL I see section target (found via the properties for the topic of the target):

    Eclipse help topic Properties URL.png

    Of course, I was very naïve. I now understand that IP address is actually a loopback address, which is useless for the creation of a hypertext link.

    My question is, how do I create a link? In other words, what address information can be used instead of the loopback address that will allow such a link to work?

    Am I barking the wrong tree entirely? Any help would be greatly appreciated.

    Thank you!

    -lc

    Thanks again, Anjaneai.

    After reviewing the situation, I realize now that it's a bad idea to try to link directly to other Eclipse plug-ins documents for a variety of reasons. Its a bad idea and therefore does not at all. I appreciate the attention - thank you.

  • Unwanted transparent after developing using trace/pathfinder forms

    In illustrator, I placed an image I created in photoshop.  Once I have find and develop, with the option ignore white selected, there are always transparent forms that I have to delete manually.  For what I do now, it's much too tedious to have to do this.  Why, if I'm "ignore white ' that I am simply a vector image black/transparent, are these forms appear transparent?

    Sorry, I meant the magic wand (always to confuse these two names).

    The side of the wand magic fill + stroke, the value 0, and then click one of the forms to select all even filled and stroked ones. Then delete.

Maybe you are looking for