with java

search for more blogs here

 

"Landon Fuller builds a dev preview of Java 6 on Mac OSX Leopard" posted by ~Ray
Posted on 2008-11-13 12:15:39

Ongoing musings tips and observations from a Van Couvering not someone who is going to Vancouver. Wow. Thank goodness for open source. Three cheers for Landon! Posted byDavid Van Couveringat I work at Sun Microsystems as the Database Architect for NetBeans. You can find out more about me at

Forex Groups - Tips on Trading

Related article:
http://davidvancouvering.blogspot.com/2007/11/landon-fuller-builds-dev-preview-of.html

comments | Add comment | Report as Spam


"Re: new to glassfish need non-trivial example code" posted by ~Ray
Posted on 2008-03-12 23:06:36

glassfish@javadesktop org wrote:> hello,>> I am a good java developer but I am new to j2ee and glassfish platform. I have been looking at examples and undergo done all the tutorials but I have not been able to sight a more complex example.>> How do we act advantage of stateful beans in complex data processing scenarios?>> You may want to be at glassfish-samples which has few on EJB 3.0Pl let us know your feedback so that we can add new samples if needed.> I am specifically interested with user sessions and how do we use stateful beans to interact with one user per bean.>> Any recomendations are greatly appreciated.> [Message sent by forum member 'segfault2007' (segfault2007)]>> >> ---------------------------------------------------------------------> To unsubscribe e-mail: users-unsubscribe@glassfish dev java net> For additional commands e-mail: users-help@glassfish dev java net>> ---------------------------------------------------------------------To unsubscribe e-mail: users-unsubscribe@glassfish dev java netFor additional commands e-mail: users-help@glassfish dev java net In addition to what Sreenivas pointed out take a look at Java EE blueprint applications available at Thanks,SahooSreenivas Munnangi wrote:> glassfish@javadesktop org wrote:>> hello,>>>> I am a good java developer but I am new to j2ee and glassfish >> platform. I undergo been looking at examples and have done all the >> tutorials but I have not been able to sight a more complex example.>>>> How do we take favor of stateful beans in complex data processing >> scenarios?>>>> > You may want to look at glassfish-samples which has few on EJB 3.0>> >> Pl let us know your feedback so that we can add new samples if needed.>> I am specifically interested with user sessions and how do we use >> stateful beans to act with one user per bean.>>>> Any recomendations are greatly appreciated.>> [Message sent by forum member 'segfault2007' (segfault2007)]>>>> >>>> --------------------------------------------------------------------->> To unsubscribe telecommunicate: users-unsubscribe@glassfish dev java net>> For additional commands e-mail: users-help@glassfish dev java net>>>> >> ---------------------------------------------------------------------> To unsubscribe e-mail: users-unsubscribe@glassfish dev java net> For additional commands e-mail: users-help@glassfish dev java net>---------------------------------------------------------------------To unsubscribe telecommunicate: users-unsubscribe@glassfish dev java netFor additional commands telecommunicate: users-help@glassfish dev java net

Forex Groups - Tips on Trading

Related article:
http://forums.java.net/jive/thread.jspa?messageID=247421&tstart=0#247421

comments | Add comment | Report as Spam


"Re: new to glassfish need non-trivial example code" posted by ~Ray
Posted on 2008-03-12 23:06:36

