Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "User:Dennis.oflynn.compuware.com"

m
m (Links)
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Image:doflynn.jpg|right]]
 +
 
==Dennis O'Flynn==
 
==Dennis O'Flynn==
  
Line 6: Line 8:
 
Dennis is an avid fan of ice hockey.  He is an assistant coach a youth hockey team and plays recreational adult hockey.
 
Dennis is an avid fan of ice hockey.  He is an assistant coach a youth hockey team and plays recreational adult hockey.
  
[mailto:Dennis.OFlynn@Compuware.com?subject=Eclipse_Corona_Project email: Dennis.OFlynn@compuware.com]
+
=== Contact Information ===
 +
{| border="1" cellpadding="5"
 +
! email !! phone !! location !! timezone
 +
|-
 +
|[mailto:Dennis.OFlynn@Compuware.com?subject=Eclipse%20Corona dennis.oflynn@compuware.com]
 +
| 313-227-7433
 +
| Detroit, MI USA
 +
| EDT
 +
|}
  
 
== Links ==
 
== Links ==
*[[Corona|Eclipse Corona Project]]
+
* [[Corona|Eclipse Corona Project]]
*[http://www.compuware.com Compuware Corp]
+
* [http://www.compuware.com Compuware Corp]
 
+
----
+
----
+
'''''Work In Progress'''''
+
 
+
=== Naming Convention ===
+
 
+
==== Plug-ins ====
+
* Start with org.eclipse.corona
+
* Do not use “client” or “server” designation
+
* Use “ui” designation if it provides any user interface
+
 
+
==== Packages ====
+
* Start with org.eclipse.corona
+
  
==== Classes ====
+
=== To Do ===
  
==== Methods ====
+
{{CommentBox|This is a sample comment box. ''--Dennis O'Flynn''
* Use get/set for class attributes
+
* Comment bullet
* Use list prefix for functions that return List objects
+
** sub-bullet
** e.g. List list = x.listMembers();
+
}}
* Use find prefix for any search related methods
+
** e.g. Member mbr = x.findMember(name);
+

Latest revision as of 08:01, 29 October 2008

Doflynn.jpg

Dennis O'Flynn

Biography

Dennis O’Flynn is a Software Architect at Compuware specializing in cross-product integration. Current, he is the Project Lead for the Eclipse Corona project. Previously, Dennis was the Team Leader on an internal server-side framework project that provides messaging and web service infrastructures for several of Compuware’s product lines.

Dennis is an avid fan of ice hockey. He is an assistant coach a youth hockey team and plays recreational adult hockey.

Contact Information

email phone location timezone
dennis.oflynn@compuware.com 313-227-7433 Detroit, MI USA EDT

Links

To Do

This is a sample comment box. --Dennis O'Flynn
  • Comment bullet
    • sub-bullet

Back to the top