need working example for WSO2 ESB - esb

need working example for below link or similar
http://wso2.com/library/articles/2014/02/service-orchestration-with-wso2-esb/
from the above link i can able to
1.create and deployed services in WSO2 ESB server .
but couldn't able to do from ESB configuration !!
i tried to downloaded and installed below two things but failed to do so ..
ESBArtifacts.zip
LicenseServiceProxyWSDL.xml
can some one help me with the step by step procedure to implementation in eclipse developer studio .
any help greatly appreciated.

This article gives you step by step guide to use WSO2 Developer Studio to develop WSO2 ESB artifacts. After getting a basic understanding from the article, use WSO2 Developer Studio documentation for more details.

Related

Mulesoftt community edition. is it discontinued?

I could not find the link to download the mulesoft community edition, so I was wondering is it discontinued? if not from where I can download it?
another question is good for integration between two saas platforms?
You can still find the link to download as Mule Kernel: https://developer.mulesoft.com/download-mule-esb-runtime
Mule Kernel (without Anypoint Studio) Download if you are:
Comfortable editing XML directly
Not looking for a graphical modeling and testing environment
Have already created and tested a Mule application and you need to deploy in a separate Mule standalone runtime

How to use AWS S3 (Amazon Web Service) in WP8 app?

Could someone guide me or give me a headstart on how to begin with AWS s3.
I need to use it in my wp8 silverlight app.
I am aware of the nuGet package. But unable to find a decent tutorial or sample code for WP8.
Prompt reply will be greatly appreciated.
Thanks in advance :)
You can try Minio .NET Library for Amazon S3 Compatible Cloud Storage
Also check Examples directory to get an better idea of using it.
Hope it helps.

Drupal service module Json Parser

I am using Drupal6 and try to implement Service module here. I also installed json_server, But when i am trying to configure it gives following error. Anybody help me for this.
This is not an error. It's just an informational message.
Note that if you experience problems it might be related to undocumented changes in the latest releases of the Services module. I recently ran into many problems because I was following Services 2.0 example code and there are substantial changes in Services 3.0.

Unity 2.0 for shared application configuration possible?

I'm struggling with trying to create a shared configuration file for a web project and 2 dll projects. From what I can tell StructedMap can be used for configuration settings. Anyone successfully use Unity 2.0 to do the same?
Ended up using a custom configuration. Phil Hack has a great tutorial here.

Developing a Java web service using Jersey(JAX-RS), mySQL and Eclipse

I have successfully created Web Services from MySQL Database using Netbeans tutorial. However, I would like to develop similar web services using Eclipse IDE. Why Eclipse IDE? There are two reasons for that:
1) This is because i am using Tomcat 7.0 and JEE6. Unfortunately, NetBeans 7.0.1 implements Facade design pattern while using their “Create Web services from Database …” Wizard and it does not have a plugin for Tomcat 7 and EE6.
2) The NetBeans Wizard is helpful but does not help me understand details about using JDBC bridge, managing connections to MySQL DB and creating services to access the DB. Additionally, i want to add authorization for my services so that only registered users will be able to access my web services.
There's a very clear tutorial for building JAX-RS services in the Jersey user guide.
I found this tutorial that contains Restful web services using java and mysql in eclipse. It might be what you were looking for though it is a very simple tutorial. Check it out.
http://www.techpages.org/webservice/simple-restful-web-services-using-java-and-mysql-example/2009/