Changes between Version 1 and Version 2 of BROWSER_CONTENT_BASIC_R1


Ignore:
Timestamp:
08/20/09 16:18:24 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R1

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
     6Create a native C++ wrapper for delivery of browser content. 
    77 
    88== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     9The idea is to use WebKit, a portable browser engine to create a native browser that is able to communicate with Java.[[BR]] 
     10Communication with the  
    1011 
    1112== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     13The native browser should be able to: 
     14 * Open a web page. 
     15 * Return a captured webpage. 
     16 *  
    1317 
    1418== Task result == 
     
    1923 
    2024== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
     25[wiki: GROUP_WRAPPERS_R0] 
    2226 
    2327== How to demo ==