We are using WebSphere Portal 7 and WCM 7 on seperate servers. We have set up WSRP so that we can render the WCM content on the Portal server. The problem I am having is that the recommended settings
I have an application that uses EJB and JPA2.0 with eclipselink. I have been able to deploy it successfully and the application starts successfully but when i try to access the uri of the webservice i
I have a restful webservice using eclipselink2.0 as JPA provider deployed on WAS vs 7.0.00.19 with OSGI and JPA2.0 feature pack.
I\'d like to write some code to monitor the queue size on We开发者_开发知识库bsphere 7 MQ. This is the code I\'ve come up with
Am a java programmer and wanted to get started with Websphere Application server. Can someone please suggest some 开发者_运维百科good intro. books/articles/links etcIBM\'s red books are good resource
I\'m new to OSGI and working on such project that runs on websphere. I have a simple scheduler, I used java.util.concurrent.ScheduledExecutorService like so:
I was wondering whether someone can shed some light on the following issue: We\'ve been seeing spikes for JDBC calls from within a Spring 2.5.6 based web service run on Websphere 6.1 on AIX for calls
I\'m deploying a .war in Webshepere AS 6.1 with this in web.xml: xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd\"
I\'ve got a j2ee web application using j2ee security, so the identity of the user is propagated from WebSEAL to the application, running in WAS7. I\'m now trying to make a SOAP webservices call and pr
I want to view a String (Java, copied out of Eclipse under Debug) with different encoding formats.What is a good program with which to view them.Or will that even work?