-
Oracle to Deliver the Most Comprehensive Cloud on Planet Earth
Yesterday Oracle CEO Larry Ellison announced that his company is poised and ready to deliver the most comprehensive cloud this planet has ever seen, and there’s some real substance to what he’s saying. Oracle’s new public cloud features their fusion applications delivered as both software as a service (SaaS) and …
By Shawn HessRead More
June 12, 2012 -
Google Ads API Getting Java Client Library Rewrite
Java is really popular or so says Google. The Java Client library for Ads API is still used by a lot of developers despite the fact that it’s really old. Google tried to fix what was already there, but old dogs can’t learn new tricks. That’s why Google got a …
By Zach WaltonRead More
May 29, 2012 -
Google Fined $150K in Oracle Case
It was recently reported that Oracle might only be able to collect $150,000 in fines from Google, for infringing upon its Java APIs in the the development of the Android operating system, and now presiding Judge William Alsup confirmed these damages. A billion dollars has been a sort of buzz-phrase …
By Mike FossumRead More
May 15, 2012 -
Closing Arguments For Google VS. Oracle Trial
The trial of Oracle’s lawsuit against Google, who is suing over patent infringement regarding the use of Java in the building the Android OS, finally commenced roughly two weeks ago – 18 months after Oracle’s initial complaint – and now the closing arguments of the first phase of the court …
By Mike FossumRead More
May 1, 2012 -
Oracle Suing Google For Using Java In Android OS
With the recent reports of Google and Oracle possibly settling out of court over a Java/Android patent-infringement case coming to and end, the trial began yesterday, 18 months after Oracle’s initial complaint. To recap, Oracle is suing Google over using Java in developing its Android OS, and seeks damages, which …
By Mike FossumRead More
April 17, 2012 -
Encryption of Network Communications using JSSE Part 6: Secure Data Transmission
In the last section, we ran through all the code that is common between the client and server in our application. The final steps are almost identical to setting up standard sockets. First we will create the listening socket on the server side.
By Bryan YoungRead More
March 27, 2012 -
Encryption of Network Communications using JSSE Part 5: The TLS/SSL Handshake
In out last installment, we generated the keys required to encrypt and decrypt data on both the client and server sides of our client/server application. Today we will write the code necessary to send and receive encrypted information. The majority of the code required to set up a secure socket …
By Bryan YoungRead More
March 6, 2012 -
Encryption of Network Communications using JSSE Part 4: Generating Security Certificates
The series leading up to now has been focused on the basics of unencrypted communications. Well, now we’re ready to dig into the good stuff, data encryption.
By Bryan YoungRead More
February 14, 2012 -
Encryption of Network Communications using JSSE Part 3: A Basic Socket Client
In part 2 of this series, we created an unencrypted socket server that listens for connections from a client indefinitely. Now we need to write the client that will actually connect to that server.
By Bryan YoungRead More
January 31, 2012 -
Encryption of Network Communications using JSSE Part 2: A Basic Socket Server
In part 1 of this series, we saw a general overview of what sockets are, and how JSSE is used to secure that data transfer. Now we’re going to dive in and write our own encrypted server/client system.
By Bryan YoungRead More
January 17, 2012