Web Development
ddjplug.txt
Associated article: Building an Eclipse Web-Search Plug-In
Tags: Web Development
Published source code accompanying the article by Michael Pilone in which he presents a Eclipse plug-in lets you search DDJ's online archives. Also see DDJPLUG.ZIP.
Building an Eclipse Web Search Plug-in by Michael Pilone Listing One package org.mpilone.ddj; import org.eclipse.swt.SWT; import org.eclipse.swt.browser.*; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse....


