<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to display alert or pop up dialog from java class? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314955#M1956</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you explain to me what do you want to display? Where? In your browser? What kind of client you use with Nuxeo?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2012 16:00:25 GMT</pubDate>
    <dc:creator>Vladimir_Pasqui</dc:creator>
    <dc:date>2012-10-19T16:00:25Z</dc:date>
    <item>
      <title>How to display alert or pop up dialog from java class?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314954#M1955</link>
      <description>&lt;P&gt;i am using swing component to give pop up dialog in java class.
JOptionPane.showMessageDialog(null,"Hello");
But its not displaying anything.
Is there any way in nuxeo to give alert from java class.
Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:23:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314954#M1955</guid>
      <dc:creator>tiger_</dc:creator>
      <dc:date>2012-10-18T09:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to display alert or pop up dialog from java class?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314955#M1956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you explain to me what do you want to display? Where? In your browser? What kind of client you use with Nuxeo?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 16:00:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314955#M1956</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2012-10-19T16:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display alert or pop up dialog from java class?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314956#M1957</link>
      <description>&lt;P&gt;In the Listener class in handleEvent() function i am&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 10:59:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314956#M1957</guid>
      <dc:creator>tiger_</dc:creator>
      <dc:date>2012-10-22T10:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to display alert or pop up dialog from java class?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314957#M1958</link>
      <description>&lt;P&gt;You &lt;STRONG&gt;should never use AWT components&lt;/STRONG&gt; in a server component. You should only serve web pages. Here is what you will get running your listener.&lt;/P&gt;
&lt;P&gt;The message box will be displayed on the server display. The listener thread will block until the ok button is pressed. The end user, will never be notified of the error condition, and in the same time, you're leaking core sessions (blocked thread). At the end, you will consume all the connections from the database, and the server will die.&lt;/P&gt;
&lt;P&gt;Since 5.6, in a core listener, in case of the transaction being set rollback only, you may &lt;A href="https://jira.nuxeo.com/browse/NXP-10147"&gt;throw an exception which will be handled by the web exception handler&lt;/A&gt; and the message will be displayed to your end user.&lt;/P&gt;
&lt;P&gt;Please contact our support if you need help for that feature.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:24:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-display-alert-or-pop-up-dialog-from-java-class/m-p/314957#M1958</guid>
      <dc:creator>slacoin_Lacoin</dc:creator>
      <dc:date>2012-10-22T11:24:08Z</dc:date>
    </item>
  </channel>
</rss>

