alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8" ?> 
<cheatsheet title="Hello World Demo">

<intro 
	href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
	<description>
This cheat sheet will test parameters.
Let's get started!
	</description>
</intro>

<item
	title="Prompt to enter some data">
	<action
		class="org.eclipse.ua.tests.parameters.GatherDisplayDataAction"
		pluginId="org.eclipse.ua.tests"
		param1="gather"/>
	<description>
To begin, let's gather some data.
	</description>
</item>

<item
	title="Display the gathered data and additional parameters">
	<action
		class="org.eclipse.ua.tests.parameters.GatherDisplayDataAction"
		pluginId="org.eclipse.ua.tests"
		param1="display"
		param2="${name}"
		param3="${color}"
		param4="${animal}"
		param5="Testing is fun."
		param6="Powered by Cheat Sheets!"/>
	<description>
You data has been process, let's see the results.
	</description>
</item>

</cheatsheet>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.