Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2013-03-27 03:36:12 +0000
committerRyan D. Brooks2013-05-24 21:46:23 +0000
commitfd17f3fc4f5811db85eca3f5293afa4502ac1ac2 (patch)
tree20865274c0944fc848772c2310f2356ee38f0b75
parentdbe09d38eb826cf08aded574a88395dc48ef5e5f (diff)
downloadorg.eclipse.osee-fd17f3fc4f5811db85eca3f5293afa4502ac1ac2.tar.gz
org.eclipse.osee-fd17f3fc4f5811db85eca3f5293afa4502ac1ac2.tar.xz
org.eclipse.osee-fd17f3fc4f5811db85eca3f5293afa4502ac1ac2.zip
refinement: Update EclipseCon 2013 notes
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2013/eclipseConPlanning.txt2
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2013/session_notes.txt93
2 files changed, 95 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2013/eclipseConPlanning.txt b/plugins/org.eclipse.osee.support.admin/eclipseCon/2013/eclipseConPlanning.txt
new file mode 100644
index 00000000000..ec46876870b
--- /dev/null
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2013/eclipseConPlanning.txt
@@ -0,0 +1,2 @@
+Plan to attend the Members meeting (likely first day)
+Plan which tutorials to attend \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2013/session_notes.txt b/plugins/org.eclipse.osee.support.admin/eclipseCon/2013/session_notes.txt
new file mode 100644
index 00000000000..c204434cc0f
--- /dev/null
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2013/session_notes.txt
@@ -0,0 +1,93 @@
+OSGI tutorial
+ lb = list bundles
+ Apache Felix Web Console Configuration
+ inspect cap service
+ http://localhost:8080/system/console/configMgr
+ must do Sematic versioning
+ meaning of version segments
+ major (new API non-compatible - broken compatibility )
+ minor (new feature that doesn't break previous API compatibility)
+ micro (no visible change like performance improvements, bug fixes)
+ qaulifier (no sematic meaning like timestamp)
+ [ = inclusive
+ ( = exclusive
+ providers use a narrow version range
+ consumers use the wider version range
+ wizard to managing version numbers (diffs with previous version)
+ @ConsumerType
+ @ProviderType
+ OSGI Extenders
+ requirements and capabilities
+ transformed into a rest endpoint; jaxrs
+ bnd tools rt project has a rest bridge
+
+
+ coverity scan = find bugs and coverity
+ Nexus @ repo.eclipse.org= maven repository for Eclipse bundles
+
+
+making classes final can improve performance 10 times because it enable the JIT to inline methods
+
+100 % of ALM investigations discover serious problems that start in requirements
+
+
+story boards, wire frames, mockups
+
+Monoply money to each key user rep. with actions with prices
+
+requirements provide 3 kinds of info: descriptive, actionable, contextual (what is your real goal, personas),
+themes and epics between gap of contextual and actionable
+
+traditional req approach <-> modern approach
+order takers <-> business partners
+everything must be on the list <-> its ton the list if it provides mutal value
+project <-> products
+
+
+More than 20,000 running instances of Sonar in the world
+Sonar provide differential views (version 3.5)
+80% code coverage goal for all new and changed code
+
+ == shared deployment ==
+ for Windows uses terminal server
+=======
+
+pay attention to the minor issues that occur frequently because they can be very frustrating and can be as important as major bugs
+
+do useability testing with think out loud
+
+run 64-bit JVM and change 32-bit default to 64
+use concucrrent gc
+ensure using server JVM
+
+== M 2 M ==
+http://en.wikipedia.org/wiki/Raspberry_Pi
+
+== Fuzzy Testing ==
+Junit
+
+Tuleap 6.0 includes an integration with Gerrit code-reviewing
+
+
+Tradescape http://tradescape.biz/
+Wishwas Mohan - three years ago Bosch began exploring OSEE
+
+http://www.youtube.com/watch?v=UzqpNvydIBc
+http://www.eclipsecon.org/france2013/
+
+ Open Services for Lifecycle Collaboration Lifecycle (OSLC)
+
+ Tim Berners-Lee invented the World Wide Web
+ text/turtle
+ Turtle (Terse RDF Triple Language) is a format for expressing data in the Resource Description Framework (RDF) data model
+
+ Eclipse Lyo
+
+ compare wink to jersy
+ Jena - rdf Java API
+
+ http://open-services.net/resources/tutorials/integrating-products-with-oslc/
+
+Lyo has an OSLC integration with the Eclipse Foundaion bugzilla (deligated selection UI)
+
+http://en.wikipedia.org/wiki/Kanban_(development) \ No newline at end of file

Back to the top