Re: a component software map



rob wrote:
> 
> In the developers section could we have a component software map?
> 
> So that if you are writing an app that needs functionality x. You could
> search for a component that provides x. Clicking on the component would
> give you it's api and other important info such as it's licence.


Yes, this is a fantastic idea.  java.sun.com's J2EE (although in frames)
is 
organized in a very usable manner, in my opinion that is, here's a look
at 
the J2EE API doc:

 http://java.sun.com/j2ee/j2sdkee/techdocs/api/index.html


-- 

Mark Koopman  
Software Engineer

#!/usr/bin/perl

$company = 'WebSideStory, Inc.';

%contact_info = (
   'addr1' => '10182 Telesis Court',
   'addr2' => 'San Diego CA  92121',
   'p' => '858.546.1182.ext.318',
   'f' => '858.546.0480',
   'e' => 'mark websidestory com'
);




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]