Websphere MQ Message and ZF2 - zend-framework2

I have to read from and write to a Websphere MQ Message queue. I'm using ZF2 with Doctrine in my project. What is the best approach and are there some tutorials where I can have some inspirations? Does ZF2 has some predefined services to talk with MQ? Thank you for any help...

Related

How I can make a webservice to be published in multiple addresses (endpoints) using CXF with Grails?

I am implementing a web Service in grails using CXF. I want to publish my endpoint in several addresses for a single Service. Like as:
localhost:8080/myapplication/Services/myservice1
localhost:8080/myapplication/Services/myservice2
And how can acheive that endpoint addresses dynamically?
Thank you.
Try CXF plugin for grails. At the end of readme there is even a demo project.

JTAPI (Avaya) with MVC

I was wondering if somebody could answer my questions as I have not used JTAPI before.
I am working on a project where the requirement is to click a link on the MVC website and integrate the call to AVAYA phone (i.e. make phone call using handset via the website)
I have also looked at the Microsoft TAPI but looks like there is no integration with Avaya available with TAPI.
Does anybody know how can I use JTAPI with .Net MVC ? I was assuming it would be an API which I can call from my website but it looks more complicated then it sounds.
Please suggest :)
You may use Avaya DMCC. It has an implementation for .NET
But beware the Avaya licensing policy! DMCC may require extra licenses.
To use JTAPI from ASP.NET you have to use Java classes from .NET
Can you use Java libraries in a VB.net program?
http://www.codeproject.com/Articles/13549/Using-Java-Classes-in-your-NET-Application
I would suggest create an Applet in JTAPI and then integrate in any webapplication whether php,.net I recently did the same thing for my PHP web application.
As #Krishna said with an Applet you could designe your soluciĆ³n, designe that i used to do... Buut now and Day Applets have less support over browsers and they have be come a problem than a solution. The way that i found to solve this issue was use HTML5 with Websocket. In this way i create a Windows Service or daemon (for Linux) to handle JTapi session and create a websocket server Layer, and implement the websocket to create the view int he Asp.net view.
Avaya AES does expose a basic web api providing some basic functionalities which you can call directly from your MVC application, but if you need something more advance, then arguably the best solution would be to build a small Java servlet which you will host on something like Tomcat or JBoss which will expose a SOAP or REST API, which you can call from your MVC app.

What libraries / approach should I have for connecting with ruby on rails system to a standard Microsoft Web service using the soap protocol?

I am looking to connect with an API (documentation: http://carsolize.com/carsolize_API_v2.5.pdf).
To get started in a good direction how would you do this? (What gems/methods would I use?, any tips highly appreciated!)
I recommend using Savon: https://github.com/savonrb/savon it helps you create SOAP request neatly. Check out the documentation here.

Web Service and Endpoints in Rails

I am new to Rails and I am creating a RoR web application, their is a mobile component that will connect (CRUD) to the default db I am creating. I need some guidance in writing the web service component and what valid endpoints should look like in this type of app. Any direction would be helpful, thanks.
Ruby on Rails provides restful web service development out of the box, i.e. any app developed on RoR is by nature a RESTful web service. To answer the specifics of your question, consider checking out this SO thread

Spring Web Service

I want Spring Webservice program in details. I have visited many websites , no website is providing me in proper. I want that program to be detailed and clear explained. It is better if you use any one of the Netbeans of Eclipse Ganymade IDE's
Please look at a very simplified post on how to build web services using Spring-WS[Title: Building a web service with Spring-WS] at
http://justcompiled.blogspot.com/2010/09/building-web-service-with-spring-ws.html

Resources