List All Pages
Map Maker Collects routes, creates segments of routes, strings segments together to form "numbered Highways". Extends User. User Invokes a search by specifying criteria; is interested in viewing...
References Link for Users: OpenID Explained For Developers: Considering OpenID FOr Development (APIs): OpenID Libraries
A recent article at bikeportland.org was my starting point for this current summary of bicycle route planning tools: ByCycle.org - one of the first tools, for Portland, of course. A-Train -...
I learned this was easier if you start with the "Database Development" perspective and particularly the "Data Source Explorer" view. Those steps are described here: Steps Bring up the dialog by...
Please change this page according to your needs
Atlhough GPX format is XML, it is not the same DTD as that required by the code in the tutorial. The choices to explore would be: Find something that converts the GPX into the correct XML. Modify...
Eclipse can maintain a set of DB connections. To test the connection, you need to create the DB instance being connected to. Used the MySQL tools for doing this. Steps See
ClientServerActivity - Activity between the Client side and the Server side. AuthenticationDesign - Using OpenID
If I'm putting stuff in here, it will be easier to find with an appropriate title. Deprecated (no longer using Cypal Studio) The Cypal Studio does a good job of setting up everything, but I like to...
Reference m2eclipse plugin is supplied and supported by Sonatype. Download site: http://m2eclipse.sonatype.org/update/. Steps Use Eclipse's software management to bring in the...
Separate Facility (a.k.a. Class I) Bike Lane (a.k.a. Class II) Bike Route (a.k.a. Class III) Bike Friendly (a.k.a. Class IV) The default Class for a segment or route is Class IV. We will assume...
Steps for adding a Remote Service Generating Async describes using gwt-maven-plugin. And now the steps: Make sure the pom.xml is prepared by adding the following to the appropriate section of...
Getting Armour code to compile using Maven First, there are a couple of Java 6 javax.swing classes that this code uses (I had been using Java...
Route Collection of segments that leads from starting point to destination, or forms a loop with a destination the same as the starting point. Segment Collection of lines and nodes that has a...
Creating a KML from Bikely.com First attempt This produced a reference to the map data stored in the Google Map I had created. The data points are not on a local machine, but are stored...
Route Editor polyLine.html - shows how to add lines to a map. Adding points is expensive: 12 seconds on my machine from a local file. Not good for just 3 routes. Despite this, I've found this to...
The URL for obtaining the API key is http://code.google.com/apis/maps/. The code for including an API Key for the GWT toolkit looks like this. This is placed in the *.gwt.xml file. <!--...
Current Recommended Environment This is what I've used for this project. Java 1.5 Eclipse Ganymede (3.4) Google Web Toolkit - GWT 1.6.4. (1.7.0 is available.) Google Maps API for GWT Tomcat 6.0...
References and Related Pages GWTOpenID - Use of GWT with OpenID & RPX script supplied by myOpenID. Generate Async Interfaces - Using Maven to do some of the dirty work of generating a...
Features of GWT Prototype Reads from bikely.com's RSS feed for recent Atlanta, Georgia routes to populate list box of route choices to download. Downloads selected item from list box (invokes...
This page benefits from the fine work found on Salvador Diaz's blog. This describes the first-time setup of a Maven GWT 1.6.x project inside Eclipse. Also see GWTMaven-1.6-goals for a list of...
Required Java 1.5.x Eclipse 3.3 or higher Maven 2.1 or higher Maven Plugin for Eclipse (version?) GWT environment for Eclipse (although we don't use most of it) Eclipse Plugin appropriate for your...
I haven't totally sorted out the connection, but a GWT compile occurs when you run the project in hosted mode. I think this comes by virtue of using the Google GWT plugin; running the class may...
Some discussion about optimizing, leads to an example of separating out the core from the pages.
Combination of GWT and OpenID Reference Specifically using myOpenID's RPX. QuickStart Tutorial from Professor Jay. OpenID - the user experience. Steps to setup This assumes you've already got an...
References Hibernate Wikipedia article Download Page - recent versions listed here. Hibernate Annotations and Entity Manager - Annotations are an alternative to the XML config; Entity Manager...
Steps Open Hibernate Perspective (Window -> Open Perspective -> Other … -> Hibernate) Open the Console creation dialog by selecting File -> New -> Hibernate Console...
References Hibernate Tools for Eclipse and Tutorials The tools are loaded into Eclipse using their update site: http://download.jboss.org/jbosstools/updates/stable This led me to the Data Source...
Add update site http://download.jboss.org/jbosstools/updates/stable to Eclipse Help -> Software Updates … -> Manage Sites -> Add Paste the update site Select Hibernate Tools under...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor. To create a link to a new page, use syntax: [[[new page name]]] or...
Is there a way to store a Google Map — other than in KML — that would be available for use by an interactive site? Or, is KML the way to do this? The KML file is pretty nice. This is what I...
There are two cases: Java Version within the Manifest for a standalone Executable Jar. That is shown below. Java Version within the Manifest for a WAR file. That is described under Java Version...
There are two cases: Java Version within the Manifest for a standalone Executable Jar. That is described under Java Version Maven. Java Version within the Manifest for a WAR file. That is shown...
Please change this page according to your policy (configure first using Site Manager) and remove this note. Who can join? You can write here who can become a member of this site. Join! So you...
I'm using this to organize work on the Bicycle Highways effort. Atlanta Bike Geeks - A group dedicated to improving the online tools — and especially mapping tools — available for Atlanta's...
Actor who creates a set of maps or routes within this tool.
Actor who creates a set of maps or routes within this tool.
Home Page for Maven Project at Apache.org. Central Repository Index - for finding external (3rd party) dependencies. Use the Eclipse Maven Plugin if it is available because that is easier to...
Steps This is easier if you have a Maven project to help sort out the problems. If you're importing a project from SCM, it doesn't hurt to import that project into a new workspace and then proceed...
This describes how to create a new Maven project from inside Eclipse using the m2eclipse plugin. There is also a procedure using the command line that is described on the page Maven New Projects...
Manual Steps (Command Line) 1. cd to the directory where the project will be created. In this example, I'm setting up com.jettmarks.base. The appropriate location for the MavenWorkspace is...
Google Code Google Maps Tutorial Google Map Wizard AJAX Group Forum GWT Widget Gallery APIs Google Maps API Reference GWT API Reference Facebook Java API Tutorials Facebook API - using Java...
Functional Enter routes into a tool like Bikely.com for capturing tracks. Continuous route will be called a highway and has a particular number associated with it. Portions of the route may be...
Show Routes - the prototype. Show Routes Site - Maven Generated site with API Docs Features Center/Scale for the range of routes (using Bounds) Progress bar while loading routes. Upon clicking,...
Main Page Welcome page What is a Wiki Site? How to edit pages? How to join this site? Site members Recent changes List all pages Page Tags Site Manager Glossary Backlinks Page...
Members: Moderators Admins
example menu example item 1 example item 2 contact
Summary When viewing an existing route, tell the system you want to capture this route. There may be more than one route/segment when there is a single route, the name can be assigned that...
Summary From Rebecca Serna's email on Oct. 14: I would like to see an option for people to include their (more or less) schedules and any contact information they would like to provide. Maybe you...
Summary1 MapMaker selects for each segment a classification according to FacilityType. There will be a default value chosen which represents the minimum and probably most common Facility...
Basic Course of Events Perform a search that brings up a set of routes. Select the routes to be tagged. Provide a tag for those routes If the tag exists, warn the name exists, present the routes...
Search Types There are two basic searches: Point-to-Point for reaching a destination from a given starting point. These routes are more utilitarian and typically minimize distance/time. Loop route...
Summary All routes matching the criteria are displayed on top of each other, multiple routes on the same map. Zoom will auto adjust so all routes can initially be seen on the same screen. User...
Often anonymous user who would be interested in seeing routes taken by other cyclists. Generally would not have to login to identify themselves and would have view-only permissions.
Deprecated: No longer pursuing this, but using GWT under Maven instead. Steps Get the Web Dev package (find details of this) Open a new Dynamic Web project Optional: I connected this to CVS so I...
The Visual Route Catalog displays multiple routes on a map simultaneously. Very few tools on the internet do this well, although several display a single route at a time. The various features...
Web Publisher would be interested in assembling and presenting a collection of routes along with certain information about those routes. Those routes may be color-coded and also carry specific...
If this is your first site Then there are some things you need to know: You can configure all security and other settings online, using the Site Manager. When you invite other people to help build...
According to Wikipedia, the world largest wiki site: A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License