thoughtpage.wordpress.com thoughtpage.wordpress.com

THOUGHTPAGE.WORDPRESS.COM

Thought Page | A Technology Blog

A Technology Blog

http://thoughtpage.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR THOUGHTPAGE.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 13 reviews
5 star
9
4 star
3
3 star
1
2 star
0
1 star
0

Hey there! Start your review of thoughtpage.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • thoughtpage.wordpress.com

    16x16

  • thoughtpage.wordpress.com

    32x32

CONTACTS AT THOUGHTPAGE.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Thought Page | A Technology Blog | thoughtpage.wordpress.com Reviews
<META>
DESCRIPTION
A Technology Blog
<META>
KEYWORDS
1 twitter
2 facebook
3 google+
4 skip to footer
5 thought page
6 a technology blog
7 about me
8 leave a comment
9 by sandeep awasthi
10 continue reading
CONTENT
Page content here
KEYWORDS ON
PAGE
twitter,facebook,google+,skip to footer,thought page,a technology blog,about me,leave a comment,by sandeep awasthi,continue reading,category java ee,tags websocket,category json,apachemq,category jms,tags activemq,category webservices,webservice,ldap,json
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Thought Page | A Technology Blog | thoughtpage.wordpress.com Reviews

https://thoughtpage.wordpress.com

A Technology Blog

INTERNAL PAGES

thoughtpage.wordpress.com thoughtpage.wordpress.com
1

Developing simple webservices on Wildfly 8.1 | Thought Page

https://thoughtpage.wordpress.com/2014/11/28/developing-simple-webservices-on-wildfly-8-1

Skip to main content. Skip to secondary content. Developing simple webservices on Wildfly 8.1. November 28, 2014. Developing webservices on Wildfly (previously known as JBOSS) is very simple. In this post let’s see how to develop “Hello World” webservice on Widfly 8.1. I will talk about two approches. 1) Using stateless session bean. Mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.test.ejb3 -DartifactId=ejb3. Select default options for rest of the application. Package ...

2

Restful webservices using Jersey | Thought Page

https://thoughtpage.wordpress.com/2014/05/13/restful-webservices-using-jersey

Skip to main content. Skip to secondary content. Restful webservices using Jersey. May 13, 2014. In thiis post we will look at Restful webservices using Jersey. I will use Maven 3 and Tomcat 7. Create java web application using. Mvn archetype:generate -DarchetypeArtifactId=jersey-quickstart-webapp -DarchetypeGroupId=org.glassfish.jersey.archetypes -DinteractiveMode=false -DgroupId=com.test.jersey1 -DartifactId=jersey1 -Dpackage=com.test.jersey1 -DarchetypeVersion=2.8. Xml version=1.0 encoding=UTF-8?

3

JSON processing using JavaEE API | Thought Page

https://thoughtpage.wordpress.com/2015/04/12/json-processing-using-javaee-api

Skip to main content. Skip to secondary content. JSON processing using JavaEE API. April 12, 2015. JSON is a text-based data exchange format derived from JavaScript that is used in web services and other connected applications. Basically JSON is used as data interchange format between applications. JSON has the following syntax. Objects are enclosed in braces ({}), their name-value pairs are separated by a. Comma (,), and the name and value in a pair are separated by a colon (:). Names. The object model ...

4

Developing POJO Webservice on Widlfly 8.1 | Thought Page

https://thoughtpage.wordpress.com/2014/11/28/developing-pojo-webservice-on-widlfly-8-1

Skip to main content. Skip to secondary content. Developing POJO Webservice on Widlfly 8.1. November 28, 2014. This post is in continuation of my previous post. In this post we will see how to create simple HelloWorld webservice using POJO on wildfly 8.1. Create javaee web project using maven in interactive mode. Mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.test.ws1 -DartifactId=ws1. Select default options for rest of the application. Build . /build. Web-app xmlns=h...

5

Accessing LDAP using JNDI | Thought Page

https://thoughtpage.wordpress.com/2014/11/08/accessing-ldap-using-jndi

