Design pattern: Java Apache CLI OptionBuilder not working as Builder pattern http://ift.tt/1cZ7HhH...

Docker Support in IntelliJ IDEA 14.1 http://ift.tt/1BTo7Qh...

Restful: Richardson Maturity Model --steps toward the glory of REST Level 1 - Resources Level 2 - HTTP...

Please Visit: http://ift.tt/1ajReyV



Restful: Richardson Maturity Model

--steps toward the glory of REST

Level 1 - Resources

Level 2 - HTTP Verbs && Status Code

Level 3 - Hypermedia Controls

HATEOAS (Hypertext As The Engine Of Application State)

they tell us what we can do next, and the URI of the resource we need to manipulate to do it.

http://ift.tt/HfOP9Y

http://ift.tt/FPR4UP

http://ift.tt/11Pkpwq

http://ift.tt/1nIWF6E






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Hokpml

via LifeLong Community

REST lessons learned http://ift.tt/16gLUz2 Avoid hackable URLs -- Evolving...

Please Visit: http://ift.tt/1ajReyV



REST lessons learned

http://ift.tt/16gLUz2

Avoid hackable URLs

-- Evolving URLs && follow links

Consider a home link on all resources



Avoid user supplied data in URI segments

http://ift.tt/10OoAI6



Avoid 204 responses

http://ift.tt/1gu2CMa



Clients are expected to follow links.

http://ift.tt/1HokoPs Content-Location header






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1HokoPv

via LifeLong Community

02.04.2015 18:06

Please Visit: http://ift.tt/1ajReyV








from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Cf6Xwl

via LifeLong Community

Reshared post from Christopher Gaul:

Please Visit: http://ift.tt/1ajReyV




+Haolong Ning​


Original Post from Christopher Gaul:


Well there goes that argument, sorry iFans



Availability and selection of apps used to be an iOS selling point and was one of the remaining few. Well, no more.

In fact lately I've been noticing the previous trend of releasing on iOS first is disappearing with more and more developers launching on Android first with iOS versions "To Be Announced".









from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1CcIZCa

via LifeLong Community

Android Central: Google's ARC Welder app helps Android developers bring their apps to Chrome. http:/...

The Verge: These maps show why internet is way more expensive in the U.S. than Europe. http://google.com...

Please Visit: http://ift.tt/1ajReyV



The Verge: These maps show why internet is way more expensive in the U.S. than Europe. http://ift.tt/1Dwdcl5






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1F45ATv

via LifeLong Community

Spring Data Solr Tutorial Configuring the Http Solr Server HttpSolrServerFactoryBean factory = new H...

Please Visit: http://ift.tt/1ajReyV



Spring Data Solr Tutorial

Configuring the Http Solr Server

HttpSolrServerFactoryBean factory = new HttpSolrServerFactoryBean();

factory.setUrl(environment.getRequiredProperty("solr.server.url"));

return new SolrTemplate(solrServerFactoryBean().getObject());



Setting the Active Bean Definition Profile

Creating the Document Class

Creating the Repository Interface: SolrCrudRepository





from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1BKNDr7

via LifeLong Community

The New York Times: China Appears to Attack GitHub by Diverting Web Traffic. http://ift.tt/1eUavJA...

Please Visit: http://ift.tt/1ajReyV



The New York Times: China Appears to Attack GitHub by Diverting Web Traffic. http://ift.tt/1MpUXUl






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1MpUXUn

via LifeLong Community

Mac eclipse.ini file not present Show package Content http://ift.tt/1NvbJMP http://...

Please Visit: http://ift.tt/1ajReyV



Mac eclipse.ini file not present

Show package Content

http://ift.tt/1NvbJMP

http://ift.tt/1MpaS55






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1MpaS5a

via LifeLong Community

Adding file to .apk You can save it in /res/raw folder InputStream inputStream = this.getResources()...

Please Visit: http://ift.tt/1ajReyV



Adding file to .apk

You can save it in /res/raw folder

InputStream inputStream = this.getResources().openRawResource(R.raw.yourfile);

http://ift.tt/1CA3M7z






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Cn6njL

via LifeLong Community

Get certificate and add it to a Java truststore, when only having https URL? http://ift.tt/gbk8l4...

Please Visit: http://ift.tt/1ajReyV



Get certificate and add it to a Java truststore, when only having https URL?

http://ift.tt/1Cn6njG






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Cn6njI

via LifeLong Community