tombaeyens | 2 Jan 2004 17:11
Picon

jbpm2/doc/state.of.workflow state.of.workflow.html,1.2,1.3

Update of /cvsroot/jbpm/jbpm2/doc/state.of.workflow
In directory sc8-pr-cvs1:/tmp/cvs-serv31857/doc/state.of.workflow

Modified Files:
	state.of.workflow.html 
Log Message:

Index: state.of.workflow.html
===================================================================
RCS file: /cvsroot/jbpm/jbpm2/doc/state.of.workflow/state.of.workflow.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** state.of.workflow.html	31 Dec 2003 18:00:31 -0000	1.2
--- state.of.workflow.html	2 Jan 2004 16:11:20 -0000	1.3
***************
*** 5,9 ****
  <table border=0 width="600"><tr><td width="100%">

! <hr><span style="font-size:32pt;text-align:center;">The State of Workflow and Business Process Management</span><hr>

  <font color=red>TODO : LET WIL VAN DER AALST REVIEW THIS BEFORE YOU PUBLISH !</font>
--- 5,9 ----
  <table border=0 width="600"><tr><td width="100%">

! <hr><span style="font-size:32pt;text-align:center;">Workflow and Business Process Management</span><hr>

  <font color=red>TODO : LET WIL VAN DER AALST REVIEW THIS BEFORE YOU PUBLISH !</font>
***************
*** 11,18 ****
(Continue reading)

pbolle | 3 Jan 2004 19:15
Picon

gpd/data/example - New directory

Update of /cvsroot/jbpm/gpd/data/example
In directory sc8-pr-cvs1:/tmp/cvs-serv20706/data/example

Log Message:
Directory /cvsroot/jbpm/gpd/data/example added to the repository

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
pbolle | 3 Jan 2004 19:15
Picon

gpd/data - New directory

Update of /cvsroot/jbpm/gpd/data
In directory sc8-pr-cvs1:/tmp/cvs-serv20706/data

Log Message:
Directory /cvsroot/jbpm/gpd/data added to the repository

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
pbolle | 3 Jan 2004 19:15
Picon

gpd/src/org/jbpm/gpd/renderer - New directory

Update of /cvsroot/jbpm/gpd/src/org/jbpm/gpd/renderer
In directory sc8-pr-cvs1:/tmp/cvs-serv20706/src/org/jbpm/gpd/renderer

Log Message:
Directory /cvsroot/jbpm/gpd/src/org/jbpm/gpd/renderer added to the repository

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
pbolle | 3 Jan 2004 19:15
Picon

gpd/src/org/jbpm/gpd ProcessDesigner.java,1.10,1.11 GpdMarqueeHandler.java,1.2,1.3

Update of /cvsroot/jbpm/gpd/src/org/jbpm/gpd
In directory sc8-pr-cvs1:/tmp/cvs-serv20751/src/org/jbpm/gpd

Modified Files:
	ProcessDesigner.java GpdMarqueeHandler.java 
Log Message:
New renderer and extending model (Transition) and Example

Index: ProcessDesigner.java
===================================================================
RCS file: /cvsroot/jbpm/gpd/src/org/jbpm/gpd/ProcessDesigner.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ProcessDesigner.java	26 Dec 2003 16:30:51 -0000	1.10
--- ProcessDesigner.java	3 Jan 2004 18:15:47 -0000	1.11
***************
*** 12,16 ****
  import java.awt.event.MouseEvent;
  import java.io.File;
- import java.net.MalformedURLException;
  import java.net.URL;
  import java.util.ArrayList;
--- 12,15 ----
***************
*** 45,48 ****
--- 44,48 ----
  import org.jbpm.gpd.panel.JoinPropertyPanel;
  import org.jbpm.gpd.panel.StartPropertyPanel;
+ import org.jbpm.gpd.panel.TransitionPropertyPanel;
(Continue reading)

pbolle | 3 Jan 2004 19:15
Picon

gpd/src/org/jbpm/gpd/view ActivityView.java,1.2,1.3

Update of /cvsroot/jbpm/gpd/src/org/jbpm/gpd/view
In directory sc8-pr-cvs1:/tmp/cvs-serv20751/src/org/jbpm/gpd/view

Modified Files:
	ActivityView.java 
Log Message:
New renderer and extending model (Transition) and Example

Index: ActivityView.java
===================================================================
RCS file: /cvsroot/jbpm/gpd/src/org/jbpm/gpd/view/ActivityView.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ActivityView.java	28 Sep 2003 07:12:20 -0000	1.2
--- ActivityView.java	3 Jan 2004 18:15:47 -0000	1.3
***************
*** 21,33 ****
  package org.jbpm.gpd.view;

! import java.awt.BasicStroke;
! import java.awt.Dimension;
! import java.awt.Graphics;
! import java.awt.Graphics2D;
  import org.jgraph.JGraph;
  import org.jgraph.graph.CellMapper;
  import org.jgraph.graph.CellViewRenderer;
- import org.jgraph.graph.GraphConstants;
- import org.jgraph.graph.VertexRenderer;
  import org.jgraph.graph.VertexView;
