2018년 3월 29일 목요일

(3. 29.) JAVA-Based Web Services

1. Structures of Web Services
○ About SOAP, REST
https://www.codementor.io/java/tutorial/soap-and-rest-java-web-services
1) Establishing communication between the application and a platform—that’s a basic principle of web services. And there are hundreds of thousands of applications built in different languages to run on varied platforms.

2) These web services are bifurcated into two, namely: SOAP and REST.

3) Choosing either REST or SOAP wholly depends on your work requisites.



2. JAVA Enterprise Application Tiers


Tier 1: Client Tier
Tier 2: Presentation Tier
Tier 3: Business Tier
Tier 4: Resource Tier
Tier 5: Integration Tier


2018. 3. 29.

댓글 없음:

댓글 쓰기

[Android Studio] Installation and Make a Layer for Mac OS(High Sierra)

1. download android studio https://developer.android.com/studio/#downloads 2. Make a Shared Resource(String in this case) 3...