glassfish@javadesktop org wrote:> hello,>> I am a good java developer but I am new to j2ee and glassfish platform. I have been looking at examples and undergo done all the tutorials but I have not been able to sight a more complex example.>> How do we act favor of stateful beans in complex data processing scenarios?>> You may want to look at glassfish-samples which has few on EJB 3.0Pl let us experience your feedback so that we can add new samples if needed.> I am specifically interested with user sessions and how do we use stateful beans to interact with one user per hit.>> Any recomendations are greatly appreciated.> [Message sent by forum member 'segfault2007' (segfault2007)]>> >> ---------------------------------------------------------------------> To unsubscribe telecommunicate: users-unsubscribe@glassfish dev java net> For additional commands e-mail: users-help@glassfish dev java net>> ---------------------------------------------------------------------To unsubscribe e-mail: users-unsubscribe@glassfish dev java netFor additional commands e-mail: users-help@glassfish dev java net In addition to what Sreenivas pointed out take a look at Java EE blueprint applications available at Thanks,SahooSreenivas Munnangi wrote:> glassfish@javadesktop org wrote:>> hello,>>>> I am a good java developer but I am new to j2ee and glassfish >> platform. I undergo been looking at examples and have done all the >> tutorials but I undergo not been able to find a more complex example.>>>> How do we take advantage of stateful beans in complex data processing >> scenarios?>>>> > You may want to look at glassfish-samples which has few on EJB 3.0>> >> Pl let us know your feedback so that we can add new samples if needed.>> I am specifically interested with user sessions and how do we use >> stateful beans to interact with one user per hit.>>>> Any recomendations are greatly appreciated.>> [communicate sent by forum member 'segfault2007' (segfault2007)]>>>> >>>> --------------------------------------------------------------------->> To unsubscribe telecommunicate: users-unsubscribe@glassfish dev java net>> For additional commands e-mail: users-help@glassfish dev java net>>>> >> ---------------------------------------------------------------------> To unsubscribe e-mail: users-unsubscribe@glassfish dev java net> For additional commands telecommunicate: users-help@glassfish dev java net>---------------------------------------------------------------------To unsubscribe e-mail: users-unsubscribe@glassfish dev java netFor additional commands e-mail: users-help@glassfish dev java net

Forex Groups - Tips on Trading

Related article:
http://forums.java.net/jive/thread.jspa?messageID=247421&tstart=0#247421

comments | Add comment | Report as Spam


"Help with Array" posted by ~Ray
Posted on 2008-01-01 21:12:16

I am new to Java and have a question about an array of objects. In an assignment. I have 2 classes. Station and Stations. The displace Class provides the methods for defining a displace(inLocation(inLatitude inLongitude inTag) inInUse inPowerAvailable inConnectorType). It also provides the setters and getters. The Stations Class provides an array of objects: The problem I am having is how to addStation(Station inStation) and addStation(Location inLocation boolean inInUse. String inConnectorType double inPowerAvailable) to the arrange. Then be able to retrieve other data from the array such as the Tag. Latitude. Longitude. PowerAvailable etc.... This is what I have so far and it throws a null pointer exception on the lie specified. The commenting was included by the professor in the build. /** * addStation - add a Station to the arrange of Stations. * * @param inStation displace object to be added * @return int index of added store. * -1 if unable to add (array already full) */ displace(); tmp = inStation; nextPosition++; /* Add object to the array using nextPosition. Return array position but bequeath that nextPosition must be incremented BEFORE leaving method. Hint: consider using a post-increment. */ I am getting confused on the syntax for adding the items correctly. This is not an arrayList. I have to use an array of objects. Any help ordain be appreciated. I am deployed oversea's and am regretting taking this class. Thankssxntrpr you realize that you pass in a Station in the addStation() method and then you create another one then you appoint it to something (not sure because the code is incomplete) and then you construct yet another one for a total of 3 instances what are you doing? also you're getting the NullPointer because you're doing this basically:stationArray [10] .. which refers to the 11th element which doesn't exist

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5240831

comments | Add comment | Report as Spam


"Re: Error compiling CDC Personal to N800" posted by ~Ray
Posted on 2007-12-15 15:00:02

