|
From: Isabelle M. <isa...@me...> - 2003-04-16 15:31:17
|
hmm, my mail is being held back until the list moderator approves it because it is too big. Do we have a standard place to upload stuff? If not, I could put it on my website. Isabelle On Wed, Apr 16, 2003 at 09:08:16AM -0400, Kopylenko, Dmitry wrote: > So, where is it? :-) > > -----Original Message----- > From: Isabelle Muszynski [mailto:isa...@me...] > Sent: Wednesday, April 16, 2003 09:09 AM > To: spr...@li... > Subject: [Springframework-developer] petclinic class diagram > > > Hi everyone, > > Here's the start of the tutorial application (UML class diagram in HTML). > I've kept it very simple on purpose. > > Isabelle > > -- > Isabelle Muszynski > Software Engineer > Zandweellaan 4 > 2660 Antwerpen > Belgium > Tel. 32-(0)3-830 18 54 > Mobile: 32-(0)485 49 50 89 > Email: isa...@me... > Website: www.meta-logix.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Isabelle Muszynski Software Engineer Zandweellaan 4 2660 Antwerpen Belgium Tel. 32-(0)3-830 18 54 Mobile: 32-(0)485 49 50 89 Email: isa...@me... Website: www.meta-logix.com |
|
From: Thomas R. <tri...@tr...> - 2003-04-19 01:23:50
|
Hi, I started playing around with a demo version of MagicDraw today. Taking Isabelle's class diagram, I began transfering it to a Data Model that we can use to generate DDL for the database. I started with two classes (Pet and Species) and generated DDL for Oracle and MySQL - both ran fine on my test databases. Once we settle on on this for our demo app, then I can generate a complete set for all persistent classes. You can view the diagram and the DDL at http://www.tridb.org/spring.html Thomas > Hi everyone, > > While we sort out the upload problems at sourceforge, I will add a section to the downloads on my website (www.meta-logix.com). Should take me about 10 minutes. > > Isabelle > > On Wed, Apr 16, 2003 at 04:56:18PM +0100, Rod Johnson wrote: > > I think you can upload it at SourceForge. Or your website would be fine. I'd > > rather not have large attachments on the list (and I won't get a chance to > > approve it before I go on holiday). > > > > Rod > > > > ----- Original Message ----- > > From: "Isabelle Muszynski" <isa...@me...> > > To: <spr...@li...> > > Sent: Wednesday, April 16, 2003 4:34 PM > > Subject: Re: [Springframework-developer] petclinic class diagram > > > > > > > hmm, my mail is being held back until the list moderator approves it > > because it is too big. > > > Do we have a standard place to upload stuff? If not, I could put it on my > > website. > > > > > > Isabelle > > > > > > On Wed, Apr 16, 2003 at 09:08:16AM -0400, Kopylenko, Dmitry wrote: > > > > So, where is it? :-) > > > > > > > > -----Original Message----- > > > > From: Isabelle Muszynski [mailto:isa...@me...] > > > > Sent: Wednesday, April 16, 2003 09:09 AM > > > > To: spr...@li... > > > > Subject: [Springframework-developer] petclinic class diagram > > > > > > > > > > > > Hi everyone, > > > > > > > > Here's the start of the tutorial application (UML class diagram in > > HTML). > > > > I've kept it very simple on purpose. > > > > > > > > Isabelle > > > > > > > > -- > > > > Isabelle Muszynski > > > > Software Engineer > > > > Zandweellaan 4 > > > > 2660 Antwerpen > > > > Belgium > > > > Tel. 32-(0)3-830 18 54 > > > > Mobile: 32-(0)485 49 50 89 > > > > Email: isa...@me... > > > > Website: www.meta-logix.com > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Springframework-developer mailing list > > > > Spr...@li... > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > > > -- > > > Isabelle Muszynski > > > Software Engineer > > > Zandweellaan 4 > > > 2660 Antwerpen > > > Belgium > > > Tel. 32-(0)3-830 18 54 > > > Mobile: 32-(0)485 49 50 89 > > > Email: isa...@me... > > > Website: www.meta-logix.com > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > -- > Isabelle Muszynski > Software Engineer > Zandweellaan 4 > 2660 Antwerpen > Belgium > Tel. 32-(0)3-830 18 54 > Mobile: 32-(0)485 49 50 89 > Email: isa...@me... > Website: www.meta-logix.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Isabelle M. <isa...@me...> - 2003-04-19 11:37:30
Attachments:
tables.sql
|
Hi Thomas, I've already got a script for creating the tables on Oracle. Here it is. Isabelle On Fri, Apr 18, 2003 at 09:23:52PM -0400, Thomas Risberg wrote: > Hi, > > I started playing around with a demo version of MagicDraw today. Taking > Isabelle's class diagram, I began transfering it to a Data Model that we > can use to generate DDL for the database. I started with two classes > (Pet and Species) and generated DDL for Oracle and MySQL - both ran fine > on my test databases. Once we settle on on this for our demo app, then > I can generate a complete set for all persistent classes. > > You can view the diagram and the DDL at http://www.tridb.org/spring.html > > Thomas > > > > Hi everyone, > > > > While we sort out the upload problems at sourceforge, I will add a > section to the downloads on my website (www.meta-logix.com). Should take > me about 10 minutes. > > > > Isabelle > > > > On Wed, Apr 16, 2003 at 04:56:18PM +0100, Rod Johnson wrote: > > > I think you can upload it at SourceForge. Or your website would be > fine. I'd > > > rather not have large attachments on the list (and I won't get a > chance to > > > approve it before I go on holiday). > > > > > > Rod > > > > > > ----- Original Message ----- > > > From: "Isabelle Muszynski" <isa...@me...> > > > To: <spr...@li...> > > > Sent: Wednesday, April 16, 2003 4:34 PM > > > Subject: Re: [Springframework-developer] petclinic class diagram > > > > > > > > > > hmm, my mail is being held back until the list moderator approves it > > > because it is too big. > > > > Do we have a standard place to upload stuff? If not, I could put > it on my > > > website. > > > > > > > > Isabelle > > > > > > > > On Wed, Apr 16, 2003 at 09:08:16AM -0400, Kopylenko, Dmitry wrote: > > > > > So, where is it? :-) > > > > > > > > > > -----Original Message----- > > > > > From: Isabelle Muszynski [mailto:isa...@me...] > > > > > Sent: Wednesday, April 16, 2003 09:09 AM > > > > > To: spr...@li... > > > > > Subject: [Springframework-developer] petclinic class diagram > > > > > > > > > > > > > > > Hi everyone, > > > > > > > > > > Here's the start of the tutorial application (UML class diagram in > > > HTML). > > > > > I've kept it very simple on purpose. > > > > > > > > > > Isabelle > > > > > > > > > > -- > > > > > Isabelle Muszynski > > > > > Software Engineer > > > > > Zandweellaan 4 > > > > > 2660 Antwerpen > > > > > Belgium > > > > > Tel. 32-(0)3-830 18 54 > > > > > Mobile: 32-(0)485 49 50 89 > > > > > Email: isa...@me... > > > > > Website: www.meta-logix.com > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This sf.net email is sponsored by:ThinkGeek > > > > > Welcome to geek heaven. > > > > > http://thinkgeek.com/sf > > > > > _______________________________________________ > > > > > Springframework-developer mailing list > > > > > Spr...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > > > > > > > -- > > > > Isabelle Muszynski > > > > Software Engineer > > > > Zandweellaan 4 > > > > 2660 Antwerpen > > > > Belgium > > > > Tel. 32-(0)3-830 18 54 > > > > Mobile: 32-(0)485 49 50 89 > > > > Email: isa...@me... > > > > Website: www.meta-logix.com > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Springframework-developer mailing list > > > > Spr...@li... > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > -- > > Isabelle Muszynski > > Software Engineer > > Zandweellaan 4 > > 2660 Antwerpen > > Belgium > > Tel. 32-(0)3-830 18 54 > > Mobile: 32-(0)485 49 50 89 > > Email: isa...@me... > > Website: www.meta-logix.com > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Isabelle Muszynski Software Engineer Zandweellaan 4 2660 Antwerpen Belgium Tel. 32-(0)3-830 18 54 Mobile: 32-(0)485 49 50 89 Email: isa...@me... Website: www.meta-logix.com |
|
From: Isabelle M. <isa...@me...> - 2003-04-19 11:47:43
|
Hi Thomas, Had a look at your website. I've never used MagicDraw to generate a schema, and so would be interested to see your MagicDraw model. Could you post it on your web site or send it to me? TIA, Isabelle On Fri, Apr 18, 2003 at 09:23:52PM -0400, Thomas Risberg wrote: > Hi, > > I started playing around with a demo version of MagicDraw today. Taking > Isabelle's class diagram, I began transfering it to a Data Model that we > can use to generate DDL for the database. I started with two classes > (Pet and Species) and generated DDL for Oracle and MySQL - both ran fine > on my test databases. Once we settle on on this for our demo app, then > I can generate a complete set for all persistent classes. > > You can view the diagram and the DDL at http://www.tridb.org/spring.html > > Thomas > > > > Hi everyone, > > > > While we sort out the upload problems at sourceforge, I will add a > section to the downloads on my website (www.meta-logix.com). Should take > me about 10 minutes. > > > > Isabelle > > > > On Wed, Apr 16, 2003 at 04:56:18PM +0100, Rod Johnson wrote: > > > I think you can upload it at SourceForge. Or your website would be > fine. I'd > > > rather not have large attachments on the list (and I won't get a > chance to > > > approve it before I go on holiday). > > > > > > Rod > > > > > > ----- Original Message ----- > > > From: "Isabelle Muszynski" <isa...@me...> > > > To: <spr...@li...> > > > Sent: Wednesday, April 16, 2003 4:34 PM > > > Subject: Re: [Springframework-developer] petclinic class diagram > > > > > > > > > > hmm, my mail is being held back until the list moderator approves it > > > because it is too big. > > > > Do we have a standard place to upload stuff? If not, I could put > it on my > > > website. > > > > > > > > Isabelle > > > > > > > > On Wed, Apr 16, 2003 at 09:08:16AM -0400, Kopylenko, Dmitry wrote: > > > > > So, where is it? :-) > > > > > > > > > > -----Original Message----- > > > > > From: Isabelle Muszynski [mailto:isa...@me...] > > > > > Sent: Wednesday, April 16, 2003 09:09 AM > > > > > To: spr...@li... > > > > > Subject: [Springframework-developer] petclinic class diagram > > > > > > > > > > > > > > > Hi everyone, > > > > > > > > > > Here's the start of the tutorial application (UML class diagram in > > > HTML). > > > > > I've kept it very simple on purpose. > > > > > > > > > > Isabelle > > > > > > > > > > -- > > > > > Isabelle Muszynski > > > > > Software Engineer > > > > > Zandweellaan 4 > > > > > 2660 Antwerpen > > > > > Belgium > > > > > Tel. 32-(0)3-830 18 54 > > > > > Mobile: 32-(0)485 49 50 89 > > > > > Email: isa...@me... > > > > > Website: www.meta-logix.com > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This sf.net email is sponsored by:ThinkGeek > > > > > Welcome to geek heaven. > > > > > http://thinkgeek.com/sf > > > > > _______________________________________________ > > > > > Springframework-developer mailing list > > > > > Spr...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > > > > > > > -- > > > > Isabelle Muszynski > > > > Software Engineer > > > > Zandweellaan 4 > > > > 2660 Antwerpen > > > > Belgium > > > > Tel. 32-(0)3-830 18 54 > > > > Mobile: 32-(0)485 49 50 89 > > > > Email: isa...@me... > > > > Website: www.meta-logix.com > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Springframework-developer mailing list > > > > Spr...@li... > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > -- > > Isabelle Muszynski > > Software Engineer > > Zandweellaan 4 > > 2660 Antwerpen > > Belgium > > Tel. 32-(0)3-830 18 54 > > Mobile: 32-(0)485 49 50 89 > > Email: isa...@me... > > Website: www.meta-logix.com > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Isabelle Muszynski Software Engineer Zandweellaan 4 2660 Antwerpen Belgium Tel. 32-(0)3-830 18 54 Mobile: 32-(0)485 49 50 89 Email: isa...@me... Website: www.meta-logix.com |
|
From: Rod J. <rod...@in...> - 2003-04-16 15:57:57
|
I think you can upload it at SourceForge. Or your website would be fine. I'd rather not have large attachments on the list (and I won't get a chance to approve it before I go on holiday). Rod ----- Original Message ----- From: "Isabelle Muszynski" <isa...@me...> To: <spr...@li...> Sent: Wednesday, April 16, 2003 4:34 PM Subject: Re: [Springframework-developer] petclinic class diagram > hmm, my mail is being held back until the list moderator approves it because it is too big. > Do we have a standard place to upload stuff? If not, I could put it on my website. > > Isabelle > > On Wed, Apr 16, 2003 at 09:08:16AM -0400, Kopylenko, Dmitry wrote: > > So, where is it? :-) > > > > -----Original Message----- > > From: Isabelle Muszynski [mailto:isa...@me...] > > Sent: Wednesday, April 16, 2003 09:09 AM > > To: spr...@li... > > Subject: [Springframework-developer] petclinic class diagram > > > > > > Hi everyone, > > > > Here's the start of the tutorial application (UML class diagram in HTML). > > I've kept it very simple on purpose. > > > > Isabelle > > > > -- > > Isabelle Muszynski > > Software Engineer > > Zandweellaan 4 > > 2660 Antwerpen > > Belgium > > Tel. 32-(0)3-830 18 54 > > Mobile: 32-(0)485 49 50 89 > > Email: isa...@me... > > Website: www.meta-logix.com > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > -- > Isabelle Muszynski > Software Engineer > Zandweellaan 4 > 2660 Antwerpen > Belgium > Tel. 32-(0)3-830 18 54 > Mobile: 32-(0)485 49 50 89 > Email: isa...@me... > Website: www.meta-logix.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Isabelle M. <isa...@me...> - 2003-04-16 16:12:13
|
Hi everyone, While we sort out the upload problems at sourceforge, I will add a section to the downloads on my website (www.meta-logix.com). Should take me about 10 minutes. Isabelle On Wed, Apr 16, 2003 at 04:56:18PM +0100, Rod Johnson wrote: > I think you can upload it at SourceForge. Or your website would be fine. I'd > rather not have large attachments on the list (and I won't get a chance to > approve it before I go on holiday). > > Rod > > ----- Original Message ----- > From: "Isabelle Muszynski" <isa...@me...> > To: <spr...@li...> > Sent: Wednesday, April 16, 2003 4:34 PM > Subject: Re: [Springframework-developer] petclinic class diagram > > > > hmm, my mail is being held back until the list moderator approves it > because it is too big. > > Do we have a standard place to upload stuff? If not, I could put it on my > website. > > > > Isabelle > > > > On Wed, Apr 16, 2003 at 09:08:16AM -0400, Kopylenko, Dmitry wrote: > > > So, where is it? :-) > > > > > > -----Original Message----- > > > From: Isabelle Muszynski [mailto:isa...@me...] > > > Sent: Wednesday, April 16, 2003 09:09 AM > > > To: spr...@li... > > > Subject: [Springframework-developer] petclinic class diagram > > > > > > > > > Hi everyone, > > > > > > Here's the start of the tutorial application (UML class diagram in > HTML). > > > I've kept it very simple on purpose. > > > > > > Isabelle > > > > > > -- > > > Isabelle Muszynski > > > Software Engineer > > > Zandweellaan 4 > > > 2660 Antwerpen > > > Belgium > > > Tel. 32-(0)3-830 18 54 > > > Mobile: 32-(0)485 49 50 89 > > > Email: isa...@me... > > > Website: www.meta-logix.com > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > -- > > Isabelle Muszynski > > Software Engineer > > Zandweellaan 4 > > 2660 Antwerpen > > Belgium > > Tel. 32-(0)3-830 18 54 > > Mobile: 32-(0)485 49 50 89 > > Email: isa...@me... > > Website: www.meta-logix.com > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Isabelle Muszynski Software Engineer Zandweellaan 4 2660 Antwerpen Belgium Tel. 32-(0)3-830 18 54 Mobile: 32-(0)485 49 50 89 Email: isa...@me... Website: www.meta-logix.com |