Skip to main content. Skip to secondary content. Accessing LDAP using JNDI. November 8, 2014. In this post, I will show how to install Apache Directory Studio, add entries to LDAP and access it using JNDI. Step 1: Install Apache Directory Server. I use Arch Linux. apachedirectorystudio is in AUR. Install using yaourt. Yaourt -S apachedirectorystudio cd /opt/ApacheDirectoryStudio sudo chown -R $USER . apachedirectorystudio. Step 2: Create Server and start server. Step 3:Create new entry. Double click on n...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

SOCIAL ENGAGEMENT



OTHER SITES

thoughtownership.org thoughtownership.org

Information Resource Center »

Know More, Do More. Success in Higher Education for Adult Students. Online Education A Convenient and Credible Learning Tool of Modern Era. The Best Of The Best Online Degrees For You. When Choosing An Online Education Program.

thoughtoyster.com thoughtoyster.com

Hover

This user has not enabled any redirections. Hover lets you easily create simple ways to access your digital life.

thoughtpad.kingdomofs.com thoughtpad.kingdomofs.com

ThoughtPad - Write Your Thoughts

ThoughtPad is an auto-saving online notepad. Whatever you type is autosaved in your browser. You can Email or download your content as well. ThoughtPad is built and maintained by Sandeep Tripathy. Featured on the homepage :-).

thoughtpad.wordpress.com thoughtpad.wordpress.com

Emmi's PBL Study Blog – Notes and research

Emmi's PBL Study Blog. November 6, 2016. October 30, 2016. September 26, 2016. September 19, 2016. September 12, 2016. September 4, 2016. August 29, 2016. 2017 Emmi's PBL Study Blog. Create a free website or blog at WordPress.com. Emmi's PBL Study Blog. Create a free website or blog at WordPress.com.

thoughtpadd.com thoughtpadd.com

www.thoughtpadd.com

thoughtpage.wordpress.com thoughtpage.wordpress.com

Thought Page | A Technology Blog

Skip to main content. Skip to secondary content. Websocket using Java EE. April 13, 2015. Introduction : WebSocket is an application protocol that provides full-duplex communications between two peers over the TCP protocol. pom.xml …. JSON processing using JavaEE API. April 12, 2015. Introduction : JSON is a text-based data exchange format derived from JavaScript that is used in web services and other …. December 27, 2014. Developing POJO Webservice on Widlfly 8.1. November 28, 2014. November 28, 2014.

thoughtpager.com thoughtpager.com

ThoughtPager | Inspiration for the world

Inspiration for the world. August 2, 2015. In your marriage you need a particular activity, maybe a certain touch or word, which will have a certain or definite touch will always reach your spouse, no matter the level of conflict between both of you. It must be something he or she has given you permission to use even in times of conflict. This is also a fitting thought for the gentlemen in the home. Our wives are depending on us to be the leader toward family dreams even when the emotional climate in...

thoughtpaisa.blogspot.com thoughtpaisa.blogspot.com

A Paise for your Thoughts

A Paise for your Thoughts. In this blog, Facts are sacred, and comment is scarce! Saturday, May 09, 2015. Whats in a name? Background: A friend with whom I have often sparred on caste discussions brought this article to my notice. It was a follow-on article. By the film critic at The Hindu, Baradwaj Rangan responding to readers’ criticism on his previously published review. What is in a name! Let us examine the lead female character. The audience got to hear Tara’s second name in one fast-paced...For all...

thoughtpalace.com thoughtpalace.com

Saigon International College

Skip to main content. You are not logged in. ( Login. This is Year 11 ESL. Your destination for education. Today Friday, 14 August. You are not logged in. ( Login.

thoughtpalace.wordpress.com thoughtpalace.wordpress.com

Protected Blog › Log in

This site is marked private by its owner. If you would like to view it, you’ll need two things:. A WordPress.com account. Don’t have an account? All you need is an email address and password register here! Permission from the site owner. Once you've created an account, log in and revisit this screen to request an invite. If you already have both of these, great! Larr; Back to WordPress.com.

thoughtpalette.com thoughtpalette.com

Thoughtpalette | Home of Developer Chris Marshall

Hello, I'm Chris.