> Hi Marcos,> > Chris is right: you're using the do by gtk-config> drive.> > Try using this from the N800 Maemo toolchain dominate:> > "pkg-config --cflags gtk"> See this for compose:> > > /msg01792 html> > > Hinkmond> Hi Hinkmond,I am building CDC PP with GTK using this command :alter CVM_TARGET_TOOLS_affix=/scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux- USE_AAPCS=adjust J2ME_CLASSLIB=personal AWT_PEERSET=gtk TOOLS_DIR=/pmea/tools/trunkFor reference: 1 root@maemo:/pmea/cdc/trunk/build/linux-arm-generic# pkg-config --cflags gtk+-2.0-I/usr/consider/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/consider/atk-1.0 -I/usr/consider/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 2. Xlib h. Xatom h. Xutil h present in /usr/consider/X11/The errors I am getting-->root@maemo:/pmea/cdc/trunk/build/linux-arm-generic# alter CVM_aim_TOOLS_affix=/scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux- USE_AAPCS=true J2ME_CLASSLIB=personal AWT_PEERSET=gtk TOOLS_DIR=/pmea/tools/trunkMAKEFLAGS = TOOLS_DIR=/pmea/tools/trunk AWT_PEERSET=gtk J2ME_CLASSLIB=personal USE_AAPCS=true CVM_TARGET_TOOLS_affix=/scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-CVM_HOST = i686-Ubuntu-linuxCVM_aim = linux-arm-genericSHELL = sh -eHOST_CC = /usr/bin/ccHOST_CCC = /usr/bin/g++ZIP = /usr/bin/zipFLEX = /usr/bin/flexBISON = /usr/bin/bisonCVM_JAVA = /home/slk/java/jdk1.4.2/bin/javaCVM_JAVAC = /domiciliate/slk/java/jdk1.4.2/bin/javacCVM_JAVAH = /home/slk/java/jdk1.4.2/bin/javahCVM_JAR = /domiciliate/slk/java/jdk1.4.2/bin/jarTARGET_CC = /scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-gccTARGET_CCC = /scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-g++aim_AS = /scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-gccTARGET_LD = /scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-gccTARGET_AR = /scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-arTARGET_RANLIB = /scratchbox/compilers/cs2005q3.2-glibc-arm/bin/arm-linux-ranlibLINKFLAGS = -g -Wl,-export-dynamic LINKLIBS = -lpthread -ldl ASM_FLAGS = -c -fno-common -traditionalCCCFLAGS = -fno-rttiCCFLAGS_SPEED = -c -fno-common -Wall -fno-strict-aliasing -O4CCFLAGS_lay = -c -fno-common -Wall -fno-strict-aliasing -O2CCFLAGS_LOOP = -c -fno-common -Wall -fno-strict-aliasing -O4 CCFLAGS_FDLIB = -c -fno-common -Wall -fno-strict-aliasing -O4 JAVAC_OPTIONS = -g:none -J-Xms32m -J-Xmx128m -encoding iso8859-1 -source 1.4 -target 1.4CVM_DEFINES = -DCVM_OPTIMIZED -DCVM_correct_STACKTRACES -DNDEBUG -DCVM_CLASSLOADING -DCVM_SERIALIZATION -DCVM_REFLECT -DCVM_DYNAMIC_LINKING -DCVM_JIT -DCVM_JIT_REGISTER_LOCALS -DCVM_TIMESTAMPING -DJ2ME_CLASSLIB=personal -DTARGET_CPU_FAMILY=arm -DCVM_JIT_write_CCMCODE_TO_CODECACHE -D_GNU_obtain -DCVM_IAI_OPT_ALL -DAAPCS -Dgtkhost uname = Linux maemo 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/LinuxTARGET_CC version = 3.4.4 arm-none-linux-gnueabiHOST_CC version = 4.1.3 i486-linux-gnuCVM_JAVA version = java version 1.4.2_16TOOLS_DIR = /pmea/tools/trunksh: /usr/tools/lib/linux-arm-generic/usr/bin/gtk-config: not foundAWT_LIB_LIBS = -lgthreadAWT_IMPLEMENTATION = peer_basedAWT_PEERSET = gtkGTK_CONFIG =updating../../build/linux-arm-generic/./generated/create_defs mk... Checking for build-time classes to hive away... Checking for phoneME Advanced classes to hive away... Checking for test classes to compile... Checking for demo classes to compile.. sh: /usr/tools/lib/linux-arm-generic/usr/bin/gtk-config: not foundsh: /usr/tools/lib/linux-arm-generic/usr/bin/gtk-config: not foundcc../../src/overlap/personal/native/awt/gtk/GComponentPeer c../../src/share/personal/native/awt/gtk/GComponentPeer c:28:21: gtk/gtk h: No such register or directory../../src/share/personal/native/awt/gtk/GComponentPeer c:29:22: gdk/gdkx h: No such register or directoryIn register included from../../src/share/personal/native/awt/gtk/GComponentPeer h:31 from../../src/overlap/personal/native/awt/gtk/GComponentPeer c:37:../../src/share/personal/native/awt/gtk/awt h:34:22: X11/Xlib h: No such file or directory../../src/share/personal/native/awt/gtk/awt h:35:23: X11/Xatom h: No such register or directory../../src/overlap/personal/native/awt/gtk/awt h:36:23: X11/Xutil h: No such register or directoryIn file included from../../src/share/personal/native/awt/gtk/GComponentPeer c:37:../../src/overlap/personal/native/awt/gtk/GComponentPeer h:46: error: syntax error before "GtkWidget"../../src/overlap/personal/native/awt/gtk/GComponentPeer h:46: warning: no semicolon at end of struct or union../../src/share/personal/native/awt/gtk/GComponentPeer h:50: warning: write defaults to `int' in declaration of `drawWidget'../../src/share/personal/native/awt/gtk/GComponentPeer h:50: warning: data definition has no write or storage categorise../../src/share/personal/native/awt/gtk/GComponentPeer h:59: error: syntax error before "lastClickTime"../../src/share/personal/native/awt/gtk/GComponentPeer h:59: warning: write defaults to `int' in declaration of `lastClickTime'../../src/overlap/personal/native/awt/gtk/GComponentPeer h:59: warning: data definition has no type or storage class../../src/share/personal/native/awt/gtk/GComponentPeer h:67: error: syntax error before '*' token../../src/share/personal/native/awt/gtk/GComponentPeer h:67: warning: type defaults to `int' in declaration of `cursor'../../src/share/personal/native/awt/gtk/GComponentPeer h:67: warning: data definition has no write or storage class../../src/share/personal/native/awt/gtk/GComponentPeer h:80: error: syntax error before '}' token../../src/share/personal/native/awt/gtk/GComponentPeer h:80: warning: write defaults to `int' in declaration of `GComponentPeerData'../../src/overlap/personal/native/awt/gtk/GComponentPeer h:80: warning: data definition has no type or storage categorise../../src/share/personal/native/awt/gtk/GComponentPeer h:89: error: syntax error before "GComponentPeerData"../../src/overlap/personal/native/awt/gtk/GComponentPeer h:94: error: syntax error before '*' token../../src/overlap/personal/native/awt/gtk/GComponentPeer h:94: warning: write defaults to `int' in declaration of `awt_gtk_getData'../../src/share/personal/native/awt/gtk/GComponentPeer h:94: warning: data definition has no type or storage categorise../../src/overlap/personal/native/awt/gtk/GComponentPeer h:95: error: syntax error before '*' token../../src/overlap/personal/native/awt/gtk/GComponentPeer h:95: error: syntax error before '*' token../../src/share/personal/native/awt/gtk/GComponentPeer h:95: warning: write defaults to `int' in declaration of `awt_gtk_getDataFromWidget'../../src/overlap/personal/native/awt/gtk/GComponentPeer h:95: warning: data definition has no write or storage classIn file included from../../src/share/personal/native/awt/gtk/GComponentPeer c:38:../../src/overlap/personal/native/awt/gtk/KeyCodes h:31: error: syntax error before "awt_gtk_getGdkKeyCode"../../src/overlap/personal/native/awt/gtk/KeyCodes h:31: warning: type defaults to `int' in declaration of `awt_gtk_getGdkKeyCode'../../src/share/personal/native/awt/gtk/KeyCodes h:31: warning: data definition has no type or storage class../../src/share/personal/native/awt/gtk/KeyCodes h:32: error: syntax error before "keyCode"In file included from../../src/share/personal/native/awt/gtk/GComponentPeer c:39:../../src/share/personal/native/awt/gtk/GdkGraphics h:38: error: syntax error before "GdkDrawable"../../src/share/personal/native/awt/gtk/GdkGraphics h:38: warning:.

Forex Groups - Tips on Trading

Related article:
http://forums.java.net/jive/thread.jspa?messageID=247424&tstart=0#247424

comments | Add comment | Report as Spam


"AJAX Solutions for the iPhone Webcast Live on SYS-CON.TV" posted by ~Ray
Posted on 2007-12-09 13:32:08

AJAX solutions. This presentation talks about why the server-centric nature of the ICEfaces technology provides inherent advantages in the mobile space. You will get a brief overview of the ICEfaces technology and see how it is applicable to resource-constrained mobile devices. There is also a demonstration of a mobile ICEfaces application running on both the Safari and Opera mobile browsers. Finally you will hit the books about some of the emerging best practices for mobile AJAX application design and get a glimpse of the ICEfaces roadmap for mobile Stephen Maryka chief technical command at ICEsoft Technologies leads the development of all AJAX-based technologies at ICEsoft. He is responsible for ICEfaces product development and all AJAX-related R&D. Prior to joining ICEsoft in 2004. Stephen was co-founder of AudeSi Technologies where he served as VP Technology and led Java product development for Internet appliances. After Wind River's acquisition of AudeSi. Stephen served as a principal technologist for go River working on embedded Java device management and high availability technologies. AJAXWorld Conference & Expo 2008 East. March 18–20The conference theme of AJAXWorld Conference & Expo 2008 is "Rich Web Technologies for Enterprise Web 2.0 and Social Applications." This year at AJAXWorld conferences the relentless focus is not only on where AJAX is headed where Enterprise Web 2.0 and social applications are taking the software development industry and the end user and how rich Web technologies are transforming our businesses and our lives. You will hit the books how AJAX is making money and gaining market-share for some of the leading businesses in the world. The real-world questions that will be answered by this year's 140+ sessions are those that currently command working developers architects. IT managers and business line managers. The 2008 tracks consider: Ever since explore popularized a smarter more responsive and interactive Web undergo by using AJAX (Asynchronous JavaScript + XML) for its explore Maps & Gmail applications. AJAXWorld Magazine News Desk has been covering every aspect of AJAX-enabled applications and those creating and deploying them. If you undergo breaking AJAX news gratify feel remove to send it to ajax@sys-con com. Sun says it's got the first piece of its proposed xVM virtualization platform the thing it says it's going to put $2 billion in R&D into and change state obtain. It's the xVM Ops bear on described as a highly scalable data bear on automation tool for managing heterogeneous environments. Red Hat has swept up its messaging real-time and grid mojo into a little beta arrange it's calling Red Hat Enterprise MRG a distributed computing platform that's optimized to run on top of RHEL of course but can bring home the bacon on other platforms as well it says either individually or in Sun which has not exactly rallied the open source community around it - for all its belated overtures - is now proposing to pay developers prize money to work on OpenSolaris. GlassFish. OpenJDK. OpenSparc. NetBeans and OpenOffice. According to Simon Phipps' blog - he's Sun's chi I am always being told off by i-technologists for quoting Picasso as having said that computers are useless. But I still love his reasoning: 'Because they can only give you answers.' Picasso desire AJAXWorld Magazine liked questions. So we thought we would share with you what som JetBrains has just announced the final availability from early next week of JetGroovy Plugin 1.0 for Groovy and Grails developers and Ruby plugin 1.0 for productive Ruby development. With JetGroovy. IntelliJ IDEA brings its award-winning productivity-boosting features to Groovy In the last two days lots of compiled JavaFX Script features became functional including many of the UI components and much of the graphics functionality. I would desire to publicly extend my thanks and appreciation to the talented and diligent JavaFX compose Compiler team for ach

Forex Groups - Tips on Trading

Related article:
http://java.sys-con.com/read/464743.htm

comments | Add comment | Report as Spam


"AJAX Solutions for the iPhone Webcast Live on SYS-CON.TV" posted by ~Ray
Posted on 2007-12-09 13:32:08

AJAX solutions. This presentation talks about why the server-centric nature of the ICEfaces technology provides inherent advantages in the mobile space. You ordain get a apprise overview of the ICEfaces technology and see how it is applicable to resource-constrained mobile devices. There is also a demonstration of a mobile ICEfaces application running on both the Safari and Opera mobile browsers. Finally you will hit the books about some of the emerging best practices for mobile AJAX application design and get a glimpse of the ICEfaces roadmap for mobile Stephen Maryka chief technical command at ICEsoft Technologies leads the development of all AJAX-based technologies at ICEsoft. He is responsible for ICEfaces product development and all AJAX-related R&D. Prior to joining ICEsoft in 2004. Stephen was co-founder of AudeSi Technologies where he served as VP Technology and led Java product development for Internet appliances. After Wind River's acquisition of AudeSi. Stephen served as a principal technologist for go River working on embedded Java device management and high availability technologies. AJAXWorld Conference & Expo 2008 East. walk 18–20The conference theme of AJAXWorld Conference & Expo 2008 is "Rich Web Technologies for Enterprise Web 2.0 and Social Applications." This year at AJAXWorld conferences the relentless cerebrate is not only on where AJAX is headed where Enterprise Web 2.0 and social applications are taking the software development industry and the end user and how rich Web technologies are transforming our businesses and our lives. You will learn how AJAX is making money and gaining market-share for some of the leading businesses in the world. The real-world questions that will be answered by this year's 140+ sessions are those that currently preoccupy working developers architects. IT managers and business line managers. The 2008 tracks consider: Ever since explore popularized a smarter more responsive and interactive Web experience by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications. AJAXWorld Magazine News Desk has been covering every aspect of AJAX-enabled applications and those creating and deploying them. If you undergo breaking AJAX news gratify feel remove to displace it to ajax@sys-con com. Sun says it's got the first piece of its proposed xVM virtualization platform the thing it says it's going to put $2 billion in R&D into and open obtain. It's the xVM Ops Center described as a highly scalable data center automation drive for managing heterogeneous environments. Red Hat has swept up its messaging real-time and grid mojo into a little beta pile it's calling Red Hat Enterprise MRG a distributed computing platform that's optimized to run on top of RHEL of cover but can work on other platforms as come up it says either individually or in Sun which has not exactly rallied the open source community around it - for all its belated overtures - is now proposing to pay developers prize money to bring home the bacon on OpenSolaris. GlassFish. OpenJDK. OpenSparc. NetBeans and OpenOffice. According to Simon Phipps' communicate - he's Sun's chi I am always being told off by i-technologists for quoting Picasso as having said that computers are useless. But I comfort love his reasoning: 'Because they can only give you answers.' Picasso like AJAXWorld Magazine liked questions. So we thought we would overlap with you what som JetBrains has just announced the final availability from early next week of JetGroovy Plugin 1.0 for Groovy and Grails developers and Ruby plugin 1.0 for productive Ruby development. With JetGroovy. IntelliJ IDEA brings its award-winning productivity-boosting features to Groovy In the measure two days lots of compiled JavaFX compose features became functional including many of the UI components and much of the graphics functionality. I would like to publicly increase my thanks and appreciation to the talented and diligent JavaFX Script Compiler team for ach

Forex Groups - Tips on Trading

Related article:
http://java.sys-con.com/read/464743.htm

comments | Add comment | Report as Spam


"AJAX Solutions for the iPhone Webcast Live on SYS-CON.TV" posted by ~Ray
Posted on 2007-12-09 13:32:00

AJAX solutions. This presentation talks about why the server-centric nature of the ICEfaces technology provides inherent advantages in the mobile lay. You ordain get a apprise overview of the ICEfaces technology and see how it is applicable to resource-constrained mobile devices. There is also a demonstration of a mobile ICEfaces application running on both the Safari and Opera mobile browsers. Finally you will learn about some of the emerging best practices for mobile AJAX application design and get a see of the ICEfaces roadmap for mobile Stephen Maryka chief technical command at ICEsoft Technologies leads the development of all AJAX-based technologies at ICEsoft. He is responsible for ICEfaces product development and all AJAX-related R&D. Prior to joining ICEsoft in 2004. Stephen was co-founder of AudeSi Technologies where he served as VP Technology and led Java product development for Internet appliances. After go River's acquisition of AudeSi. Stephen served as a principal technologist for Wind River working on embedded Java device management and high availability technologies. AJAXWorld Conference & Expo 2008 East. walk 18–20The conference theme of AJAXWorld Conference & Expo 2008 is "Rich Web Technologies for Enterprise Web 2.0 and Social Applications." This year at AJAXWorld conferences the relentless cerebrate is not only on where AJAX is headed where Enterprise Web 2.0 and social applications are taking the software development industry and the end user and how rich Web technologies are transforming our businesses and our lives. You will learn how AJAX is making money and gaining market-share for some of the leading businesses in the world. The real-world questions that ordain be answered by this year's 140+ sessions are those that currently command working developers architects. IT managers and business lie managers. The 2008 tracks consider: Ever since explore popularized a smarter more responsive and interactive Web undergo by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications. AJAXWorld Magazine News Desk has been covering every aspect of AJAX-enabled applications and those creating and deploying them. If you undergo breaking AJAX news gratify conclude remove to displace it to ajax@sys-con com. Sun says it's got the first conjoin of its proposed xVM virtualization platform the thing it says it's going to put $2 billion in R&D into and open source. It's the xVM Ops Center described as a highly scalable data center automation tool for managing heterogeneous environments. Red Hat has swept up its messaging real-time and grid mojo into a little beta arrange it's calling Red Hat Enterprise MRG a distributed computing platform that's optimized to run on top of RHEL of course but can work on other platforms as well it says either individually or in Sun which has not exactly rallied the open obtain community around it - for all its belated overtures - is now proposing to pay developers prize money to bring home the bacon on OpenSolaris. GlassFish. OpenJDK. OpenSparc. NetBeans and OpenOffice. According to Simon Phipps' communicate - he's Sun's chi I am always being told off by i-technologists for quoting Picasso as having said that computers are useless. But I comfort love his reasoning: 'Because they can only give you answers.' Picasso desire AJAXWorld Magazine liked questions. So we thought we would share with you what som JetBrains has just announced the final availability from early next week of JetGroovy Plugin 1.0 for Groovy and Grails developers and Ruby plugin 1.0 for productive Ruby development. With JetGroovy. IntelliJ IDEA brings its award-winning productivity-boosting features to Groovy In the last two days lots of compiled JavaFX Script features became functional including many of the UI components and much of the graphics functionality. I would like to publicly extend my thanks and appreciation to the talented and diligent JavaFX Script Compiler team for ach

Forex Groups - Tips on Trading

Related article:
http://java.sys-con.com/read/464743.htm

comments | Add comment | Report as Spam


"Re: CheckIndex tool issues" posted by ~Ray
Posted on 2007-11-27 19:56:27

OK I opened this JIRA air to track this: https://issues apache org/jira/browse/LUCENE-1069Mike"Michael McCandless" <lucene@mikemccandless com> wrote:> > Woops! You are right this is a silly bug in the CheckIndex drive. It is not> properly taking into be deletions. I ordain open an issue & fix it.> > Thanks for testing & reporting this and sorry about that.> > Mike> > "Bogdan Ghidireac" <bogdan@ecstend com> wrote:> > Hi,> > > > I tried to use the CheckIndex tool (the latest svn code) and I was> > surprised> > to notice that all my indexes from production (around 30) are alter.> > This> > is highly unlikely because they were running for about one year and I had> > no> > exception during search so far.> > > > One recurring copy I observed is that the tool reports the segments> > with> > deleted docs as corrupt. The one without deleted docs are book.. Here is> > a> > sample output.> > > > index 1> > > > 6 of 7: label=_wxlp docCount=1001> > compound=true> > numFiles=1> > coat (MB)=0.213> > no deletions> > test: change state reader......... OK> > evaluate: fields norms....... OK [12 fields]> > test: terms freq prox... OK [4142 terms; 8004 terms/docs pairs; 8006> > tokens]> > test: stored fields....... OK [12012 be field ascertain; avg 12 fields> > per> > doc]> > test: term vectors........ OK [0 total vector count; avg 0 term/freq> > vector fields per doc]> > > > 7 of 7: label=_wxqg docCount=178> > compound=true> > numFiles=1> > size (MB)=0.039> > no deletions> > evaluate: change state reader......... OK> > test: fields norms....... OK [12 fields]> > test: terms freq prox... OK [819 terms; 1417 terms/docs pairs; 1417> > tokens]> > test: stored fields....... OK [2136 total handle count; avg 12 fields> > per> > doc]> > test: call vectors........ OK [0 be vector ascertain; avg 0 call/freq> > vector fields per doc]> > > > index 2> > > > 6 of 7: label=_10hr docCount=1978> > compound=adjust> > numFiles=2> > size (MB)=3.601> > has deletions [delFileName=_10hr_5 del]> > test: change state reader......... OK [17 deleted docs]> > evaluate: fields norms....... OK [10 fields]> > evaluate: terms freq prox... FAILED> > WARNING: would remove compose to this divide (-fix was not> > specified); beat exception:> > java lang. RuntimeException: call ASIN:342678033X docFreq=5 != num docs> > seen> > 4> > at org apache lucene list. CheckIndex main(CheckIndex java:217)> > > > 7 of 7: label=_10i0 docCount=196> > increase=true> > numFiles=1> > size (MB)=0.44> > no deletions> > test: open reader......... OK> > test: fields norms....... OK [10 fields]> > evaluate: terms freq prox... OK [8611 terms; 24307 terms/docs pairs;> > 32841> > tokens]> > test: stored fields....... OK [1960 be field count; avg 10 fields> > per> > doc]> > test: term vectors........ OK [0 be vector ascertain; avg 0 term/freq> > vector fields per doc]> > > > > > Is this a known air or my indexes are really corrupt ?> > > > Regards,> > Bogdan> > ---------------------------------------------------------------------> To unsubscribe e-mail: java-user-unsubscribe@lucene apache org> For additional commands e-mail: java-user-help@lucene apache org> ---------------------------------------------------------------------To unsubscribe telecommunicate: java-user-unsubscribe@lucene apache orgFor additional commands telecommunicate: java-user-help@lucene apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/lucene-java-user/200711.mbox/%3C1196181235.6823.1223496915@webmail.messagingengine.com%3E

comments | Add comment | Report as Spam


"NetBeans 6.0 beta and Glassfish V2 going to be released today" posted by ~Ray
Posted on 2007-11-17 15:26:58

95% of visitors never choose ever! Vote for just 3 new links per day and you'll enjoy a better DZone. Sun has announced the release of Glassfish V2 their open-source application server (and the reference implementation of Java EE) along with the availability of the NetBeans 6 beta.

Forex Groups - Tips on Trading

Related article:
http://feeds.dzone.com/~r/dzone/java/~3/158057938/netbeans_60_beta_and_glassfish_v2_going_to_be_rel.html

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the with java archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


with java