This post will be explaining how to create proxy service from WSO2 ESB with end point to AXIS2 Services. prerequest: How to start/install AXIS2 in my PC? Here is post about how install AXIS2 and run it. http://madhukaudantha.blogspot.com/2012/03/install-axis2-in-windows-7.html Writting HelloWorld service for AXIS2? Here is post (Hello World with Apache Axis2) with setp by setp to write AXIS2 servives http://madhukaudantha.blogspot.com/2010/10/hello-world-with-apache-axis2.html ...
Lot of time we got stuck in port issues. Port is used by some other application where my application is not able to run. In a such case how to find port details in windows There is a netstat (network statistics), a command-line tool that displays network connections. It is available on Unix, Unix-like, and Windows. “which application or processer ...
WSO2 ESB (Enterprise Service Bus) documentation has explained samples and how to run it. But there can be people who like Quick start with less read. Later they will go for more read. So if you looking quick start for wso2 ESB sample. Here is post for you. Let is Do it. 1. Go to 'wso2esb-4.0.3\samples\axis2Client' Enter 'ant' in CMD ...
1. Download squid proxy server serverhttp://squid.acmeconsulting.it/download/squid-2.7.STABLE8-bin-DELAYP.zip 2. Unzip it to c:\ 3. Go to 'C:\squid\etc' and rename these files cachemgr.conf.default -> cachemgr.conf mime.conf.default -> mime.conf squid.conf.default -> squid.conf 4. Open 'squid.conf' and search for ‘acl localnet src’. 5. Find #acl localnet src 10.0.0.0/8 # RFC1918 possible internal network #acl localnet src 172.16.0.0/12 # RFC1918 possi
Mustache is a simple web template system with language bindings. Mustache is a "logic-less" system. (lacks of control flow statements) It is named "Mustache" because of heavy use of curly braces that resemble mustache. When we are developing modern HTML applications we often write a lot of HTML fragments programmatically. In there we are concatenate HTML tags and dynamic data. ...
Previous post was on Hello world to jaggery. If you are new to jaggery you can read Previous post from here. jaggery can be used in different ways such as jaggery file (Previous post have example of this) jaggery codes embedded with html tags jaggery codes embedded with front end JavaScript file 1. First we download jaggery server from here ...
Here is link to download Jaggery from WSO2. :: http://jaggeryjs.org/ So here you will get zip file ‘jaggery-1.0.0-SNAPSHOT_M5.zip’ Unzip it. Here I will give brief explanation about folder structure apps This Folder Where we can create our Applications. Here we send some sample application too apps ├───freshometer ├───ROOT ├───sample ├───shout └───taskmaster bin Here we can found found jagshell.bat/sh to Open ...
Can we write Web Applications from JavaScript? Yap You can write full web application from JavaScript. Can write Restful web servers from JavaScript? Yap. you can now with jiggery What is jaggery? Too me I would say it is 'The delicious Javascript framework', Where I can write server side Scripting. "Jaggery is a framework to write webapps and HTTP-focused web ...
In here I am explain creating simple proxy service from wso2 ESB (Enterprise Service Bus) with using wsdl URI. Post will be explained from downloading to a making simple proxy server. 1. Download WSO2 ESB from here. 2. unzip 'wso2esb-4.0.3.zip' 3. go to wso2esb-4.0.3\bin\ 4. start ESB from 'wso2server.bat' in windows and 'wso2server.sh' in linux 5. login to ESB using ...
This post will explain JUnit test. By following this steps you will make you first JUnit test in 5 minuets. Here are some points on JUnit test. A unit test is written by a developer that executes a specific functionality in the code under test. Unit tests ensure that code is working as intended even after code changes. JUnit 4.x ...
What is Sonar? Sonar is an open source software quality platform. Sonar use as static code analysis tool, which then can be used to improve software quality. How can we used Sonar for Improve our code quality? Download Sonar Server from here http://www.sonarsource.org/downloads/ Unzip the ‘sonar-3.0.zip’ Now start the sonar server in ‘\sonar-3.0\bin\windows-x86-64\StartSonar.bat’ (pick the correct sonar server depending on ...
If you are new to Eclipse IDE, Better to know how to install Plugin to it. This Post will be explained “how install Plugin to Eclipse”. 1. Start Eclipse IDE ( Screen shoot from the Eclipse Java EE IDE for Web Developers, version: Helios Service Release 2) 2. Select the Help –>Install New Software.... in eclipse menu item. 3) Install ...
Life consist of choices. Just now, I can watch move or call friend or write blog post. Recently I did not write one but I used to write three or five post per month. I missed it because I was developing something called 'API store' and 'API Provider' sites with wso2. It is interest topic by the way. I enjoyed ...
System Requirements Java Development Kit (JDK) 1.5 or later How Install AXIS2 in Windows 1. Download AXIS2 http://mirror.nyi.net/apache//axis/axis2/java/core/1.6.2/axis2-1.6.2-bin.zip 2. Unzip it 3. Go to 'axis2-1.6.2\bin' 4. Click on axis2server.bat to start up the Axis2 standalone server 5. Server will Start 6. The default web services included with Axis2 will be available by visiting http://localhost:8080/axis2/services/ Here is the post : How ...
Here I am posting how to create simple jaggery app from the Scratch level. I will used maven for build where wso2 follow too. So First Create new folder name what you like I will mark it as APIProvider (My jaggery Application name). Then Create pom.xml for build from maven (How to install maven to windows or Shifting maven ...
We come with we new server side scripting called jaggery. We introduce new file extension for that '.jss' When I an developing application from jaggery. I used Eclipse as my jaggery IDE. It is hava javascritpe code so I used to open it. By Right click on file --> open with --> java scripte editor. So Now I have lot ...
Here my resources look like, I need to get some new pattern. So I have to use but file in to bin folder and give below command checkin-client.bat ci https://localhost:9443/registry/ -u admin -p admin -f 03-02-2012-Final.dump checkin-client.bat co https://localhost:9443/registry/ -u admin -p admin -f 10-02-2012.dump this command make dump from Greg
Many people think batch files are mostly things of the past.But it is not only past, Some days ago I worked on release for WSO2 Branch 3.2.3. I found scripting and batch files are every important on that task. Batch file is just the thing to automate the job you want to do? not only that it is much more. ...
I wrote about Rhino some months ago (Old days in Rhino), and Now I am working on new project with use of Rhino. So I think it is better to share some more about Rhino. In this post will be explain how to install Rhino on windows (windows 7). Requirement of installing Rhino Java http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html 1. Download Rhino from Here: ...
It is client-side JavaScript toolset. It is broken down into four sub-projects: jQueryMX is a collection of useful jQuery libraries that provide the missing functionality necessary to implement and organize large-scale jQuery applications. StealJS is a "code manager" that keeps your code beautiful and organized while developing and FAST for users in production. dependency management, code cleaning, building, etc. FuncUnit ...