I am having my web application deployed on Tomcat5.5 and I use it in integration with eclipse 3.2.Each time I close the eclipse and restart it, I need to republish the ... |
I need to profile a java application for a customer. It's an eclipse/maven project, so I decided on using eclipse TPTP ( http://www.eclipse.org/tptp ).
I tried to install eclipse TPTP ... |
I have pretty big background of .net, and I've decided that i want to port one of my websites to Java. (now with the asp.net MVC craze, I've figured I'd better ... |
I have been trying to learn how to use eclipse for J2ee web development and have heard alot of great things about it. I have had a lot of success my ... |
OMG - what is going on with Eclipse (3.3 Europa) - has anyone come accross this problem (bearing in mind I have been messing about with uninstalling different Tomat containers and ... |
When developing Maven web applications I usually resort the the jetty-maven-plugin to quickly launch my application for local testing and debugging. Using the launch with m2eclipse has the drawback of not ... |
I recently purchased a mac and am trying to get junit tests working on Eclipse. I am using the latest Galileo, but for some reason there is no option to "run ... |
|
Developers who have used eclipse cannot miss out the Cntrl+Shift+G combo - the easiest way to find all references to a particular member/method/class in your workspace.
Consider a scenario where you ... |
I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in production. ... |
A coworker and I have started tech spec'ing a webapp project we're going to be working on together in our spare time. We've (mostly) settled on using: Eclipse for ... |
I have created a dynamic web project within Eclipse. I created a properties file inside the src directory:
<project-root>/src/props.properties
I'm starting Tomcat via Eclipse in debug mode. Now I want to read the ... |
I have developed various Java EE web-applications in Netbeans by selecting webapplication as the project type.
Now, I want to start coding a web-application in Eclipse. The application will be based on ... |
I'm using the PHP edition of Eclipse, but was told that I also need the JEE edition. I'd like to install them both in the same install (single launch) and not ... |
In Netbeans or in Eclipse, you can use "Find Usages" or "References" from the right click context menu. If a() calls b(), using the functionality from b() will show you a(). ... |
It's been a while since I did Java work, and even then I was never responsible for starting a large project from the very start... there were test/staging/production systems already running, ... |
Is it possible to generate word documents (*.doc) in java web application using Eclipse BIRT (Report Engine)? I want .rptdesign to be an input file in generating process. I could not ... |
Our team is being required to document every method in our code, and describe what's getting passed in and out and such. Is it possible to auto-generate a document containing ... |
I currently have the standard dev eclipse 3.5.2, but now need to do some jsps etc, so want to move to the j2ee version.
Can I install the j2ee version right over ... |
I am writing a web app in Eclipse.
I am trying to use the ServiceLoader class to load some plugins.
The docs for ServiceLoader say I need to place a file in META-INF/services.
I ... |
I have BIRT integrated into web application. I can't seem to find a way to get images to show up during development/preview within Eclipse and deployment. I have tried different setting. ... |
I'm using Eclipse to develop a java web app and My IT department called and said I had over 75 open oracle connections to the development Oracle Server originating from my ... |
I am using Eclipse with Java 1.6. I was wondering what the preliminary steps were to set up the Stripes framework. (What do we do with the .jar file?) ... |
I have developed a WCF Service hosted on IIS. We have a core Java application that needs to communicate with this service. So far I have been able to use Net ... |
I've recently downloaded the Eclipse IDE for Java EE developers (for web apps development). Does it make sense to delete my "regular" Eclipse IDE for Java developers? I mean, is there ... |
I am looking at learning to program a Java EE/SE web application with the following components:
I'm sure there are other pieces. That's all I know at the moment. Would ... |
I used eclipse Helios to create a Web Service Client for consuming an axis 1.4 web service.
It generated 2 packages:
1 - datamodel.
2 - client.
Inside client package there are 5 classes:
1- ServiceName
2- ... |
I have two Eclipse Projects where one is a Spring Project that is deployed on a server and the second is a normal Java Application.
If I change something on my server ... |
I am using EclipseLink libraries in eclipse (at dev time) and deploy on TopLink, I need to show the generated sql statement.
I am using the following persistence.xml:
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0"
...
|
I'm working with web services. I have a file wdsl and I trasnformed it in two java files:
wsdl2java -uri nameFile.wsdl
One of the java file created has 87kb. When I ... |
I am searching for a way in Eclipse to stop all running instances of a Java Application when clicking run, to assure only one instance of the program is running at ... |
First note that I'm new to EE and particulary to Eclipse (I'm seriosly working with Eclipse for the second time in my life :) ).
Then I have opened Eclipse project that ... |
Ahoy!
I was wondering if there's a way to configure eclipse not to open the browser (internal or external, doesn't matter) when the user selects Run As > Run or server in ... |
I have always programmed my applications in php. But recenlty I discovered that best combination of language and server to achieve scalable comet functionality is Java + Jetty, because jetty support ... |
I am downloading this version of Eclipse. I want to know what else I should download and install before I can start working on Java EE applications.
Previously I used ... |
I have an error message " The service definition selected is invalid." when generate web service client code with secured endpoint address: https://localhost:8443/webservicedemo/services/Calculator?wsdl.
I have used self-signed certificate and here ... |
I am newbie in wkhtmltopdf. I am wondering how to use wkhtmltopdf with my Dynamic Web Project in Eclipse? How to integrate wkhtmltopdf with my Java dynamic web application?
Is ... |
I want to develop HTML5 websites. I have already installed Java for Android development. I have Eclipse Classic 3.6 installed on my machine. Now I wish to have J2EE on the ... |
I currently have a maven webapp running on my laptop using Eclipse Galileo & m2Eclipse, the application starts and runs fine.
I have just checked out the code from svn on to ... |
I want to create a webservices in j2me and i able to do Netbean 6.9.1 (righclick on project->New-> Java ME Web Service Client Information) and give wsdl url. I dont know ... |
I want to set up a SOA platform to demonstrate the key ingredients of it. Not knowing much about this topic, this seems to be an difficult task. I hope someone ... |
I'm using Eclipse;
Version: Helios Service Release 1
Build id: 20100917-0705
Do you have a good plugin suggestion for LOC counting which excludes auto-generated code?
Thanks lot,
Semanur
|
I'm working in J2EE application. We are developing application in java/j2ee. In our project we use cygwin to simulate linux os, run shell script included in application and to deploy. How ... |
I have a situation where I wrote a new component for a Java EE based ERP, I created a git repository on the clients server cloned that repository, copied the database ... |
My web-app declaration in my web.xml is:
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
|
i try to set up a swordfish environment, but i'm failing with setting up the service registry.
the first screenshot below shows the setting of the service registry in the sopera toolsuite.
the ... |
I'am trying to use web-service from a desktop-application I used the Tutorials in here and made this code to connect to the web-service server project
public static void main(String[] args) ...
|
I have a JAX-WS project in Eclipse that I launch by running the "Publisher" class:
public class WSPublisher {
public static void main(String[] args) {
Endpoint.publish("http://localhost:8080/WS/Greeting",new GreetingImpl());
}
}
The JDK uses its ... |
I have Eclipse Galileo (Version: 3.5.2), which I use to develop JAVA SE applications. I want to learn J2EE. How do I incorporate J2EE? Or do I need to install a ... |
I see there are two main distributions of Eclipse going on - One is on 3.6, 3.7, 3.8 path and the other is 4.0, 4.1 path(http://www.eclipse.org/e4/).
I don't have clarity on ... |
During lecture, my professor very quickly created a subclass in eclipse. the result has the "extend" keyword added to the subclass. I didn't see what buttons he clicked. Does anyone know ... |
well the problem say. Develop an algorithm for computing the month-by-month balance in your saving account. you can make on transaction a deposit or withdrawal each month. interest is added to ... |
I'm using the JAX-WS RI to communicate with a WebService. During using my client (which works great btw.) I get those annoying messages:
09.10.2011 20:24:11 com.sun.xml.ws.model.JavaMethodImpl freeze
WARNUNG: Input Action on WSDL operation ...
|
i have two impl packages (contains implementation for service/dao methods)
and i want when creating any new class in this package
the following line gets added to class by default (log instantiation):
Log log ...
|
I have a JEE web page and web.xml descriptor of the project has not a interactive way to add information like servlet-servlet mapping, etc. all it's only manual
Any plugin of eclipse ... |
I am using eclipse 3.6
while using Virtual Machine, which one is better option.
Option1:
-vm
C:/Program Files/Java/jdk1.6.0_22/bin/javaw.exe
Option2:
-vm
C:/Program Files/Java/jre6/bin/javaw.exe
it will ... |
i am using Eclipse 3.6,
while opening web.xml file in my Web application.
it's crucial for me to open web.xml file multiple times while doing development.
eclipse.ini configuration was given below.
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
-launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
-vm
C:/Program Files/Java/jdk1.6.0_22/bin/javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=512m
-Xms512m
-Xmx1024m
How can we ... |
I have an application running on my localhost and I want to profile the application to see how can I enhance the performance of the application. I am doing the setup ... |
I want to know how can i speed up RSA 7.5( which is an IDE by IBM having eclipse under the hood with websphere server runtimes) mainly server start. The first ... |
First I created a Java App to test my code to contact the NXT Brick using Bluetooth. Once this worked I created a Webservice instead which should connect to the NXT ... |
pepelara Joined: 29 Nov 2008 Posts: 115 Posted: Sat Feb 13, 2010 5:46 pm Post subject: Developing on Eclipse Galileo for OC4J 10.1.3.5 Hi, I know this is ... |
|
Hello everyone! I have a problem and really hope that there is a solution for it. I made a Desgin in Netbeans but then I implemented everything else in Eclipse. But now I have to retouch the design but if I open my file in netbeans I cannot see the design mode again. I tried also to import the entire project ... |
I've used Netbeans for only a few days now, and Eclipse for about a year, so bear with me A few newbie questions: 1) Is there a way to display a list of all compilation errors/warning in one neat window at the bottom of the screen, like the Problems window in Eclipse? 2) This code worked in Eclipse, but not in ... |
public class Start { /** * @param args the command line arguments */ public static void main(String[] args) { CalendarService calendarService = new CalendarService("calendar"); calendarService.setUserCredentials("jo@gmail.com", "mypassword"); ... |
|
|
Hi, I am trying to create a hello world program using AOP, can anyone tell me how to make one easily? i have a HelloWorld class, MyAspect class. I dont mind if i use Aspectwerkz or AspectJ, i have created a .xml file to weave them together but nothing is working. Can someone explain to me how to do it or ... |
Hello Rohit, The eclipse you are trying to run is a 64 Bit eclipse. It will run fine if you have 64-Bit version of Windows 7 and 64-Bit version of JDK/JVM. If you are using 32 Bit Windows 7, download another eclipse. If you are using 64 Bit Windows 7, Download 64 Bit JDK. With 64 bit the "Program files(x86)" will ... |
hai i need a how to create exe file for web applications, now i has developed one web application by using jboss server.. i want generate exe file or wrraper file for deliver to client .. if any body have solution please share with me .. i know u all the java experts i hope u can do it please help ... |
|
|
hi all I hav made a simple website in servlets and jsp I did it through edit plus and followed the required directory structure to deploy my website under tomcat... Now I am trying to open and run same application in eclipse.... I am not able to open an existing web-application..... when i am trying to deploy a fresh application it ... |
Dear all, Im using eclipse 3.2 for writting all my program for my UG project. so far i was developing program in java. when i try to write program on j2ee its not compiling or running... i think i have to configure the eclipse software for j2ee, but i dont know how to do it... i need ur help for configuring ... |
|