First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
Code and Creation 04972
This is a free and informational site I created for application development and application development source on the net. Enjoy, and it's free, nothing to register oir sign up for just an informational site. http://codeandcreation.com ZNIAjBJxiGGquPF(uSFw%FDst ... 15 Jan 2010 13:48
JDK 1.6.0_18 released
Sun has released a new JDK 1.6.0_18. You can get it at http://java.sun.com/javase/downloads/index.jsp -- Roedy Green Canadian Mind Products http://mindprod.com There is no end to what can be accomplished if you don�t care who gets the credit. ~ Art Rennison ... 14 Jan 2010 13:31
best simple Java ETL
Quick Google reveals Pentaho and Enhydra Octopus but these both seem quite complex. We just want something to suck from Oracle to Sybase and even use the same db schemas (I mean "schema" in the denotation and not the typical Oracle connotation). We can use some simply Java to do it but does someone already have a... 13 Jan 2010 12:03
WHy jump in this code ?
In the following coe, at the indicated line (// <<==) , why would the the computer jump to "finally" and forget about the following lines ? Stepping through the code shows that behaviour. If I take out the "finally" and just "return ret;", it DOES execute the following lines and it does not jump to any "catch"... ... 17 Jan 2010 13:54
Static Class Variables and IE8 Loosely Couple Internet Explorer (LCIE)
Arne Vajhøj wrote: On 09-01-2010 04:17, Richard Maher wrote: [off-topic] Java != JavaScript F'up2 clj.programmer PointedEars ... 10 Jan 2010 12:58
Static Class Variables and IE8 Loosely Couple Internet Explorer(LCIE)
On 01/09/2010 09:30 PM, Richard Maher wrote: Yes, I count three per browser instance but certainly not 1:tab but still one "matching" JVM. Chrome also has thread-synchronization peculiarities but i guess "well coded Applets don't make assumptions about how the browser invokes Thread's" either? Or perhaps fr... 9 Jan 2010 22:53
Analyse the amplitude while recording a sound
Hello I would like to record a sound (from the microphone) and, at the same time, be able to analyse the sound amplitude. For example, I want to be able to display (in real time) a number indicating how high is the volume recorded from microphone. I've looked at javax.sound.sampled API. I could read bytes from t... 11 Jan 2010 04:19
Request Help - how to pass correctly formatted strings to Java in Windows
Could some Java guru please help ? I am trying to port )from Linux to Windows) an application that will open directories and search for files with specific extensions inside. I have found that in Windows, to open a directory, I need to write, for example: File file = new File("C:\\temp\\"); However, hard-c... 30 Dec 2009 10:53
Request Urgent Help - open directory to read contents, with Active Directory running
Could some Java guru please kindly help ? I am porting an application from Linux to Windows (with Active Directory running), and getting into very odd problems. I am using Eclipse IDE. I want to open a directory as: File infile = new File ("C:/temp"); ...... Then : if(infile != null) { try [ infil... 30 Dec 2009 09:47
JPA+hibernate merge vs find fetching lazy collection
hi, I have very strange behaviour with my JPA entities. I have to entities GenObject and GenObjectCnf that are linked with one- to-many type, where in GenObject @OrderBy @OneToMany(cascade = CascadeType.ALL, mappedBy = "objects", fetch = FetchType.LAZY) private List<GenObjectCfg> objectsCfgSet = new ArrayList<... 6 Jan 2010 08:32
First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81