Musings of a Product Manager
Kevin Schmidt's Blog
About Me
Archives
« November 2009
SunMonTueWedThuFriSat
1
3
7
8
9
10
11
12
13
14
15
17
18
19
20
22
25
26
27
28
29
30
     
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 17

Locations of visitors to this page
View My Stats
« Previous page | Main | Next page »
Thursday Oct 22, 2009
links for 2009-10-22: IT Falling Behind Tech Curve?; Motorola and Android; Shelfware as a Service?
Posted at 08:07AM Oct 22, 2009 by Kevin Schmidt in Links  |  Comments[0]

Tuesday Oct 20, 2009
links for 2009-10-20: Google Street View Goes Tricycle; Cloud or not?; Asay on EU and MySQL
Posted at 10:19AM Oct 20, 2009 by Kevin Schmidt in Links  |  Comments[0]

Thursday Oct 15, 2009
links for 2009-10-15: Google Wave; Mono risky business
Posted at 06:01PM Oct 15, 2009 by Kevin Schmidt in Links  |  Comments[1]

Tuesday Oct 13, 2009
Thoughts on Java EE and GlassFish from Oracle Open World

As I mentioned last week, we were able to get a number of talks on Java EE 6 at Oracle Open World and the Oracle Develop conference going on as I write this in San Francisco.  In looking for folks thoughts and reactions to what they saw, I came across a blog entry by Cay Horstmann that I thought hit on a bunch of the key points we were hoping to share there so deserved a mention.

A few quotes from his blog:

"I cannot overemphasize how much simpler EE6 is than just about any web programming model I know. All of the bad parts of the old EJB are gone. No XML. No crazy packaging of WARs and JARs inside EARs. Annotate your beans and persistent objects, and let the container worry about the database, transactions, clustering, and so on."

"Similarly, if you haven't given GlassFish v3 a try, you are in for a very pleasant surprise. It is fast. Startup is not just faster than JBoss, but faster than Tomcat! Hot deployment works great, there is a nice admin UI and a scriptable command line interface, and the Eclipse and Netbeans integrations are first-rate. I can't see myself going back to Tomcat—there just would be no point."

If you want to learn more, visit glassfish.org and download GlassFish v3 Preview which will give you early access to these new capabilities Cay mentions.

Posted at 03:47PM Oct 13, 2009 by Kevin Schmidt in Sun  |  Comments[2]

Monday Oct 12, 2009
iPhone Voice Memo App Broken

One of the cool features of the iPhone OS 3.0 was the built-in Voice Memo app.  No longer would I need to deal with a separate app and having to transfer the files around awkwardly as they just sync with iTunes nicely.  WooHoo!

Well, it was a woohoo for only a bit, as I discovered this weekend that the Voice Memo app seems to stop recording around 25-30 minutes now.  A bit annoying as this caused me to miss about 10 minutes of what I was recording as I didn't notice it right away.

"Why might this be the case?" I asked.  A bit of Googling revealed this thread on Apple's discussion forum where the consensus is that OS 3.1 broke this and introduced somewhere around a 74.3 MB file size limit.  Depending on what you are recording this causes it to stop somewhere between 25 and 35 minutes it would appear.  Worse, reports are that when it stops you can't start recording again for a minute or so.

So, what was a cool app that solved a real use case is now useless for anything that might go over 20 minutes.  Back to using 3rd party apps as it doesn't appear Apple has even acknowledged this issue let alone said when it might be fixed.  Has anyone else ran into the problem or found a solution other than a 3rd party app? 

Posted at 02:58PM Oct 12, 2009 by Kevin Schmidt in Technology  |  Comments[3]

links for 2009-10-12: T-Mobile loses data; Stolen OS ideas; Sun at OOW; Windows 7 boot times
Posted at 07:26AM Oct 12, 2009 by Kevin Schmidt in Links  |  Comments[0]

Friday Oct 09, 2009
Java EE 6 at Oracle Open World and Oracle Develop

Oracle Open World comes around every fall and while Sun has been a sponsor in the past, for the first time, at least in my recent memory, we will have sessions for Sun software, specifically around Java, and more specifically for my interests around Java EE.  And not only are we at Open World but we are at the smaller Oracle Develop event being run at the same time.

At Open World, the Java EE specific sessions are:

And at Oracle Develop they are:

  • S312810 - Java Persistence API 2.0: The Latest News - Linda DeMichiel - Sunday 10:30am-11:30am Hilton Golden Gate 8
  • S312811 - Developing RESTful Web Services with the Java API for RESTful Web Services - Marc Hadley - Sunday 11:45am-12:45pm Hilton Golden Gate 8
  • S312812 - Enterprise JavaBeans 3.1 Technology Overview - Ken Saks - Sunday 1:15pm-2:15pm Hilton Golden Gate 8
  • S312807 - Java Platform, Enterprise Edition 6 and GlassFish Application Server V3 - Roberto and Jerome - Monday 4pm-5pm Hilton Golden Gate 8
  • S312808 - A Complete Tour of the JavaServer Faces 2.0 Platform - Jim Driscoll (and Andy Schwartz from Oracle) - Monday 5:30pm-6:30pm Hilton Golden Gate 8
