Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dali » source code
source code [message #434294] Thu, 25 January 2007 23:18 Go to next message
Tom Mutdosch is currently offline Tom MutdoschFriend
Messages: 11
Registered: July 2009
Junior Member
Hi all,

I am working on some data tooling and from a wizard I would like to be able to
hook into or call the Dali entity generation operation. I'm not sure if this is
possible; are there any exposed APIs?

I was going to take a look myself, but I'm not sure where I can get a look at
the source for the dali plugins. The download I have only contained the binary
plugins. Where is the best place to get a hold of the source?

Thanks,
Tom
Re: source code [message #434300 is a reply to message #434294] Mon, 29 January 2007 16:03 Go to previous messageGo to next message
Tom Mutdosch is currently offline Tom MutdoschFriend
Messages: 11
Registered: July 2009
Junior Member
Ah, I found it. I found the source code bundled with the 2.0 M4 build (I had
been using 0.5). In the build I have, however, the context menu to Add Java
Persistence is not available, so I'm not sure how to bring up the Generate
Entities wizard. Does anyone know which Dali/JPA class opens that wizard, so I
can take a look?

Thanks
Tom

Tom Mutdosch wrote:
> Hi all,
>
> I am working on some data tooling and from a wizard I would like to be
> able to hook into or call the Dali entity generation operation. I'm not
> sure if this is possible; are there any exposed APIs?
>
> I was going to take a look myself, but I'm not sure where I can get a
> look at the source for the dali plugins. The download I have only
> contained the binary plugins. Where is the best place to get a hold of
> the source?
>
> Thanks,
> Tom
Re: source code [message #434303 is a reply to message #434300] Mon, 29 January 2007 22:24 Go to previous messageGo to next message
Neil Hauge is currently offline Neil HaugeFriend
Messages: 475
Registered: July 2009
Senior Member
Tom,

The Entity Generation functionality wasn't in the 2.0 M4 build that you
have. It will however be in the M5 build, and should be available in a
menu on the project called "JPA" or "Java Persistence".

If you want to take a look at it in 0.5, you can check out the following
plugin in CVS from dev.eclipse.org/cvsroot/webtools -
org.eclipse.jpa/plugins/org.eclipse.dali.gen. The API you are looking for
is in the class EntityGenerator. There won't be much change with Entity
Gen between 0.5 and 1.0, so this should be an accurate view of it.

Details on how to log in are located here -
http://wiki.eclipse.org/index.php/CVS_Howto

Let me know if you need more info on this.

Neil



Tom Mutdosch wrote:

> Ah, I found it. I found the source code bundled with the 2.0 M4 build (I
had
> been using 0.5). In the build I have, however, the context menu to Add Java
> Persistence is not available, so I'm not sure how to bring up the Generate
> Entities wizard. Does anyone know which Dali/JPA class opens that wizard,
so I
> can take a look?

> Thanks
> Tom

> Tom Mutdosch wrote:
>> Hi all,
>>
>> I am working on some data tooling and from a wizard I would like to be
>> able to hook into or call the Dali entity generation operation. I'm not
>> sure if this is possible; are there any exposed APIs?
>>
>> I was going to take a look myself, but I'm not sure where I can get a
>> look at the source for the dali plugins. The download I have only
>> contained the binary plugins. Where is the best place to get a hold of
>> the source?
>>
>> Thanks,
>> Tom
Re: source code [message #434304 is a reply to message #434303] Wed, 31 January 2007 03:41 Go to previous message
Tom Mutdosch is currently offline Tom MutdoschFriend
Messages: 11
Registered: July 2009
Junior Member
Hi Neil,

Thanks for the info. I was able to get the source and find what I was looking
for. Much appreciated.

-Tom

Neil Hauge wrote:
> Tom,
>
> The Entity Generation functionality wasn't in the 2.0 M4 build that you
> have. It will however be in the M5 build, and should be available in a
> menu on the project called "JPA" or "Java Persistence".
>
> If you want to take a look at it in 0.5, you can check out the following
> plugin in CVS from dev.eclipse.org/cvsroot/webtools -
> org.eclipse.jpa/plugins/org.eclipse.dali.gen. The API you are looking
> for is in the class EntityGenerator. There won't be much change with
> Entity Gen between 0.5 and 1.0, so this should be an accurate view of it.
>
> Details on how to log in are located here -
> http://wiki.eclipse.org/index.php/CVS_Howto
>
> Let me know if you need more info on this.
>
> Neil
>
>
>
Re: source code [message #592133 is a reply to message #434294] Mon, 29 January 2007 16:03 Go to previous message
Tom Mutdosch is currently offline Tom MutdoschFriend
Messages: 11
Registered: July 2009
Junior Member
Ah, I found it. I found the source code bundled with the 2.0 M4 build (I had
been using 0.5). In the build I have, however, the context menu to Add Java
Persistence is not available, so I'm not sure how to bring up the Generate
Entities wizard. Does anyone know which Dali/JPA class opens that wizard, so I
can take a look?

Thanks
Tom

Tom Mutdosch wrote:
> Hi all,
>
> I am working on some data tooling and from a wizard I would like to be
> able to hook into or call the Dali entity generation operation. I'm not
> sure if this is possible; are there any exposed APIs?
>
> I was going to take a look myself, but I'm not sure where I can get a
> look at the source for the dali plugins. The download I have only
> contained the binary plugins. Where is the best place to get a hold of
> the source?
>
> Thanks,
> Tom
Re: source code [message #592147 is a reply to message #434300] Mon, 29 January 2007 22:24 Go to previous message
Neil Hauge is currently offline Neil HaugeFriend
Messages: 475
Registered: July 2009
Senior Member
Tom,

The Entity Generation functionality wasn't in the 2.0 M4 build that you
have. It will however be in the M5 build, and should be available in a
menu on the project called "JPA" or "Java Persistence".

If you want to take a look at it in 0.5, you can check out the following
plugin in CVS from dev.eclipse.org/cvsroot/webtools -
org.eclipse.jpa/plugins/org.eclipse.dali.gen. The API you are looking for
is in the class EntityGenerator. There won't be much change with Entity
Gen between 0.5 and 1.0, so this should be an accurate view of it.

Details on how to log in are located here -
http://wiki.eclipse.org/index.php/CVS_Howto

Let me know if you need more info on this.

Neil



Tom Mutdosch wrote:

> Ah, I found it. I found the source code bundled with the 2.0 M4 build (I
had
> been using 0.5). In the build I have, however, the context menu to Add Java
> Persistence is not available, so I'm not sure how to bring up the Generate
> Entities wizard. Does anyone know which Dali/JPA class opens that wizard,
so I
> can take a look?

> Thanks
> Tom

> Tom Mutdosch wrote:
>> Hi all,
>>
>> I am working on some data tooling and from a wizard I would like to be
>> able to hook into or call the Dali entity generation operation. I'm not
>> sure if this is possible; are there any exposed APIs?
>>
>> I was going to take a look myself, but I'm not sure where I can get a
>> look at the source for the dali plugins. The download I have only
>> contained the binary plugins. Where is the best place to get a hold of
>> the source?
>>
>> Thanks,
>> Tom
Re: source code [message #592156 is a reply to message #434303] Wed, 31 January 2007 03:41 Go to previous message
Tom Mutdosch is currently offline Tom MutdoschFriend
Messages: 11
Registered: July 2009
Junior Member
Hi Neil,

Thanks for the info. I was able to get the source and find what I was looking
for. Much appreciated.

-Tom

Neil Hauge wrote:
> Tom,
>
> The Entity Generation functionality wasn't in the 2.0 M4 build that you
> have. It will however be in the M5 build, and should be available in a
> menu on the project called "JPA" or "Java Persistence".
>
> If you want to take a look at it in 0.5, you can check out the following
> plugin in CVS from dev.eclipse.org/cvsroot/webtools -
> org.eclipse.jpa/plugins/org.eclipse.dali.gen. The API you are looking
> for is in the class EntityGenerator. There won't be much change with
> Entity Gen between 0.5 and 1.0, so this should be an accurate view of it.
>
> Details on how to log in are located here -
> http://wiki.eclipse.org/index.php/CVS_Howto
>
> Let me know if you need more info on this.
>
> Neil
>
>
>
Previous Topic:eclipsecon 2007 submission deadlines: short talks / demos by Jan 31st
Next Topic:Dali Webinar
Goto Forum:
  


Current Time: Fri Apr 19 23:45:09 GMT 2024

Powered by FUDForum. Page generated in 0.03206 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top