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" ?> 
<introContent>
	
	<page style-id="page_style" id="root" style="content/root.css">
		<title id="title_id">Welcome to $productName$
		<group id="page-content"> 
			<group id="links"> 
				<link label="Learn about Concept One..." url="http://org.eclipse.ui.intro/showPage?id=concept1" id ="firstLink"/>
				<link label="Learn about Concept Two..." url="http://org.eclipse.ui.intro/showPage?id=concept2" />
				<anchor id="anchor1" /> 
			</group> 
		</group>
	</page>
		
			
	<page id="concept1">
		<include path="root/title_id" merge-style="false"/>
		<group id="content" label="Concept One">
			<text>This is where Concept One is explained.
		</group>
	</page>
		
	<page id="concept2">
		<include path="root/title_id" merge-style="false"/>
		<group id="content" label="Concept Two">
			<text>This is where Concept Two is explained.
		</group>
	</page>
		

</introContent>
... 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.