<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5236288</id><updated>2024-09-08T08:42:49.923-04:00</updated><title type='text'>Java Technology Ramblings</title><subtitle type='html'>Thoughts and discussions concerning anything related to Java technology from Timothy Fisher&#xa;&lt;br/&gt;&lt;br/&gt;&#xa;Currently, I&#39;m working as a consultant for &lt;a href=&quot;http://www.logicacmg.com&quot;&gt;LogicaCMG&lt;/a&gt; in Dearborn, Michigan, doing some contract work for &lt;a href = &quot;http://www.ford.com&quot;&gt;Ford Motor Company&lt;/a&gt;.  I&#39;ve been doing Java/J2EE since 1997.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://javatech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://javatech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Timothy Fisher</name><uri>http://www.blogger.com/profile/16482817487155889742</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5236288.post-111161391214874633</id><published>2005-03-23T16:37:00.000-05:00</published><updated>2005-03-23T16:38:32.150-05:00</updated><title type='text'></title><content type='html'>Please visit my all-new Blog at &lt;a href=&quot;http://timothyfisher.javadevelopersjournal.com&quot;&gt;timothyfisher.javadevelopersjournal.com&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://javatech.blogspot.com/feeds/111161391214874633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5236288/111161391214874633' title='21 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/111161391214874633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/111161391214874633'/><link rel='alternate' type='text/html' href='http://javatech.blogspot.com/2005/03/please-visit-my-all-new-blog-at.html' title=''/><author><name>Timothy Fisher</name><uri>http://www.blogger.com/profile/16482817487155889742</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5236288.post-111160483478904697</id><published>2005-03-23T13:49:00.000-05:00</published><updated>2005-03-23T14:07:14.793-05:00</updated><title type='text'></title><content type='html'>&lt;strong&gt;Java Development on the T-Mobile Sidekick II&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The &lt;a href=&quot;http://www.t-mobile.com/products/overview.asp?phoneid=229040&amp;class=phone&quot;&gt;T-Mobile Sidekick II&lt;/a&gt; phone is getting alot of celebrity endorsement and publicity. Sometimes, not such great publicity, as in the case of the recent &lt;a href=&quot;http://www.mtv.com/news/articles/1497318/20050222/lohan_lindsay.jhtml?headlines=true&quot;&gt;theft of Paris Hilton&#39;s phonebook&lt;/a&gt; from her T-Mobile Sidekick II.&lt;br /&gt;&lt;br /&gt;What I havn&#39;t seen talked about much even in the techie communities is the fact that the sidekick is a pretty good Java platform. Unfortunately, currrently the phone only supports a proprietary Java API and is not compatible with the J2ME standards.  &lt;a href=&quot;http://www.danger.com&quot;&gt;Danger&lt;/a&gt;, the company that makes the Sidekick, has announced an upgraded OS that is J2ME compatible is coming sooon and will be an over-the-air upgrade for current sidekick users.&lt;br /&gt;&lt;br /&gt;Danger does have a pretty good &lt;a href=&quot;http://developer.danger.com&quot;&gt;developer community site&lt;/a&gt;.  (Currently this is down for maintenance, with a promise to return new and improved on 3/28).&lt;br /&gt;&lt;br /&gt;With the Danger supplied Java APIs, you can access quite a few of the phone&#39;s nifty features.  You can access the telephony, the photo albums, all of the various input buttons, email, web browser, address book, camera, Calendar, To-do list, and Notes.  There are a fair number of community created Java applications available for the Sidekick.&lt;br /&gt;&lt;br /&gt;There is one gotcha.  In order to develop your own applications for the Sidekick, or even to be able to upload 3rd-party applications to your sidekick, you need to obtain a Danger Developer Key which will unlock your phone.  To obtain this you must fill out and fax in a form requesting this access.  Danger does seem pretty good about granting this access to developers, as I had no problem in obtaining a developer key.  The primary reason for this restriction is that they have a download catalog on the phone from which you can purchase and install 3rd-party applications onto your phone.  They want this to be the only channel for Java applications.  They don&#39;t want the general public to be able to install just any Java applications.  I&#39;m assuming this is part of their business model.  Without a developer key, you can not upload any of your own content onto the phone, including custom or 3rd-party ring-tones.  This is where they take alot of flak from the general community.&lt;br /&gt;&lt;br /&gt;I&#39;ve had my Sidekick II since January now, and I give it a definite thumbs up.  So, if your looking for a good Java-enabled phone, take a look at the Sidekick II.</content><link rel='replies' type='application/atom+xml' href='http://javatech.blogspot.com/feeds/111160483478904697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5236288/111160483478904697' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/111160483478904697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/111160483478904697'/><link rel='alternate' type='text/html' href='http://javatech.blogspot.com/2005/03/java-development-on-t-mobile-sidekick.html' title=''/><author><name>Timothy Fisher</name><uri>http://www.blogger.com/profile/16482817487155889742</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5236288.post-111083545768595019</id><published>2005-03-14T16:22:00.000-05:00</published><updated>2005-03-14T16:24:17.686-05:00</updated><title type='text'></title><content type='html'>Read my new article &quot;&lt;a href=&quot;http://www.timothyfisher.com/docs/opensourcearticle.pdf&quot; target=&quot;_blank&quot;&gt;Opening Java Projects Up to Open Source&lt;/a&gt;&quot; published in the February issue of Java Developers Journal.&lt;br /&gt;&lt;br /&gt;The article focuses on the use of open source technology in Java projects with an emphasis on how most projects can benefit from it. The largest buzz around open source typically has been around Linux and the end-user applications such as Open Office. The article highlights the wealth of technology available to Java developers via the open source community. Several open source communities with a Java focus, including Apache, Sourceforge, and Tigris are described. Some of the more popular and most useful open source java technologies are also discussed. The article further discusses the substantial benefits that can be realized through the use of open source technology that is available for Java projects. There is also a discussion on breaking down corporate barriers restricting developers from using open source within applications.</content><link rel='replies' type='application/atom+xml' href='http://javatech.blogspot.com/feeds/111083545768595019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5236288/111083545768595019' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/111083545768595019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/111083545768595019'/><link rel='alternate' type='text/html' href='http://javatech.blogspot.com/2005/03/read-my-new-article-opening-java.html' title=''/><author><name>Timothy Fisher</name><uri>http://www.blogger.com/profile/16482817487155889742</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5236288.post-91850975</id><published>2003-04-02T11:27:00.000-05:00</published><updated>2003-04-02T11:27:40.296-05:00</updated><title type='text'></title><content type='html'>Well, its  been about an hour since my first post here, and I&#39;ve already learned something new about &quot;Blogs&quot;.   I was under the mistaken impression that blogs were a tool that allowed others to post messages and replys to your postings.  I now realize that my blog is purely a place for personal postings.  At least that is how the blogs at www.blogspot.com and www.blogger.com work.&lt;br /&gt;&lt;br /&gt;So if you cant post here, feel free to email me if you have anything worth chatting about, or even if you just want to say hello and let me know that you saw my blog.&lt;br /&gt;&lt;br /&gt;Tim</content><link rel='replies' type='application/atom+xml' href='http://javatech.blogspot.com/feeds/91850975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5236288/91850975' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/91850975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/91850975'/><link rel='alternate' type='text/html' href='http://javatech.blogspot.com/2003/04/well-its-been-about-hour-since-my.html' title=''/><author><name>Timothy Fisher</name><uri>http://www.blogger.com/profile/16482817487155889742</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5236288.post-91847693</id><published>2003-04-02T10:30:00.000-05:00</published><updated>2003-04-02T10:30:58.373-05:00</updated><title type='text'></title><content type='html'>I finally decided to take the plunge into the world of blogging.  It seems to be a hot trend right now, and I know that I have lots of thoughts that I think would be worth sharing.  So I figured I&#39;d try this out and see how things go.  I&#39;m going to try to keep this blog as active as time permits, hopefull I will be able to update it daily.&lt;br /&gt;The blog will focus on anything related to Java technology.  Sometimes this can branch of into related discussions about software development in general and that is fine.&lt;br /&gt;As time goes by, I hope that this Blog will begin to define itself.&lt;br /&gt;&lt;br /&gt;I certainly welcome all contributors!&lt;br /&gt;&lt;br /&gt;Sincerely,&lt;br /&gt;Timothy Fisher</content><link rel='replies' type='application/atom+xml' href='http://javatech.blogspot.com/feeds/91847693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5236288/91847693' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/91847693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5236288/posts/default/91847693'/><link rel='alternate' type='text/html' href='http://javatech.blogspot.com/2003/04/i-finally-decided-to-take-plunge-into.html' title=''/><author><name>Timothy Fisher</name><uri>http://www.blogger.com/profile/16482817487155889742</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry></feed>