Thursday, 29 December 2011
Wednesday, 28 December 2011
Sunday, 25 December 2011
REST (Jersy/JAX-RS) jars (RESTFull web Services)
This zip folder contains RestFull Web Services related jar files those are listed below.
jettison-1.1.jar
jersey-servlet-1.1.jar
jersey-server-1.1.jar
jersey-json-1.11.jar
jersey-client-1.11.jar
jettison-1.1.jar
jersey-servlet-1.1.jar
jersey-server-1.1.jar
jersey-json-1.11.jar
jersey-client-1.11.jar
downloadThursday, 22 December 2011
How to setup RSS feeds for your blog using Feedburner
I have recently conducted a Blogging Basics workshop for the NYC Webgrrls and a lot of people asked me how they would go about setting up an RSS feed for their blog. Below is a step by step tutorial for setting up your RSS feeds for WordPress, Blogger, and Typepad blogging platforms.
If you are not familiar with what RSS feeds are and why you should use them, take a look at RSS 101 article published by FeedBurner.
In this tutorial, I’m going to show you how to integrate your feeds withFeedBurner, which will enhance your feed functionality by offering you the following features and more:
- Detailed statistics about your subscribers and subscriber count
- Allows you to set up email subscriptions for free so your users can receive your blog feeds via email
- Allows you to add social bookmarking functionality
Step 1. Set up FeedBurner Account
- Go to FeedBurner’s website and click the Register link at the top of the page.
- Fill out the registration form and click Sign In once you are done.
- When you sign in, you will be taken to the myFeeds page
- Enter the URL of your original RSS feed in the textbox and click Next. The URL will look something like this
- http://yourblog/?feed=rss2 or
- http://www.yourblog/feed/
You should type the address in a browser to test it first (see image below for an example)
- Next, enter your Feed Title and Feedburner Address (see image below for an example)

