-
Notifications
You must be signed in to change notification settings - Fork 3
/
enlaces.txt
50 lines (27 loc) · 2.3 KB
/
enlaces.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
----------------------------------- WebService/Soap ---------------------------------
http://www.programania.net/diseno-de-software/java-web-services-soap-y-annotations/
http://www.forosdelweb.com/f45/consumir-web-services-desde-java-con-soap-601232/
http://switchoffandletsgo.blogspot.com.es/2008/06/modificar-un-mensaje-soap-desde-java.html //este está bastante bien
http://www.javahispano.org/storage/documentacion/Crear_Cliente_SOAP_Java_v2.pdf
http://stackoverflow.com/questions/15948927/working-soap-client-example
http://users.skynet.be/pascalbotte/rcx-ws-doc/present.htm
http://www.youtube.com/watch?v=mKjvKPlb1rA
http://www.mkyong.com/tutorials/jax-ws-tutorials/
http://java.globinch.com/enterprise-java/web-services/soap-binding-document-rpc-style-web-services-difference/java.globinch.com/enterprise-java/web-services/jax-ws/java-jax-ws-tutorial-develop-web-services-clients-consumers/
----------------------------------- Netbeans -----------------------------------------
https://netbeans.org/kb/docs/websvc/intro-ws.html#jaxws // introdución a los webservices de la página de netbeans
http://www.theserverside.com/tip/Building-Java-Web-services-with-NetBeans-7 //otro de netbeans y webservice
----------------------------------- ActiveMq -----------------------------------------
http://activemq.apache.org/hello-world.html //activemq hello world
----------------------------------- Juddi --------------------------------------------
http://oreilly.com/catalog/javawebserv/chapter/ch06.html //uddi y java
http://apachejuddi.blogspot.com.es/2010/07/simple-publish-example-demo.html //juddi publish example
http://apachejuddi.blogspot.com.es/ //un motón de ejemplos hay por 2009, 2010 y demás
----------------------------------- BD -----------------------------------------------
http://docs.oracle.com/javaee/5/tutorial/doc/docinfo.html
----------------------------------- Librería JSON (GSON) -----------------------------
https://sites.google.com/site/gson/gson-user-guide#TOC-Using-Gson
------------------------------------ Apuntes de clase --------------------------------
Política de envios-> habrá que generar un hilo que reintente X veces, y si en ninguno de los intentos funciona dará error.
1 cola activeMQ, topics?
Hay que mirarse cada uno lo de webservices, activemq y uddii (en este orden de importancia).