Welcome to Windows Communication Foundation (WCF)
Top Tasks :

Browse by Tags

All Tags » Java/J2EE   (RSS)
Showing page 1 of 8 (71 total posts)
  • Rotor v2 book draft available

    As Joel points out , we've made a draft of the SSCLI 2.0 Internals book available for download (via his blog). Rather than tell you all about the book, which Joel summarizes quite well, instead I thought I'd tell you about the process by which the book came to be. Editor's note: if you have no interest in the process by which a book can get done, skip the rest of this blog entry. One thing that readers will note that's different about this version of "the Rotor book" is that it's not being done through
    Posted to WCF Community Bloggers (Weblog) by Anonymous on August 20, 2008
    Filed under: .NET, Java/J2EE, Ruby, C++, Windows, Languages, Parrot, LLVM, F#
  • An Announcement

    For those of you who were at the Cinncinnati NFJS show, please continue on to the next blog entry in your reader--you've already heard this. For those of you who weren't, then allow me to make the announcement: Hi. My name's Ted Neward, and I am now a ThoughtWorker . After four months of discussions, interviews, more discussions and more interviews, I can finally say that ThoughtWorks and I have come to a meeting of the minds, and starting 3 September I will be a Principal Consultant at ThoughtWorks.
    Posted to WCF Community Bloggers (Weblog) by Anonymous on August 19, 2008
    Filed under: .NET, Java/J2EE, Conferences, Ruby, Security, XML Services, C++, Development Processes, Windows, Languages, Flash, Mac OS, Solaris, Parrot, F#, Visual Basic
  • The Never-Ending Debate of Specialist v. Generalist

    Another DZone newsletter crosses my Inbox, and again I feel compelled to comment. Not so much in the uber-aggressive style of my previous attempt, since I find myself more on the fence on this one, but because I think it's a worthwhile debate and worth calling out. The article in question is "5 Reasons Why You Don't Want A Jack-of-all-Trades Developer", by Rebecca Murphey. In it, she talks about the all-too-common want-ad description that appears on job sites and mailing lists: I've spent the last
    Posted to WCF Community Bloggers (Weblog) by Anonymous on August 14, 2008
    Filed under: .NET, Java/J2EE, Ruby, Reading, XML Services, C++, Development Processes, Windows, Languages, Flash, F#, Visual Basic
  • From the "Gosh, You Wanted Me to Quote You?" Department...

    This comment deserves response: First of all, if you're quoting my post, blocking out my name, and attacking me behind my back by calling me "our intrepid troll", you could have shown the decency of linking back to my original post. Here it is, for those interested in the real discussion: http://www.agilesoftwaredevelopment.com/blog/jurgenappelo/professionalism-knowledge-first Well, frankly, I didn't get your post from your blog, I got it from an email 'zine (as indicated by the comment "This crossed
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 25, 2008
    Filed under: .NET, Java/J2EE, Conferences, Ruby, XML Services, C++, Development Processes, Windows, Languages, Mac OS, Parrot, LLVM, F#, Visual Basic
  • From the "You Must Be Trolling for Hits" Department...

    Recently this little gem crossed my Inbox.... Professionalism = Knowledge First, Experience Last By J----- A----- Do you trust a doctor with diagnosing your mental problems if the doctor tells you he's got 20 years of experience? Do you still trust that doctor when he picks up his tools, and asks you to prepare for a lobotomy? Would you still be impressed if the doctor had 20 years of experience in carrying out lobotomies? I am always skeptic when people tell me they have X years of experience in
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 24, 2008
    Filed under: .NET, Java/J2EE, Ruby, XML Services, C++, Development Processes, Windows, Languages, Mac OS, Parrot, LLVM, F#, Visual Basic
  • Of Zealotry, Idiocy, and Etiquette...

    I'm not sure what it is about our industry that promotes the flame war, but for some reason exchanges like this one , unheard of in any other industry I've ever touched (even tangentially), are far too common, too easy to get into, and entirely too counterproductive. I'm not going to weigh in on one side or the other here; frankly, I have a hard time following the debate and figuring out who's exactly arguing for what. I can see, however, that the entire debate follows some traditional patterns of
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 16, 2008
    Filed under: Java/J2EE
  • Object.hashCode implementation

    After the previous post, I just had to look. The implementation of Object.equals is, as was previously noted, just "return this == obj", but the implementation of Object.hashCode is far more complicated. Taken straight from the latest hg-pulled OpenJDK sources, Object.hashCode is a native method registered from Object.c that calls into a Hotspot-exported function, JVM_IHashCode(), from hotspot\src\share\vm\prims\jvm.cpp: JVM_ENTRY(jint, JVM_IHashCode(JNIEnv* env, jobject handle)) JVMWrapper( "JVM_IHashCode"
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 16, 2008
    Filed under: Java/J2EE
  • Blog change? Ads? What gives?

    If you've peeked at my blog site in the last twenty minutes or so, you've probably noticed some churn in the template in the upper-left corner; by now, it's been finalized, and it reads "JOB REFERRALS". WTHeck? Has Ted finally sold out? Sort of, not really. At least, I don't think so. Here's the deal: the company behind those ads, Entice Labs, contacted me to see if I was interested in hosting some job ads on my blog, given that I seem to generate a moderate amount of traffic. I figured it was worthwhile
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 16, 2008
    Filed under: Conferences, Mac OS, Windows, XML Services, .NET, F#, Visual Basic, VMWare, Parrot, Java/J2EE, Languages, Ruby, C++, Flash
  • Polyglot Plurality

    The Pragmatic Programmer says, "Learn a new language every year". This is great advice, not just because it puts new tools into your mental toolbox that you can pull out on various occasions to get a job done, but also because it opens your mind to new ideas and new concepts that will filter their way into your code even without explicit language support. For example, suppose you've looked at (J/Iron)Ruby or Groovy, and come to like the "internal iterator" approach as a way of simplifying moving
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 2, 2008
    Filed under: .NET, Java/J2EE, Ruby, C++, Windows, Languages, Flash, Mac OS, Parrot, LLVM, F#, Visual Basic
  • The power of Office as a front-end

    I recently had the pleasure of meeting Bruce Wilson, a principal with iLink, and we had a pleasant conversation about enterprise applications and trends and such. Last week, in the middle of my trip to Prague and Zurich , he sent me a link to a blog entry he'd written on using Office as a front-end , and it sort of underscored some ideas I've had around Office in general. The interesting thing is, most of the ideas he talks about here could just as easily be implemented on top of a Java back-end,
    Posted to WCF Community Bloggers (Weblog) by Anonymous on July 2, 2008
    Filed under: Windows, .NET, Java/J2EE, XML Services
1 2 3 4 5 Next > ... Last »

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us