- Once, you activate the feed, you will get the following screen:
Make sure to Write down your new FeedBurner URL.
Step 2 – Activate FeedBurner’s SmartFeed
There are two feed formats…RSS and Atom. Unfortunately not all feed readers support both formats and in order to ensure compatibility with ALL RSS readers, FeedBurner offers the SmartFeed feature, that will automatically keep track of the feed format that each of your subscriber’s feed readers support and display the feed in the correct format.
To activate FeedBurner’s SmartFeed feature do the following:
- In the manage feed section click on the optimize tab. From the services menu on the left, click SmartFeed.
- Click the Activate button. You should see a confirmation.
- Test your Feedburner feed address(http://feeds.feedburner.com/yourFeedName) in a browser window to make sure that it is working.
Step 3 – Integrate your FeedBurner feed into YOUR Blog Platform
FeedBurner integration varies depending on which platform you use to publish your blog. Below are links to articles published by Feedburner on how to integrate your Feedburner feed with some of the most popular blog platforms: Blogger, Typepad, WordPress Self Hosted, WordPress.com, and MySpace.
![]() | Blogger |
![]() | TypePad |
![]() | Self-Hosted WordPress |
![]() | WordPress.com |
![]() | MySpace |
Develop Java EE Web Services with Eclipse, AXIS2 and Tomcat
Develop Java EE Web Services with Eclipse, AXIS2 and Tomcat
We will develop a Java based SOA web service using the Bottom Up Approach (Writing business logic code first and then writing the WSDL and other XML's)
What is Required:
1) Eclipse for Java EE Developers
2) Apache Axis2
3) Tomcat 5+ Server
4) 20-30 minutes
Download Eclipse from the official Eclipse website.
Make sure you download the Eclipse IDE for Java EE Developers version
Download Axis2 which is the most popular tool for developing web services.
Make sure you download Axis2 and not Axis
Download Tomcat server V5.5.
You can even use V6.0 for this demo.
Go to Eclipse home directory and run Eclipse
While starting, eclipse will ask for setting the Workspace folder.
Create a new Java Project from Project Explorer
Specify the project name
Create a new class by right clicking the “src” folder in Project Explorer
Enter package and class name
Write a method to be invoked inside the Test class
Open the server view
Add a new Server where the web service will be deployed
Select the location where tomcat is installed/unzipped
Specify Apache Axis2 location to help eclipse build the web service
Creating the web service and client
Move the slider for Web service as well as client to “Test”
Specify that you want to use Axis2 and not Axis
Eclipse will do some processing. Wait and watch.....
If everything goes fine then the client web page is displayed to you.
Invoke the test method which we wrote...
We get the sysout output in server logs
Have you noticed the extra two projects being created by Eclipse.
Happy Web services coding...
Java Related Jars
struts2.3.1 jars
This zip folder contains struts2.3.1 related jar files those are listed below.
commons-logging-1.0.4.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.11.1.jar
xwork-2.0.4.jar
commons-logging-1.0.4.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.11.1.jar
xwork-2.0.4.jar
downloadstruts2.1.6 jars
This zip folder contains struts2.1.6 related jar files those are listed below.
commons-logging-1.0.4.jar
freemarker-2.3.13.jar
ognl-2.6.11.jar
struts2-core-2.1.6.jar
xwork-2.1.2.jar
struts2-dojo-plugin-2.1.6.jar
struts2-dwr-plugin-2.1.6.jar
struts2-jasperreports-plugin-2.1.6.jar
....etc
commons-logging-1.0.4.jar
freemarker-2.3.13.jar
ognl-2.6.11.jar
struts2-core-2.1.6.jar
xwork-2.1.2.jar
struts2-dojo-plugin-2.1.6.jar
struts2-dwr-plugin-2.1.6.jar
struts2-jasperreports-plugin-2.1.6.jar
....etc
downloadHibernate jars
This zip folder contains Hibernate related jar files those are listed below.
hibernate3.jar
ant-antlr-1.6.3.jar
cglib-2.1.jar
commons-beanutils-1.7.0.jar
commons-collections-2.1.1.jar
commons-lang-2.1.jar
commons-logging-1.0.4.jar
displaytag-1.1.jar
dom4j-1.4.jar
ehcache-1.1.jar
hsqldb.jar
httpbridge.jar
jstl.jar
log4j.jar
xerces-2.6.2.jar
hibernate3.jar
ant-antlr-1.6.3.jar
cglib-2.1.jar
commons-beanutils-1.7.0.jar
commons-collections-2.1.1.jar
commons-lang-2.1.jar
commons-logging-1.0.4.jar
displaytag-1.1.jar
dom4j-1.4.jar
ehcache-1.1.jar
hsqldb.jar
httpbridge.jar
jstl.jar
log4j.jar
xerces-2.6.2.jar
downloadjsf jars
This zip folder contains jsf related jar files those are listed below.
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-logging.jar
jsf-api.jar
jsf-impl.jar
jstl.jar
standard.jar
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-logging.jar
jsf-api.jar
jsf-impl.jar
jstl.jar
standard.jar
downloadLog jars
This zip folder contains log related jar files those are listed below.
log4j-1.2.9.jar
log4j-1.2.9.jar
downloadOracle Database jars
This zip folder contains Oracle Database related jar files those are listed below.
commons-dbcp-1.0.jar
ojdbc14.jar
commons-dbcp-1.0.jar
ojdbc14.jar
downloadMySql jars
This zip folder contains MySql jar files those are listed below.
mysql.jar
mysql-connector-java-5.0.0-beta-bin.jar
mysql.jar
mysql-connector-java-5.0.0-beta-bin.jar
downloadPDF Generation jars
This zip folder contains PDF Generation jar files those are listed below.
iText-2.1.6.jar
iText-rtf-2.1.6.jar
iText-rups-2.1.6.jar
iText-2.1.6.jar
iText-rtf-2.1.6.jar
iText-rups-2.1.6.jar
downloadJava Mail jars
This zip folder contains Java Mail jar files, those are listed below.
activation.jar
commons-email-1.0.jar
mail.jar
activation.jar
commons-email-1.0.jar
mail.jar
downloadExcel Report Generation jars
This zip folder contains excel report generation jar files, those are listed below.
jxl.jar
poi-2.5.1-final-20040804.jar
jxl.jar
poi-2.5.1-final-20040804.jar
downloadBluetooth jars
This zip folder contains Bluetooth jar files, those are listed below.
bluecove-2.0.0.jar
javabluetooth.jar
comm.jar
microemulator-app-swing-2.0.0.jar
bluecove-2.0.0.jar
javabluetooth.jar
comm.jar
microemulator-app-swing-2.0.0.jar
downloadNTAuthentication jar
This zip folder contains NTAuthentication jar file
NTAuthentication.jar
NTAuthentication.jar
download
If you know the class name you can get jar file from the following site also
Tomcat Server
Tomcat is a web server here u can down load the 5.x, 6.x version of aphache and jakarta
apache-tomcat-6.0.13
Subscribe to:
Comments (Atom)





editplust2.0