Hey guys.I\'ve developed some services in REST that are running on Glassfish 3.1. I have a Java SE application and I am using Jersey as the client api.
I\'m building a javaee6 application that processes smses. basically smses come in via smpp, to a JMS Queue and then are processed by my application.
I have following web-fragment.xml in a jar file, under META-INF/ It seems I cannot get it to work (although I think it did in previous tests).
I\'ve been building a portion of an application to persist a user\'s dashboard objects and the JPA has been messing me up for ages.
I am working on a JEE6 project for some client, he asked me to create a very simple e-commerce shop. I am not very familiar with money transfers online, I want to allow the customers to be able to tra
I have implemented a login using a backing bean and request.login() function.It works fine but if the login fails it throws a nasty error.It\'s fine because I have caught a differnt error before hand(
Folks- I\'m following an example from Craig Walls\' \"Spring in Action 3\" (MEAP edition) on Tomcat 7.0.10. Getting a compiler error in eclipse on the following import:
I have built an application with EJB\'s and JPA2.If I have my page running and I change something in the database it will not show on the page.I\'ve tried different browsers, non caching sessions of t
One of my clients d开发者_运维问答o not want other sites to copy paste the content of a concrete textArea.
I am getting the all well known FileNotFoundException when i try to call a .txt file that holds some text. I used various path convinations, but i dont get the right one.