source code [message #434294] |
Thu, 25 January 2007 18:18  |
Eclipse User |
|
|
|
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 17:24   |
Eclipse User |
|
|
|
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] |
Tue, 30 January 2007 22:41  |
Eclipse User |
|
|
|
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 11:03  |
Eclipse User |
|
|
|
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 17:24  |
Eclipse User |
|
|
|
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] |
Tue, 30 January 2007 22:41  |
Eclipse User |
|
|
|
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
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04642 seconds