If you are having any trouble migrating your widgets using the beta, let
us know so we can help.
Cheers,
--
--Steve
blog: http://steveonjava.com/
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "WidgetFX Users" group. To post to this group, send email to widgetf...@googlegroups.com To unsubscribe from this group, send email to widgetfx-user...@googlegroups.com For more options, visit this group at http://groups.google.com/group/widgetfx-users?hl=en -~----------~----~----~----~------~----~------~--~---
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "WidgetFX Users" group.
To post to this group, send email to widgetf...@googlegroups.com
To unsubscribe from this group, send email to widgetfx-user...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/widgetfx-users?hl=en
-~----------~----~----~----~------~----~------~--~---
When you're ready to generate signed jars for external deployment:
0. [one time] construct an (external) "keystore.ks" file per: http://www.dallaway.com/acad/webstart/
1. in NetBeans, modify your <WidgetFX> project->properties->Application to generate "raw" jars (i.e., un-check: "Self Signed Jar" and "Pack200 Compression" in the Application dialogs)
2. clean/build <project>
3. copy files from "<project>/dist to a <"stage-deploy"> directory (your choice, external to project)
4. sign all jars (including /lib/*.jars) in <"stage-deploy"> per: scripts in: http://learnjavafx.typepad.com/weblog/security/
(install a stand-alone JavaFX-sdk for access to "jarsigner" and "pack200" tools outside of NetBeans)
5. update jnlp's to reflect deployment url's for your widget (and update any html links that reference your jnlp's)
6. deploy files from <stage-deploy> to an active web server.
This approach will allow you to publish source for a WidgetFX widget developed as a NetBeans project without publishing scripts to sign the code. (signing the code is something that only you should know how to do)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "WidgetFX Users" group.
To post to this group, send email to widgetf...@googlegroups.com
To unsubscribe from this group, send email to widgetfx-user...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/widgetfx-users?hl=en
-~----------~----~----~----~------~----~------~--~---
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "WidgetFX Users" group.
To post to this group, send email to widgetf...@googlegroups.com
To unsubscribe from this group, send email to widgetfx-user...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/widgetfx-users?hl=en
-~----------~----~----~----~------~----~------~--~---
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "WidgetFX Users" group.
To post to this group, send email to widgetf...@googlegroups.com
To unsubscribe from this group, send email to widgetfx-user...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/widgetfx-users?hl=en
-~----------~----~----~----~------~----~------~--~---
See if you can create an account, and if there are still problems I will
investigate further.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "WidgetFX Users" group.
To post to this group, send email to widgetf...@googlegroups.com
To unsubscribe from this group, send email to widgetfx-user...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/widgetfx-users?hl=en
-~----------~----~----~----~------~----~------~--~---
----Steve
blog: http://steveonjava.com/