Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Project creation listener

Dmitry,

This work is on our radar, and was logged in this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=260008
If you have some requirements, this would be the place to describe them.

As far as using a project facet listener, it's a good way to find out if the JPA facet has been installed or uninstalled (or its version changed, which does not apply as of yet), but it won't help you determine when a *Hibernate* project has been created, and the JPA project has likely not been created at the time you receive this event, so you can't query that. If you need to do specific things when a Hibernate project has been created (or uninstalled), you are likely going to need the functionality described in the above bug.


Max,

Although this had been considered, it was not officially on our radar. I entered a bug to track it: https://bugs.eclipse.org/bugs/show_bug.cgi?id=262843
Again, if you have some specific requirements, let us have them.


- Paul


Max Rydahl Andersen wrote:
For Dali we should just use Project Facet listener.

Biggest issue is that there don't seem to be a way to provide additional UI for a facet. Dali team, do you know of any way of a jpaPlatform/facet to provide additional UI for setup/teardown of the JPA facet ?

/max
Hi,
I am working udner Hibernate platform for Dali and need to create additional files when project created.
What is the proper place where can I do the work?

Thanks


_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev


--
Paul Fullbright
Eclipse Java Persistence Tools (Dali) Development
Oracle



Back to the top