I\'m trying to generate eclipse-project files using Maven2 eclipse-plugin for RAD7.5. All is going well except for the dependencies in the EAR\'s .project file.
I want to make user Login Authentication in my web application. I am using RESTEasy restful framwork. I want to do advance login system that will generate token, make an email to user for verification
I am working on a desktop Java application that is supposed to connect to an Oracle database via a proxy which can be a Servlet or an EJB or something else that you can suggest.
I have installed Glassfish 3.1.1. Open Source Ed. Server for my development purpose and Eclipse Indigo as my IDE. The add-on(s) i have installed in eclipse are Glassfish Server Tools and Spring 3 Tool
I have 开发者_StackOverflow社区a file in my working project. It\'s in the current directory of source code.
I have a JavaEE application that needs to access a file in order to obtain certain informations about the installation.
when i added JSF support to my project, following this tutorial http://www.mkyong.com/jsf2/how-to-make-eclipse-ide-supports-jsf-2-0/
my project uses maven 2, spring 3, JSF 2 , ICEFaces 2 i downloaded icefaces eclipse plugin from here http://www.icefaces.org/main/downloads/os-downloads.iface?category=Eclipse,NetBeans
I have a c library which i am using in my application on various platforms. Currently, I am planning to develop a web service using same c library using JNI. I will host this webservice using some app
We are using Spring HibernateTemplate class for hibernate operation. I need to execute a query with in clause and setting the options for in using an arrayList. For that i need a org.hibernate.Query o