[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: dstrigel  XML
Profile for dstrigel -> Messages posted by dstrigel [69] Go to Page: Previous  1, 2, 3, 4, 5 Next 
Author Message
Unfortunately Oracle Corporation decided to sacrifice the integrity of Java by bundling Ask Toolbar with Java

https://www.change.org/petitions/oracle-corporation-stop-bundling-ask-toolbar-with-the-java-installer

Regards
Daniel

We’re running a little survey here at FX Experience to get input from JavaFX developers (and everybody else!) as to the ways they would use a port of JavaFX to smartphones and tablets (think: iOS, Android, and WinRT). This is your chance to really influence the future of JavaFX! Get your friends to participate!
 
http://fxexperience.com/

Email von JUGS:
Hallo Freunde und Mitglieder Java User Group Stuttgart.

In diesem Mailing geht es um einen wichtigen Aspekt der Zukunft von Java. Ein Markenzeichen von Java war immer der Slogan "Write Once - Run Anyware". Damit dieser auch in Zukunft noch eine Berechtigung hat, ist es wichtig, dass Java wieder auf allen relevanten Platformen zur Verfügung steht. Dazu gehören insbesondere auch die Smartphone-Platformen Android und iPhone. Daher gibt es nun eine Umfrage aus dem Oracle-Umfeld um die Wichtigkeit dieses Aspekts zu ergründen.

http://fxexperience.com/2012/12/javafx-for-tablets-mobile/

Es wäre schön wenn sich möglichst viele an dieser Umfrage beteiligen würden und den oben genannten Anspruch zum Ausdruck bringen würden. Prototypen für mögliche Lösungen mit JavaFX wurden bereits vor einem Jahr gezeigt aber jetzt geht es darum zu zeigen, dass wir eine solche Lösung auch haben wollen.

Mit freundlichen Grüßen
Dr. Paus 
Hallo CC Community,

beim Community Meeting wurde gefragt, in welcher Form es einen Austausch von Best Practices geben kann?
Es wurden Tec Docs und Videotutorials genannt...

Nur mal so als Idee:
Gibt es Interesse an einem "Lessons Learned Meeting" bei dem einzelne Teilnehmer ihre Best Practices/Lösungen vorstellen?
Evtl. kann man hier im Forum interessante Themen sammeln und jemanden suchen, der dazu etwas vorstellen kann.
Oder jemand hat Lust die Umsetzung eines Projektes technisch genauer vorzustellen...
Gibt es dazu Meinungen?

Viele Grüße
Daniel
JRebel 5.1.1

"Das Java-Produktivitätstool JRebel ist in einer aktualisierten Version zu haben. JRebel 5.1.1 bietet Support für Virgo 3.6, JBoss 6 EAP/JBoss 7.1.2, Spring OSGi, JAX-WS auf Weblogic 10, Captain Casa Framework und Spring Nested Beans."

http://it-republik.de/jaxenter/news/JRebel-5.1.1-unterstuetzt-JBoss-7.1.2-065962.html

We using JRebel and had a problem with jsps. Changes we made in a jsp file have not been hotdeployed.

CC does some internal caching and prevents JRebel to reload the jsp file.
If you disable the cache the changes at the jsp file are hotdeployed after we reload the web application (not restart the server).

To disable the caching (hint from Björn Müller)
1. Call ROWINCLUDEComponent.clearLayoutBuffer()
2. use an URL param "cc_clearLayoutBuffer=true" e.g. /demos/faces/hallo.jsp?cc_clearLayoutBuffer=true

If you are call you app per index.html you can add the param there
Code:
<param name='page' value='faces/jsp/surroundingpage.jsp?cc_clearLayoutBuffer=true'>


Regards
Daniel
Hello Björn,

thanks for providing a simple multiselect component.
It would be nice to have a similar ValidValuesBinding functionality as in the ComboBox. Instead of the String concatenation thing...or maybe a helper to encapsulate/hide the String...

Regards,
Daniel
try this:
SCROLLPANENode scrollpaneNode = new SCROLLPANENode();
scrollpaneNode.setVerticalscrollmode( "always");

Kind regards,
Daniel
um die Lorbeeren und den "wahrhaftig phantatischer Preis" abzusahnen, muss ich mich jetzt wohl outen...

Viele Grüße
Daniel
you can configure the Excel import. Hope my screenshot will explain it. Use Dezimaltrennzeichen "."

Regards
Daniel
maybe something like:

Casa RIA Suite
Casa RIA Framework
Casa RIA Toolbox
Casa Frontend Suite (CFS)
Casa Frontend Framework (CFF)

Kind regards
Daniel
we have a similar problem with WEB-INF\lib\xercesImpl-2.8.1.jar and Glassfish. I think we got the same error message. If we remove this jar it works fine.

Kind Regards
Daniel
Hi,

for some error messages we would like to use the ResourceManager.findText().
In the jsp files we use #{rr.resourceName["key"]} to get the properties.
The ResourceManager expect this syntax #{rr.resourceName.key}. Is there a "ResourceManager" which can handle #{rr.resourceName["key"]}?

Kind regards
Daniel
sorry, we can't reproduce this behavior anymore...

Kind Regards
Daniel
Hi!

If we log off in the Java Web Start client we get an error message.
In the browser it works fine.

Regards
Daniel


Code:
   public void onButtonPressedLogOff( ActionEvent ae )
     {
         getWorkpageContainer().closeAllWorkpages( false, new Runnable()
         {
             public void run()
             {
                 HttpSessionAccess.getCurrentHttpSession().invalidate();
             }
         } );
     }
 



Code:
 Error occurred within the client processing.
 
 Please view the stack trace below and the client log for more information.
 
 
 java.lang.Error: java.lang.NullPointerException
 	at org.eclnt.client.util.file.ClassloaderReader.readFileExecute(ClassloaderReader.java:113)
 	at org.eclnt.client.util.file.ClassloaderReader.readFile(ClassloaderReader.java:81)
 	at org.eclnt.client.util.file.ClassloaderReader.readImage(ClassloaderReader.java:54)
 	at org.eclnt.client.elements.impl.TREENODEElement.init(TREENODEElement.java:98)
 	at org.eclnt.client.page.PageBrowser.initClientParameters(PageBrowser.java:1045)
 	at org.eclnt.client.page.PageBrowser.reapplyClientParametersAndReloadHeaderURL(PageBrowser.java:1707)
 	at org.eclnt.client.page.Page.processUpdateResponse(Page.java:1279)
 	at org.eclnt.client.page.Page.access$2(Page.java:1158)
 	at org.eclnt.client.page.Page$MyUpdateDataTransferListener.dataTransferEnded(Page.java:158)
 	at org.eclnt.client.comm.http.DataTransfer.transferXMLFinished(DataTransfer.java:997)
 	at org.eclnt.client.comm.http.DataTransfer.communicateToServerSynchronous(DataTransfer.java:224)
 	at org.eclnt.client.page.Page.transferDataRun(Page.java:1029)
 	at org.eclnt.client.page.Page$DataTransferRunner.run(Page.java:118)
 	at org.eclnt.client.page.Page.callServerRun(Page.java:999)
 	at org.eclnt.client.page.Page$CallServerRunner.run(Page.java:78)
 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
 	at java.awt.EventQueue.access$000(Unknown Source)
 	at java.awt.EventQueue$1.run(Unknown Source)
 	at java.awt.EventQueue$1.run(Unknown Source)
 	at java.security.AccessController.doPrivileged(Native Method)
 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 	at java.awt.EventDispatchThread.run(Unknown Source)
 Caused by: java.lang.NullPointerException
 	at org.eclnt.client.util.file.ClassloaderReader.readFileExecute(ClassloaderReader.java:98)
 	... 28 more
 
I can confirm that it also works with Java 7.
So far we haven't found any problems...

Kind regards
Daniel
 
Profile for dstrigel -> Messages posted by dstrigel [69] Go to Page: Previous  1, 2, 3, 4, 5 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team