What is Eclipse, WTP and Lomboz.. ?

Hi..
Friends I am very new to all t his J2EE, can any one what is the differnce between Eclipse, Web Tool Platform and Lomboz eclipse.. ?
What should I use to develop J2EE applications that includes JSP, Servelets, Htmls etc...
Currently when I use Lomboz eclipse 3.2 I am not getting support writing for Html / Jsp.. like I get support for html in Dreamweaver...
Are seperate plugging required with Lomboz for that type support ???
It would be nice if any one can help/guide me on this issue...

thanks once again...
I wil download that.. rather started that "MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller.exe".
If its a Visual Editor then its more better I think, then why is that not popular as 'Eclipse' and ... like in lomboz I do not have to install anything for servlets and jsp and yes Struts ... is that same for Myeclipse or do I need seperate intallation for all that... ??

Similar Messages

  • What is eclipse 6 and is it need to install creative suite 6 family?

    hello,
    what is eclipsi 7 cocoa and do I need i to install creative suite 6 family?

    eclipse is an open source development environment that can be extensively customized for specific uses via plugins.  adobe uses eclipse for some of its software (eg, flash builder) so it is essential for the adobe plugins that use eclipse.

  • Problem with Eclipse 3 and Lomboz 213

    Hi, I am pretty new in working with Eclipse, and i?ve been trying to create a small j2ee aplication just to try, but I?m having problems when trying to create an EJB, everything goes fine (I created a component with a method, then I added this module but when generating the interfaces.....) until I have to genrate the EJB classes. When I click in "generate EJB Classes" for my component, I get this error:
    "Error generating EJB Reason: J2EEAction.internal "
    I have no idea what it might be, if somebody knows or has any suggestion of any kind please e-mail me to [email protected]
    I don?t know if its a bug of the lomboz, if it is, please tell me what to do.
    Thanks.

    I don?t know if its a bug of the lomboz, if it is,
    please tell me what to do.It is a bug in Lomboz. It has a forum here: http://forge.objectweb.org/forum/forum.php?forum_id=360.

  • Parent Applications with Eclipse WTP

    Hello,
    I have an question upon Eclipse WTP and Oracle 10.1.3.
    In my project we have 4 EJB Modules which are in 4 EAR Files and are deployed on the Oracle 10.1.3 application server. One EAR is the parent for all the others. So I configured the server.xml like this:
    <application name="Server" path="server.ear" />
    <application name="Server2" parent="Server" path="server2.ear" />
    <application name="Server3" parent="Server" path="server3.ear" />
    <application name="Server4" parent="Server" path="server4.ear" />
    What must I do to tell Eclipse WTP that the projects depend from "Server" when they are deployed by Eclipse to the application server?
    Anyone any ideas?
    Greetings
    Marcel

    The deployment task doesn't expose the parent attribute as an out of the box capability in WTP.
    Under the covers it's invoking an Ant build script which uses the <oracle:deploy> Ant task. This Ant task does expose the parent attribute for the application being deployed.
    I just mucked around with a little and have a 'sorta' solution.
    The OC4J WTP plugin is defined in a file called: servers\oracle.10.1.3.serverdef.
    This defines the details for an OC4J server definition.
    What I did was to add a new property called application.parent.
         <property id="application.parent"
              label="%label.application.parent"
              type="string"
              context="server"
              default="default" />
    And in plugin.properties added the label text
    label.application.parent=Parent Application:
    Then I modified the buildfiles\oracle.10.1.3.xml file and added the parent attribute to the deploy.j2ee.ear target:
    <target name="deploy.j2ee.ear" depends="check.skip.ear.deploy"
    unless="skip.deploy">
    <antcall target="package.module.ear"/>
         <oracle:deploy
              deployerUri="${deployer.uri}"
              userId="${oc4j.admin.user}"
              password="${oc4j.admin.password}"
              file="${server.publish.dir}/${module.name}.ear"
              deploymentName="${module.name}"
              parent="${application.parent}"
              bindAllWebApps="${oc4j.bind.website}"/>
    </target>
    Now fire up eclipse.
    What you should now see is when you define an OC4J 10.1.3 instance you can set the "Application Parent:" value and this is then supplied to application when it is deployed.
    Voila!
    Now the small usage wrinkle here is that this property is set per OC4J server instance definition -- so in your case, you'd need define 2 OC4J server instances. One server definition where the parent is the "default" application and use that deploy "Server" and another where the parent application is set to "Server" and use that to deploy Server 2-4.
    If you want the changes I made to the file, then send me an email at steve dot button at oracle dot com and I'll send them to you.
    I put a few screen shots and a bit of a discussion here:
    http://buttso.blogspot.com/2006/11/hacking-eclipse-wtp-oc4j-to-add-parent.html
    cheers
    -steve-

  • Flash Builder 4 and Eclipse WTP Plug-in

    I need someone to help put me in the right direction as to how configure Eclipse WTP Plug-in in Flash Builder 4. I have the plug-in downloaded on my desktop with 2 main folders (features and plug-ins) in it. At this point I am stuck as to where to go from here to get WTP into, and/or work with Flash Builder 4. I running the standalone version of FB4. Someone please help me.
    Bliss

    Praveen
    Please accept my sincere gratitude for your advice. Because for the time, after countless attempts to install this plug-in that I am noticing that even for a beginner something is beginning to make sense in the installation process. Now, I am NOT confirming completion because I am no sure of it. I am just saying I like what I see so far. That said, please advise as to what next  on what about to narrate to you. That is:
    I followed the recommended method (Help --> Install New Software). I did several plug-ins filtering along the way on installation prompts. After which the installation completed. FB4 restarted and for the first time there is emerged among the menus in the menu bar "WTP Tests". But as try to test-create a new Flex project I realized that the "combined Java and Flex projects" does not show up under the J2EE Application Server Type. Meanwhile, when I hover over the "WTP Tests" I see an "open" option. When clicked, I get a dialog captioned "Test Collector" listing many test suites to be ran/tested.
    Question:
          1.     What must i do to make the "combined Java and Flex projects" show up under the J2EE Application Server Type?
          2.     Do I need to run the tests on these Test Suites?
    Please advise. Once again, I appreciate your advice a great deal. Thanx in advance.
    Bliss_0

  • Apache Axis and Eclipse WTP

    I've just started to use java recently and now trying to develop SOAP web services. I've installed Eclipse and Eclipse Web Tools Platform (Eclipse WTP) as my IDE, and Apache Tomcat as my web container.
    In order to develop java web services, I think I need Apache Axis which is basically a SOAP engine that parses java objects into SOAP messages. And included in Eclipse WTP are java web services tools built upon Apache Axis. Therefore I can start developing web services without installing Apache Axis for my Apache Tomcat.
    The question here is when I need to deploy my web services in a real-world Apache Tomcat server (which also includes Apache Axis), what should I do?

    Hi,
    All that you want to do is trying to call a web service and get the response from it, you can use the WSDLs from any weather or lets say google. From XI you can call it and you would get response in SOAP format.
    If you want to create a web service, create a SOAP to RFC scenario in XI where RFC returns you some thing that you wanted in sync fashion. Now use the WSDL genrated from this scenario and import in XI for another scenario.. where it could be a HTTP to SOAP. Now you would get the response of RFC in SOAP format it self..
    VJ

  • What is eclipse 7 cocoa and do I need it to install creative suite 6 family?

    hello
    what is eclipse 7 cocoa and do I need it to install creative suite 6 family?
    Thank you

    https://www.google.com/search?num=100&lr=&newwindow=1&safe=images&as_qdr=all&site=webhp&so urce=hp&q=eclipse+7+cocoa&oq=eclipse+7+cocoa&gs_l=hp.3...1591.1591.0.2761.1.1.0.0.0.0.62.6 2.1.1.0.cprnk%2Cremre%3Dgame...0...1.1.32.hp..1.0.0.odEXLgTJyh0

  • Eclipse WTP + JWSDP + Tomcat

    Hi,
    I am trying to setup eclipse WTP with Java WSDP (1.6) and Tomcat for JWSDP
    (http://java.sun.com/webservices/containers/tomcat_for_JWSDP_1_5.html)
    Any idea whether it is possible to have such development environment or
    would I have to use Netbeans?
    Wouldn't I require a server runtime for (J)WSDP instead of Tomcat's deault
    Axis runtime? Is there such a runtime available?
    Thanks!

    I guess you could say that using Tomcat+WSDP in WTP would "work", but
    not with the same level of integration that you get using the WTP
    supplied Axis. I'm not familiar with JSDP, but I don't think WTP would
    get in the way. However, I can't say if it will provide as much
    "developmental help" as you are looking for.
    Larry
    Neeraj Mahajan wrote:
    > Hi Larry,
    >
    > By "development environment" I mean an intelligent IDE i.e. something
    > like eclipse+WTP that would help me develop/build/deploy/debug Web
    > Services. As you mentioned Tomcat doesnt include Axis runtime, and that
    > is the reasin why, I think, it can be used with Java WSDP too. But AFAIK
    > WTP includes Axis runtime to be used with Tomcat. So the question is,
    > can I use WTP to develop WebServices for Tomcat+WSDP. If yes, then what
    > plugins do I need to use for this.
    >
    > Cheers,
    > Neeraj
    > PS: The reason for using WSDP is beyond my control :(
    >
    > Larry Isaacs wrote:
    >
    >> I'm not sure exactly what you are asking for in the way of a
    >> "development environment". Tomcat doesn't include a default Axis
    >> runtime. I assume the Java WSDP would somehow provide that. WTP has
    >> its own support for developing web services that doesn't involve the
    >> Java WSDP. Have you investigated this support and decided to use Java
    >> WSDP instead?
    >
    >> Cheers,
    >> Larry
    >
    >> Neeraj Mahajan wrote:
    >>> Hi,
    >>>
    >>> I am trying to setup eclipse WTP with Java WSDP (1.6) and Tomcat for
    >>> JWSDP
    >>> ( http://java.sun.com/webservices/containers/tomcat_for_JWSDP_ 1_5.html)
    >>> Any idea whether it is possible to have such development environment
    >>> or would I have to use Netbeans?
    >>> Wouldn't I require a server runtime for (J)WSDP instead of Tomcat's
    >>> deault Axis runtime? Is there such a runtime available?
    >>>
    >>> Thanks,
    >>> Neeraj
    >>>
    >>>
    >

  • Crystal Reports for Eclipse plugin and CR XI server

    I have a software requirement in which I need to support both internal (CR Eclipse plugin using the report viewer, not sure what the real name of this is) along with external (CR XI server) reporting.  In other words, I should be able to display a report (.rpt) that exists on my local app server along with one that exists on the CR XI server.  My question is this:
    So I have both sets of jar libraries (eclipse plugin and XI server) and I see that some of the them are overlapping (some of the jars have the same name).  For the ones that overlap, should I choose the ecilipse plugin or XI server ones...?
    One example I found is that the eclipse plugin rasapp.jar contains the POJOResultSetHelper class whereas the rasapp.jar from the XI server does not.  In this case, I presume I should use the eclipse version, right?
    Thanks for your help!
    Louis

    Hello Louis,
    -If you are using latest version of CR Eclipse plugin using the report viewer,then I would recommend going for JAR files of this eclipse plugin than that of CR XI Server.
    -The only reason being Eclipse plugin will give you most updated JAR files.
    -Before using JAR files from Eclipse plugin, I would suggest you to update your present JAR files to latest available JAR files.
    This can be done through Eclipse using update option.
    And once you update them, you can use those JARs.
    Thanks,
    Chinmay

  • Eclipse-Wtp/Subversion --- jDev 10.1.32

    First, congrats on a useful ide. (Has come a long way since ver 9.)
    Coming from Eclipse/wtp/jboss, I want to migrate a j2ee workspace that has projects:
    1. LIBS (a jar file used by both, web/war and ejb projects).
    2. EJB's (a j2ee ejb jar file using session, mdb's, and cmp2.1 entitys.)
    3. WEB (a war file with html's & servlets that call methods in the session beans.)
    The good news is that all the code is in a subversion repos and that I can access it from the jDev plugin. But I need some specific 'handholding' please.
    A. In Eclipse I have an option to start a new project from a project in the repos. (Check out as new project.) How do I accomplish this in jDev?
    B. I would like to deploy these to oc4j. Will jDev generate oc4j dd's based on the jboss and j2ee dd's?
    B1. Message ques need to be created in oc4j AND assigned to mdb's via jndi.
    B2. JNDI calls in general, used thruout the code, should be oc4j compatible.
    The ideal scenario, of course would be that I simply import the projects, press a button, and all deploys and runs(!) on oc4j. The question is, how close can I get to this?
    Thank you.
    nat

    Try to first create a project in JDeveloper and then while in it check-out the code from subversion into its directory.
    You'll then need to go into project properties->project content and also the sub nodes there to set the various directories that are used for you web app and ejb app.
    One other way that might be easier is if you have a WAR file - then you can do create project from WAR file.
    For the libs directory you might want to go into project properties->libraries and create a new library with all your jar files.
    JDeveloper can help you create OC4J specific deployment descriptors through code insight in the editor but it doesn't have a "convert from jboss" button.
    Also note that the embedded OC4J in JDev can run entity and session beans but not mdb. You'll need a stand alone OC4J to run those on. You can deploy from JDeveloper to that OC4J directly and you can also set remote debugging for it.

  • Do we need to have build.xml for a project created in Eclipse WTP

    Hi^^,
    I had created a project in struts some time back. I remember that the classes wern't compiling until we added the build.xml to the project in the WEB-INF folder.
    Now I have cretaed a "dynamic web project" in eclipse WTP. When I right click on the project I get the option of build project. When I select the option the java classes do get compiled. My question is how does that happen without the build.xml being included in the project folder. There is a build folder but it only has the classes folder when we get the .class files after compiling.
    thanks and Regards,

    hi^^,
    I will rephrase the question. How does Eclipse build the project so that all the java files are converted to class files without using build.xml.
    ?????????

  • I Can't run OCMS SipAS - OC4J 10.1.3 from eclipse WTP 1.5

    Hello
    I Installed OCMS coorectly , and its pluging for eclipse WTP 1.5
    I succefuly created in this eclipse a new server OCMS SipAS - OC4J 10.1.3
    also , I succefuly created a new SIP servlet project to perform a test
    BUT THE PROBLEME THAT WHENE I TRY TO RUN THE SERVER , A TIME OUT BREAK ALL ....
    Plz some one can Help me ?
    Plz , this is the message witch eclipse throws :
    Timeout waiting for OCMS SipAS - OC4J 10.1.3 to start. Server did not start after 240s.
    I'm realy blocked !!!

    Hi
    When you crated the "server" in Eclipse did you specify 5060 as the SIP port and
    8888 as the HTTP port?
    In that case have you configured OCMS/OC4J to use 5060 and 8888?
    The Eclipse plugin only checks if the launched process listens to the ports given when you created the "server" in Eclipse.
    Cheers
    Lucas

  • Cant run OCMS SipAS - OC4J 10.1.3 from eclipse WTP 1.5

    Hello
    I Installed OCMS coorectly , and its pluging for eclipse WTP 1.5
    I succefuly created in this eclipse a new server OCMS SipAS - OC4J 10.1.3
    also , I succefuly created a new SIP servlet project to perform a test
    BUT THE PROBLEME THAT WHENE I TRY TO RUN THE SERVER , A TIME OUT BREAK ALL ....
    Plz some one can Help me ?

    Hi All ,
    Plz , this is the message witch eclipse throws :
    Timeout waiting for OCMS SipAS - OC4J 10.1.3 to start. Server did not start after 240s.
    I'm realy blocked !!!

  • JSF Components Pallet is not appearing in eclipse WTP on VISTA OS

    Hello,
    I have downloaded WTP and copied to my laptop which uses VISTA. In my JSF project, JSF Component Pallet is not appearing when I create JSP pages, so I am not able drag and drop the components to jsp. Can any one please tell me, should i make any change in WTP preferences ?
    Thanks
    Sarav
    Edited by: Saravvij on Mar 8, 2008 8:26 PM

    Hey, I hear ya and can sympathize. I have the same
    issue. The difference is that my computer can "see"
    my ipod but it refuses to show up in itunes itself;
    therefore, I can't put anything on the ipod (from the
    computer) and vice-versa. Apple support is clueless.
    This is very frustrating to say the least. Itunes
    keeps telling me that my ipod is synced to a
    "different" computer, which isn't true. It's the
    same computer. The difference is that when I first
    got the 'pod and used it with this computer (and
    everything worked fine), I was running XP. I
    installed Vista and after that, all the problems
    started. If I ever get this resolved, believe me,
    I'll post something here.
    I'm guessing that somehow, itunes "sees" what
    computer it's hooked to by "looking" at something in
    the OS. Change the OS and it "thinks" it's seeing a
    "different" computer.
    Try reformatting it.

  • I'm getting this error statement: XULRUNNER error: platform version 6.0.2 is not compatible with min etc max etc6.0.1 - what is this about and how can it be corrected?

    This is what I think may have happened. The other day, Thursday Sept 8th, I shut down my pc in the middle of a Firefox upgrade. Now when I try to access Firefox on my pc, I get this error message:
    XULRUNNER Error: Platform version '6.0.2 is not compatible with min Version >= 6.0.1 max Version < 6.0.1
    What is this about and how can I retsore access to Firefox on my pc?

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    Do a clean reinstall and delete the Firefox program folder.
    * http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/869812]]
    *[[/questions/869951]]

Maybe you are looking for