Changes between Version 1 and Version 2 of BROWSER_CONTENT_BASIC_R1
- Timestamp:
- 08/20/09 16:18:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R1
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 6 Create a native C++ wrapper for delivery of browser content. 7 7 8 8 == 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.)^ 9 The idea is to use WebKit, a portable browser engine to create a native browser that is able to communicate with Java.[[BR]] 10 Communication with the 10 11 11 12 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 13 The native browser should be able to: 14 * Open a web page. 15 * Return a captured webpage. 16 * 13 17 14 18 == Task result == … … 19 23 20 24 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 25 [wiki: GROUP_WRAPPERS_R0] 22 26 23 27 == How to demo ==