User manualNote: this manual was recorded for release nb5.5.1 and the current release is nb6.5m1. Differences are very small though bacause only two things changed in NB 6.5m1 apart from the installation: - in Design view of JavaSpaces tuples the class javadoc is not editable,
- Blitz Breakpoints are inserted in the closest line in the same block as the clicked line,
- there is an empty JavaSpaces project available in New Project -> JavaSpaces cathegory,
- there is better Java support for Entry Editor (compilation on save, refactoring options),
- private fields are not made transient in Entry Editor,
- basic help available in Help -> Help contents -> IDE Basics -> Servers and Databases -> Servers -> Blitz JavaSpaces server,
- checking that a right Java version is used (1.5).
Presentations recorded with Wink 2.0: - test_nb6.5m1 - How to install and run the project in Netbeans 6.5m1.
- 00_installation - Installation of the project in NB 5.5.1.
- 01_template_project - How to create a new project. Libraries you need to make things work. Types of files there are in the template project and their meaning.
- 02_annotations - Annotations.
- 03_entry_editor - How to create and edit a tuple's signature.
- 04_run_file - Running the Blitz server and tuple spaces. What actions we can execute on a tuple space. Entry browser. Running a program.
- 05_run_on_blitz - The 'Run on Blitz' action. An example using multiple tuple spaces at the same time.
- 06_debug_on_blitz_1_process - The 'Debug on Blitz' action for a single process. Inserting JavaSpaces breakpoints. The description of windows presenting JavaSpaces breapoints and debugger sessions. Continuing processes stopped on JavaSpaces breakpoints.
- 07_debug_on_blitz_2_processes - The 'Debug on Blitz' action for two processes. Simulating a sequence of synchronization operations.
- 08_blitz_replay_configuration - How to create a file with a saved debugger session and what the meaning of this file is. Editing the file using XML view. Browsing the DTD.
- 09_validate - Validation of a file with a saved debugger session.
- 10_replay_design_view - Editing a file with a saved debugger session from the Design view,Edycja pliku do zapisu sesji debuggera z widoku graficznego.
- 11_record - Recording a debugger session.
- 11_replay - Replaying a debugger session.
- 13_select_entry - Selecting a tuple a process has to take/read from the tuple space.
- 14_select_entry_replay - Replaying a debugger session with two processes and selecting tuples these processes have to take from the tuple space.
|