root/doc/links.txt

Revision 3265, 1.6 kB (checked in by sfermigier, 2 years ago)

Cleanup the doco.

Line 
1 Some interesting readings releated to the Nuxeo ECM project
2 ===========================================================
3
4 API design
5 ----------
6
7 - http://lcsd05.cs.tamu.edu/slides/keynote.pdf (Awesome!)
8 - http://openide.netbeans.org/tutorial/api-design.html
9 - http://www.artima.com/weblogs/viewpost.jsp?thread=142428
10
11 Misc Java / Java/EE
12 -------------------
13
14 JavaOne 2006 slides:
15
16 - http://agilejava.com/blog/?p=41
17 - http://agilejava.com/blog/?p=42
18
19 Most useful ones (YMMV):
20
21 - http://www.agilejava.com/downloads/TS-3396.pdf
22 - http://www.agilejava.com/downloads/TS-5397.pdf
23 - http://www.agilejava.com/downloads/TS-1624.pdf
24 - http://www.agilejava.com/downloads/TS-3352.pdf
25 - http://www.agilejava.com/downloads/TS-3097.pdf
26 - http://www.agilejava.com/downloads/TS-3187.pdf
27 - http://agilejava.com/downloads/TS-1512-v1.pdf
28 - ...
29
30 EJB3
31 ----
32
33 EJB Restrictions
34 Guidelines, Patterns, and code for end-to-end Java applications.
35
36 - http://java.sun.com/blueprints/qanda/ejb_tier/restrictions.html
37
38
39 EJB 3.0 sessions in 2006 JavaOne:
40
41 - http://weblogs.java.net/blog/guruwons/archive/2006/06/ejb_30_sessions.html
42
43 Transactions
44 ------------
45
46 Java Transaction Design Strategies (Free eBook)
47 This book is about how to design an effective transaction management strategy
48 using the transaction models provided by Java-based frameworks such as EJB and
49 Spring. Techniques, best practices, and pitfalls with each transaction model
50 will be described. In addition, transaction design patterns will bring all
51 these concepts and techniques together and describe how to use these models to
52 effectively manage transactions within your EJB or Spring-based Java
53 applications.
54
55 - http://www.infoq.com/minibooks/JTDS
56
Note: See TracBrowser for help on using the browser.