(Continue reading)

pbolle | 3 Jan 2004 19:15
Picon

gpd/src/org/jbpm/gpd/panel TransitionPropertyPanel.java,NONE,1.1 ActivityPropertyPanel.java,1.1,1.2 ForkPropertyPanel.java,1.1,1.2 DecisionPropertyPanel.java,1.1,1.2 EndPropertyPanel.java,1.1,1.2

Update of /cvsroot/jbpm/gpd/src/org/jbpm/gpd/panel
In directory sc8-pr-cvs1:/tmp/cvs-serv20751/src/org/jbpm/gpd/panel

Modified Files:
	ActivityPropertyPanel.java ForkPropertyPanel.java 
	DecisionPropertyPanel.java EndPropertyPanel.java 
Added Files:
	TransitionPropertyPanel.java 
Log Message:
New renderer and extending model (Transition) and Example

--- NEW FILE: TransitionPropertyPanel.java ---
package org.jbpm.gpd.panel;

import javax.swing.JLabel;
import javax.swing.JPanel;

import org.jbpm.gpd.cell.Transition;

public class TransitionPropertyPanel extends JPanel {
	
	/**
	 *  <at> param cell
	 */
	public TransitionPropertyPanel(Transition transition) {
		add(new JLabel("Transition Properties"));
		
	}

}
(Continue reading)

pbolle | 3 Jan 2004 19:15
Picon

gpd/data/example holiday.gpd,NONE,1.1

Update of /cvsroot/jbpm/gpd/data/example
In directory sc8-pr-cvs1:/tmp/cvs-serv20751/data/example

Added Files:
	holiday.gpd 
Log Message:
New renderer and extending model (Transition) and Example

--- NEW FILE: holiday.gpd ---
<jgx-1.0>
	<model>
		<a class="end" id="1" val="1" rect="198,552,25,25" attr="0">
			<jbpmdata>
				<end-vO/>
			</jbpmdata>
			<a class="port" id="2">
				<jbpmdata>
		</jbpmdata>
			</a>
		</a>
		<a class="start" id="3" val="1" rect="192,18,25,25" attr="0">
			<jbpmdata>
				<start-state-vO>
					<name>startstate</name>
					<description>insert Description here</description>
				</start-state-vO>
			</jbpmdata>
			<a class="port" id="4">
				<jbpmdata>
		</jbpmdata>
(Continue reading)

pbolle | 3 Jan 2004 19:15
Picon

gpd/src/org/jbpm/gpd/model ActivityStateVO.java,1.1,1.2 FieldVO.java,1.1,1.2

Update of /cvsroot/jbpm/gpd/src/org/jbpm/gpd/model
In directory sc8-pr-cvs1:/tmp/cvs-serv20751/src/org/jbpm/gpd/model

Modified Files:
	ActivityStateVO.java FieldVO.java 
Log Message:
New renderer and extending model (Transition) and Example

Index: ActivityStateVO.java
===================================================================
RCS file: /cvsroot/jbpm/gpd/src/org/jbpm/gpd/model/ActivityStateVO.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ActivityStateVO.java	26 Dec 2003 16:30:51 -0000	1.1
--- ActivityStateVO.java	3 Jan 2004 18:15:47 -0000	1.2
***************
*** 14,17 ****
--- 14,20 ----
  	private List fieldList=new LinkedList();
  	
+ 	public ActivityStateVO(){
+ 	}
+ 	
  	public void setDescription(String description) {
  		this.description = description;

Index: FieldVO.java
===================================================================
RCS file: /cvsroot/jbpm/gpd/src/org/jbpm/gpd/model/FieldVO.java,v
(Continue reading)

pbolle | 3 Jan 2004 19:15
Picon

gpd/src/org/jbpm/gpd/io DefaultGraphModelFileFormatXML.java,1.1,1.2

Update of /cvsroot/jbpm/gpd/src/org/jbpm/gpd/io
In directory sc8-pr-cvs1:/tmp/cvs-serv20751/src/org/jbpm/gpd/io

Modified Files:
	DefaultGraphModelFileFormatXML.java 
Log Message:
New renderer and extending model (Transition) and Example

Index: DefaultGraphModelFileFormatXML.java
===================================================================
RCS file: /cvsroot/jbpm/gpd/src/org/jbpm/gpd/io/DefaultGraphModelFileFormatXML.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DefaultGraphModelFileFormatXML.java	26 Dec 2003 16:30:51 -0000	1.1
--- DefaultGraphModelFileFormatXML.java	3 Jan 2004 18:15:47 -0000	1.2
***************
*** 492,496 ****
  		Node node,
  		Hashtable cells,
! 		ConnectionSet cs) {
  		DefaultGraphCell cell = null;
  		if (node.getNodeName().toLowerCase().equals("a")) {
--- 492,496 ----
  		Node node,
  		Hashtable cells,
! 		ConnectionSet cs) throws MarshalException, ValidationException {
  		DefaultGraphCell cell = null;
  		if (node.getNodeName().toLowerCase().equals("a")) {
***************
(Continue reading)


Gmane