We will also have a Java EE pod at both Open World and Develop.  If you are attending either or both events, stop by and say hi and have a look at some of the great stuff that Java EE 6 is delivering in the areas of rightsizing, extensibility, and developer productivity.
Posted at 06:15PM Oct 09, 2009 by Kevin Schmidt in Sun  |  Comments[0]

links for 2009-10-9: Mickos letter to EU; Dell and Android; AT&T and VoIP
Posted at 11:17AM Oct 09, 2009 by Kevin Schmidt in Links  |  Comments[0]

Friday Oct 02, 2009
links for 2009-10-2: IBM targeting Google; Google Wave
Posted at 08:49AM Oct 02, 2009 by Kevin Schmidt in Links  |  Comments[0]

Thursday Oct 01, 2009
Amazon Public Data Sets

I follow the Amazon Web Services Blog and recently saw several announcements about new Public Data Sets being available.  What is a public data set you ask?  From the web-site:

Public Data Sets on AWS provides a centralized repository of public data sets that can be seamlessly integrated into AWS cloud-based applications. AWS is hosting the public data sets at no charge for the community, and like all AWS services, users pay only for the compute and storage they use for their own applications.

What is cool about this is that it greatly simplifies getting access to large sets of data that while public in the past, were difficult to work with as you had to download, install, load, and otherwise provide the infrastructure for and manage all the data yourself.

The one that caught my eye was the Daily Global Weather data set.  Now, I haven't used this yet and there are other great resources for local weather station data like the Weather Underground (where I upload my station data by the way), but this is a great way to gain access to a bunch of historical weather data.  Other data sets include census data, Wikipedia data, geographic data, and more.

One drawback for data sets that are continuing to be updated each day, like historical weather data, is that you aren't accessing a continually updated data store, rather you are creating your own EBS volume from a snapshot.  This means (if I understand all this correctly) that if you need the most recent data, the snapshot must be updated regularly and you would have to update your EBS volume from it manually.  Or perhaps there are tools to assist with that.

All in all, a useful service, and a great move by Amazon to drive more users to EC2. 

Posted at 07:38AM Oct 01, 2009 by Kevin Schmidt in Technology  |  Comments[0]

links for 2009-10-1: iPhone apps stealing your phone number; eBay drops GM; LA City Hall e-mail; Snow Leopard after 30 days

Posted at 06:57AM Oct 01, 2009 by Kevin Schmidt in Links  |  Comments[0]

Friday Sep 25, 2009
iPhone MMS is here ... I think

AT&T released today the long awaiting carrier settings that enables MMS on the iPhone.  This is great, and woefully late given that every other phone has supported MMS for a long time, so I thought I'd give it a try.

Getting MMS enabled involved checking for updates in iTunes and then syncing my phone.  Once done, you have to reboot.  Upon rebooting running the MMS app provides for attaching a picture or when using the Photo app you can now compose an MMS from there.  Great!  So how well does it work?

Alas, I tried sending an MMS to my boss and he received nothing.  I sent again, and still nothing.  So I sent an SMS and that got through fine.  So something isn't working with MMS.  Now, he has not applied the update on his iPhone yet so perhaps that is the issue.  But in the past when an iPhone was sent an MMS at least an SMS was delivered with a convoluted link to a web-site where you could enter a password and view the media, so I'd think it would have still done that, but no.

What are others experiencing?

I'll be able to update another iPhone and try between updated phones shortly and will report back then.

Update: Original try was to a 3G running 3.0.1.  Subsequently tried to one running 3.1 but without the carrier settings and it too failed.  Updated that one with the carrier settings and now it works.  So it appears the MMS hack of the past does not work now if the MMS is sent from another iPhone. 

Posted at 12:44PM Sep 25, 2009 by Kevin Schmidt in Technology  |  Comments[1]

Thursday Sep 24, 2009
links for 2009-9-24 part 2: Buy coffee with your iPhone; Layer 7 AMI; Microsoft WebsiteSpark; Google disruption; AT&T iPhone MMS
Posted at 02:04PM Sep 24, 2009 by Kevin Schmidt in Links  |  Comments[0]

links for 2009-9-24: Palm vs Apple; Cloud/Amazon toolkits; How the Spaceship Got Its Shape
Posted at 09:40AM Sep 24, 2009 by Kevin Schmidt in Links  |  Comments[0]

Wednesday Sep 23, 2009
links for 2009-9-23: Google Wave and XMPP; International Space Station
Posted at 10:18AM Sep 23, 2009 by Kevin Schmidt in Links  |  Comments[0]