Skip to content

Instantly share code, notes, and snippets.

View adityasatrio's full-sized avatar
👻
I may be slow to respond.

Aditya satrio nugroho adityasatrio

👻
I may be slow to respond.
View GitHub Profile
@adityasatrio
adityasatrio / catatan
Last active August 29, 2015 14:22
MULTI DATA SOURCE
http://docs.oracle.com/javaee/5/tutorial/doc/bnciy.html#bnciz
http://java.dzone.com/articles/xa-transactions-2-phase-commit
http://www.byteslounge.com/tutorials/spring-jta-multiple-resource-transactions-in-tomcat-with-atomikos-example
http://www.javacodegeeks.com/2013/07/spring-jta-multiple-resource-transactions-in-tomcat-with-atomikos-example.html
http://www.mastertheboss.com/jboss-server/jboss-configuration/configuring-transactions-jta-using-jboss-as7-wildfly
http://www.javacodegeeks.com/2014/11/tomcat-wildfly-configuring-database-connectivity.html
@adityasatrio
adityasatrio / jax-rs.note.txt
Last active August 29, 2015 14:22
Restful webservice
JANGAN LUPA HATEOAS
http://www.mkyong.com/tutorials/jax-rs-tutorials/
http://www.dreamsyssoft.com/blog/blog.php?/archives/7-Simple-REST-Web-Service-in-Java-with-Spring-and-CXF.html
http://cxf.apache.org/docs/jax-rs-basics.html
http://cxf.apache.org/docs/jax-rs-basics.html
http://cxf.apache.org/docs/jax-rs.html
http://java.dzone.com/articles/rest-web-service-using-cxf
@adityasatrio
adityasatrio / history link.txt
Created May 28, 2015 02:28
rod johnson history
@adityasatrio
adityasatrio / link.txt
Created May 26, 2015 07:55
e-commerce netbeans
@adityasatrio
adityasatrio / catatan.txt
Last active August 29, 2015 14:21
presentasi spring
http://www.slideshare.net/analizator/spring-framework-core
http://www.slideshare.net/pmanvi/spring-framework-overview-ppt-3068245
http://www.javalobby.org/articles/guice-vs-spring/
https://keyholesoftware.com/2014/02/17/dependency-injection-options-for-java/
https://news.ycombinator.com/item?id=4280741
https://msdn.microsoft.com/en-us/library/ff921152.aspx
http://www.codeproject.com/Articles/615139/An-Absolute-Beginners-Tutorial-on-Dependency-Inver
https://msdn.microsoft.com/en-us/library/vstudio/hh323705(v=vs.100).aspx
@adityasatrio
adityasatrio / rest - api
Created May 15, 2015 04:33
Standardize Rest API
http://martinfowler.com/articles/richardsonMaturityModel.html
https://spring.io/understanding/HATEOAS
http://www.nurkiewicz.com/2012/02/automatically-generating-wadl-in-spring.html
https://blog.safaribooksonline.com/2013/09/30/rest-hypermedia/
https://www.jiwhiz.com/blogs/Design_and_Build_RESTful_API_with_Spring_HATEOAS
http://blog.zenika.com/index.php?post/2013/07/11/Documenting-a-REST-API-with-Swagger-and-Spring-MVC
@adityasatrio
adityasatrio / dto
Created April 8, 2015 03:28
DTO - Data Transfer Object - NOTE
http://www.theserverside.com/news/thread.tss?thread_id=32389
http://www.javacodegeeks.com/2011/09/on-dtos.html
http://www.petrikainulainen.net/programming/spring-framework/integration-testing-of-spring-mvc-applications-rest-api-part-two/
@adityasatrio
adityasatrio / LoginResponse.java
Created March 26, 2015 10:35
Marshalling and UnMarshalling - manually using jaxb2 and spring ws
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlSchema;
import javax.xml.bind.annotation.XmlNsForm;
@adityasatrio
adityasatrio / tut1
Created March 19, 2015 09:16
Spring web service : tutorial
http://briansjavablog.blogspot.com/2013/01/spring-web-services-tutorial.html#comment-form
https://spring.io/guides/gs/consuming-web-service/
http://myshittycode.com/2013/10/01/using-spring-web-services-and-jaxb-to-invoke-web-service-based-on-wsdl/
http://www.concretepage.com/spring-4/spring-4-soap-web-service-producer-consumer-example-with-tomcat
https://github.com/spring-guides/gs-consuming-web-service/issues/6