Turn down the lights
Turn up the lights
Change Player Size
Watch this video in a new window

Eclipse Day at the Googleplex: Plug-in Development Tips

Google Tech Talks June 24, 2008 ABSTRACT Eclipse Day at the Googleplex Speaker: Chris Aniszczyk, Code9 Plug-ins are everywhere in Eclipse so come learn about how to develop them! Depending on th...  
 
Customize

More From: googletechtalks

Eclipse Day at the Googleplex: GWT in Eclipse54:31
17,819 views
Eclipse Day at the Googleplex: Wiring Hacker Synapses47:55
17,203 views
Eclipse Day at the Googleplex: Mylyn Simplifies Development45:37
7,628 views
Eclipse Day at the Googleplex: Eclipse at Ebay47:23
11,243 views
Making the Semantic Web Accessible to the Casual User56:52
12,291 views
Advanced Topics In Programming Languages: Closures For Java1:55:05
27,646 views
The Secret History of Silicon Valley56:31
140,903 views
A Possible Future of Software Development1:01:33
29,610 views
"Trading on the female body: exploitation of women for eggs"46:39
5,863 views
Web Services Middleware: All Grown Up!47:23
7,871 views
Developing Rich Internet Apps with Adobe AIR56:37
16,086 views
Kilim: Fast, lightweight, cheap message passing in Java.45:11
17,363 views
Git59:48
72,994 views
HD 101: A Beginners Guide to Consumer HD52:06
6,323 views
Creative Commons Technical Summit 2008 Part 4 of 456:09
1,561 views
The role of leadership in software development1:32:04
24,620 views
Nullness Analysis for Java53:29
6,770 views
Billion Bag Bottle and Bulb Challenge56:46
2,476 views
Vivek Kumar Rangarajan Sridhar- RESEARCH SCIENTIST -- NEW GRAD52:25
2,336 views
Theory and Practice of Cryptography54:05
23,959 views

QuickList(0)

Featured Videos

11 ratings
Sign in to rate
6,324 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (0)

This video has no Responses. Be the first to Post a Video Response.
Sign in to post a Comment

Text Comments (13)   Options

Loading...
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 7; final):
Some links (replace * with .):
9:40 Execution environments: wiki*eclipse*org/Execution_Env ironments
14:58 OSGi Console: ibm*com/developerworks/opensou rce/library/os-ecl-osgiconsole /
26:47 Graph Plug-in Dependencies: eclipse*org/pde/incubator/depe ndency-visualization/
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 6):
44:41 API Tooling: In Javadoc, can use, for example, @noextend and @nooverride, and decorate the code, with customizable settings, with warnings or errors.
47:04 Topics not covered: Target Editor, Embedded Rich Client Platform, Rich Ajax Platform.
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 5):
40:39 Plug-in Project From Existing Jars: Bundles existing JARs as new PDE projects, ready for reuse.
42:01 Plug-in Spy: Gives introspective information on the workbench, including the active view, the type of the current selection, as well as links to the source code used by that view. Alt+shift+F1.
43:50 Open plug-in artifact: Like Open Type, but in PDE. Can access plug-ins, extension points, extensions and packages. Ctrl+shift+A (I'm guessing, for Windows).
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 4):
30:25 Organize Manifest Wizard: Performs certain checks and fixes automatically that keeps the manifest in sync with the project.
32:36 Product Editor: Customizes loading properties and feel of an RCP application, such as customizing splash screens, branding, etc.
37:25 Externalize Strings: Helps set up your PDE contribution to more easily work in multiple locales.
38:18 Adding .qualifier to a version.
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 3):
22:11 Conditional breakpoints: attach a boolean expression to a breakpoint to determine if the debugger will stop at the breakpoint or not (in breakpoint properties). Great place for a conditional breakpoint is in BundleLoader.loadClass(String) . All classes OSGi loads call this method.
25:19 Plug-in Dependencies View: Navigate caller and callee plug-ins for a given plug-in.
26:47 Graph Plug-in Dependencies: Can help find indirect dependency path between two plugins.
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 2):
14:58 OSGi Console: add -console to the program arguments of the launch configuration. Issue commands, such as ss for short status of bundles. Can specify port and telnet.
19:26 Display View: execute/inspect code while stopped at breakpoint (has code completion).
codingkriggs (3 months ago) Show Hide
 0
Marked as spam
Video sections (part 1):
2:55 Target Management: can develop on older versions.
4:02 Plug-ins view: Plug-ins view > Add to Java Search: makes available for such dialogs as Open Type (ctrl+shift+t).
6:30 Error Log: Can sort by session or plug-in, as well as view error logs for launch configurations.
9:40 Execution environments: target a specific environment.
14:13 OSGi Launch Configurations: switch in 3.0.
Comment(s) marked as spam Show
hossain911 (1 year ago) Show Hide
+1
Marked as spam
lol !!! he's great ..... good job ! as i didn't knew :D
but anyway... nothing to be angry about, you know :p

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.