Service Oriented Architecture With Java
Martijn de Boer writes "The book has been written to provide the reader with a short introduction to the concepts of Service Oriented Architecture with Java. The book covers the theory and analysis from the start and is progressing to a more intermediate level slowly throughout the different chapters. This book has been written for software architects and programmers of the Java language who have an interest in building software using SOA concepts in their applications. The cover hints to a series called “From Technologies to Solutions”, and that is exactly what this book tries to do, it tries to explain the SOA technology with different case studies and a path for solutions for your applications." Read below for the rest of Martijn's review.
Service Oriented Architecture with Java
author
Binildas A. Christudas, Malhar Barai, Vincenzo Caselli
pages
192 pages
publisher
Packt Publishing
rating
8/10
reviewer
Martijn de Boer
ISBN
1847193218
summary
This book is an overview of how to implement SOA using Java with the help of real-world examples. It briefly introduces the theory behind SOA and all the case studies are described from scratch.
When I ordered the copy of the book, I was under the impression that I was required some familiarity with terms used in the world of SOA but I was rather fond of the easy explanation of terms in the first chapter. The first chapter starts off with a small introduction to the role of software architecture when thinking about a software project. The chapter covers alternatives to SOA and tries to get the reader onto the right path for the rest of the book.
Later on in the book different subjects pass, the first few chapters start off with the basics of using XML as a communication layer. The third chapter introduces the audience to different implementations of web services in the Java world including the most familiar names as Apache Axis, Spring and XFire. The reader will be shown and guided to the install process of these web services and is being shown around the process of working with the software. The pros and cons of every piece of software are shown when following the steps throughout the chapters.
The book ends with chapters providing case studies of real world examples of SOA and alternatives. I have found this to be the most informative section of the book when looking to make decisions on how to architect a software project as it provides several examples on when to use which aspect of SOA. The different case studies allow you to put some weight and foundations into your decisions. The last chapter of the book is basically a conclusion of what we have learned throughout the book and provides a clear summary of goals of using service oriented architecture.
The reader is expected to have understanding of Java to follow the examples throughout the book. Examples are demonstrated on Windows machines, but could be followed on any other platform as well without having the hassle of setting up a different environment. That is one of the advantages of Service Oriented Architecture with Java, because it basically can be ran everywhere.
When you work your way throughout the book, you will discover different clearly illustrated diagrams and other informational graphics. There are more than enough images to make this something other than a boring theory book, as the images often provide a better understanding of different explanations of architecture and setups.
The book covers a small setup with Apache Axis 1.3 and mentions to use this opposed to the more recent 2.0 version because more software is being implemented on top of the 1.x series of said web service. However because the reader is starting to learn about SOA, it would have been great to see some of the differences and read why 2.0 hasn't been adopted much yet. I would have liked to see a bigger comparison between those two versions, but as the authors point out, there is a great community for both versions which provides a lot more background information if you want to look further into the more technical information that isn't provided in the book yet.
This book is a good way to get your feet wet in using web services to build and architect powerful Java applications for your business. I am no big Java developer yet, and I needed this book to navigate through the different pieces of software available, it succeeded very well at that point. I was fond of the clear writing style, which has always been the case by books from Packt Publishing. The book also has been written in a logical order, putting case studies at the end of the book so they are better to follow. Most technical books I own are written in a way that allows you to jump from chapter to chapter in an order that you need them, but I found this book to be a solid line of information of which the difficulty grade builds up from beginning to end. As a developer and software architect I really appreciate how well this book has been written for this audience, it's almost as if it was written especially for me and the knowledge I had of service oriented architecture.
You can purchase Service Oriented Architecture with Java from amazon.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.
Later on in the book different subjects pass, the first few chapters start off with the basics of using XML as a communication layer. The third chapter introduces the audience to different implementations of web services in the Java world including the most familiar names as Apache Axis, Spring and XFire. The reader will be shown and guided to the install process of these web services and is being shown around the process of working with the software. The pros and cons of every piece of software are shown when following the steps throughout the chapters.
The book ends with chapters providing case studies of real world examples of SOA and alternatives. I have found this to be the most informative section of the book when looking to make decisions on how to architect a software project as it provides several examples on when to use which aspect of SOA. The different case studies allow you to put some weight and foundations into your decisions. The last chapter of the book is basically a conclusion of what we have learned throughout the book and provides a clear summary of goals of using service oriented architecture.
The reader is expected to have understanding of Java to follow the examples throughout the book. Examples are demonstrated on Windows machines, but could be followed on any other platform as well without having the hassle of setting up a different environment. That is one of the advantages of Service Oriented Architecture with Java, because it basically can be ran everywhere.
When you work your way throughout the book, you will discover different clearly illustrated diagrams and other informational graphics. There are more than enough images to make this something other than a boring theory book, as the images often provide a better understanding of different explanations of architecture and setups.
The book covers a small setup with Apache Axis 1.3 and mentions to use this opposed to the more recent 2.0 version because more software is being implemented on top of the 1.x series of said web service. However because the reader is starting to learn about SOA, it would have been great to see some of the differences and read why 2.0 hasn't been adopted much yet. I would have liked to see a bigger comparison between those two versions, but as the authors point out, there is a great community for both versions which provides a lot more background information if you want to look further into the more technical information that isn't provided in the book yet.
This book is a good way to get your feet wet in using web services to build and architect powerful Java applications for your business. I am no big Java developer yet, and I needed this book to navigate through the different pieces of software available, it succeeded very well at that point. I was fond of the clear writing style, which has always been the case by books from Packt Publishing. The book also has been written in a logical order, putting case studies at the end of the book so they are better to follow. Most technical books I own are written in a way that allows you to jump from chapter to chapter in an order that you need them, but I found this book to be a solid line of information of which the difficulty grade builds up from beginning to end. As a developer and software architect I really appreciate how well this book has been written for this audience, it's almost as if it was written especially for me and the knowledge I had of service oriented architecture.
You can purchase Service Oriented Architecture with Java from amazon.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.
assembler is slow and useless, I write all my code in pure machine code.
The only "service" I started from Scratch was the one to make the CD Tray eject every 5 minutes. It's been alot of fun pulling pranks on room mates and co-workers. However my co-worker had the profound idea of putting this on a handful of USB sticks and have it auto-install when plugged in to a computer. Then we toss a handful of these things in the parking lot, and whoever puts in an IT Request about it gets fired.
As for the book, I've never worked on a web service in Anything but VB, it handles everything we need it to do, which is very basic (pun intended).
Aside from the familiarity of Java, what benefits would Java offer for web services?
... and actually write my proposed book: "Software Design With Popular Acronyms"
XML is a known as a key material required to create SMD: Software of Mass Destruction
Speed is not Java's problem.
Java's problem is that it just doesn't work half the time. I mean often it seems like the perfect solution but then when you go to implement stuff, it just won't work correctly. So annoying. You waste more time trying to debug crap than actually developing your application. And by debug I mean it's usually some sort of problem with the browser plugin or some implementation retardedness in the JVM or whatever.
In Dutch SOA stands for "Sexueel Overdraagbare Aandoening", or Sexually Transmitted Disease. Someone at my office recently received the prestigious title "SOA Expert", which of course has led to very strange looks from the mailman when a package arrives for him.
It's been several months, and the joke still hasn't gotten old, which shows either the level of inappropriateness of the title in Dutch or the maturity of the people making the joke. (I'm guessing the combination of both)
SOA stands for same old architecture. Don't believe the hype.
Hold my beer and watch this!
"read why [Axis] 2.0 hasn't been adopted much yet"
Because it's shit. The code generators don't work (enums fail spectacularly amongst other things), it's more complex and the only thing it can do over Axis 1.4 is namespace prefixes in the XML - something that could easily be added I'm sure.
The Apache Foundation need to get their act together with this API.
They should be using Annotations to specify in your data model the XSD parameters (minoccurs, etc). I expect the other web service frameworks for Java are already utilising these.
Update Java2WSDL to use the annotations, so generated WSDLs are more accurate and concise. If possible, put the Javadoc comment into an XSD documentation tag.
With Axis it's like they did 80% of the job and fucked off.
SOA, Java, Axis 1... Did I take a time warp to 2003? Hard to believe that this would be of much interest these days. Also, CXF is a lot better than Axis, and who still uses Axis 1? Come on...
What do you mean, "doesn't work half the time"? You would probably say the same thing about C++ - you simple don't know what you're doing.
If you're dealing with a browser plugin, then your problem is likely with security preventing your app from running certain things. Why in the world would you use a Java applet anyway?
Anyway...these problems are irrelevant to the discussion, which discusses SOA, not client-side implementations.
I've not found that. I'll admit it's really really boring though.
I read a paper on SOA once. It might as well be titled how to prevent small rocks from crashing into our Sun.
Anything that uses XML for RPC and has no concept of distributed transactions (Compensation) rightfully deserves to continue its steady march into irrelevent obscurity like all the other nonsensical marketing based concepts before it.
SOA as a concept is "duh" .. SOA as popularly implemented (BPL) is "What year is this and you want me to do what?"
No thank you. If it doesn't at least support distributed transactions its not worth wasting ones time over.
Java is mature. Not really the leading edge anymore. The SOA hype did come and go.
Isn't the purpose of SOA to be platform and language independent?
I would think that a book on SOA that covers a single programming language is missing a key aspect of SOA.
I understand that if someone is writing an SOA application then the application can be written in Java only but I would expect the application to be tested using several languages.
What a bunch of babies everybody is. We implementing method calls in XML over HTTP from server to server as if they're pretending to be frigging browsers to each other. Remember when the world was simpler and we were using CORBA for that stuff? Or when we were going down to the TCP/IP layer and using sockets, and figuring our own stuff out? Before TCP we were sending raw IP packets. Uphill. Both ways. And it was good enough for us. We weren't kids anymore, writing BASIC programs on our little 8 bit machines. Of course BASIC was way too slow and you really had to go down to the machine code level to write anything that wouldn't embarrass you in front of your little friends. Really, all this stuff is based on a protocol that everybody should be using: TTL. And transistor-transistor logic should be good enough for anybody. If you can't rewrite your goofy SOA application using TTL it just shows how ignorant you are about what you're really doing.
My applets run just fine on a Timex Sinclair 1000.
WTF, I thought SOA was Start Of Authority...
I think I just thew up a little bit in my mouth.
thank god you aren't in charge of the internet
Unfortunately the implementation is poor.
Can you name a faster and more reliable implementation? Didn't think so.
Java held out the promise of write it once run it anywhere, but that promise has yet to be fulfilled as there are still differences from platform to platform that make developing in it a chore rather then enjoyable work.
If you use pure java code the cross platform stuff just works. Period.
Most of the problems are with the various implementations of both JIT's and VM's and mostly having to do with how things are abstracted eg: big -v- little endian, file access and those sorts of things.
What does this nonsensical gibberish mean?
The tons of lib's that are mentioned as a god send have their own problems as well but that has more to do with programmer quality then anything else, but even the well designed and written ones still overlook the JIT and VM problems and then you end up having damn quirky behavior that can take weeks to track down, hence the problem of everyone sending out a complete JRE with their program and you end up in JRE hell with 14 different versions of JRE's on your system.
If you target older jre's you'll get very good compatibility across the board. There used to be issues caused by Microsoft's JRE... but that's why they built it. If you target a bleeding edge ANYTHING, you're going to have compatibility problems.
I liked the IDEA of having SUN control Java because at least things would have been consistent but that failed as well with to damn many versions being released. Now we have everyone and their grandmother writing JVM's JIT's and JRE's and none of them do anything exactly the same which has thrown ever more variability into the mix and just made everything messier since suddenly you now had to install vendor X's JRE or VM because some fool decided that it made everything 1% faster and they JUST had to have it or alternatively it had a COOL name.
Why do you keep randomly throwing the acronym "JIT" everywhere? Again, you just poorly restated your earlier comment which isn't true and makes little sense.
I see the biggest problem with WEB development today as two things. 1. Lack of a statefull connection and 2. The proliferation of languages with linguistic and syntactual differences but little else to set them apart except a fan club. PHP, Ruby, Python, VB, Perl, all of them doing the same thing, serving the content.
1) ???? How does this affect Java in anyway? 2) ???? How does this affect Java in anyway?
The fundamental paradigm of the web is broken and needs repair badly. The solution is to split it, as I have said before, into two distinct camps, the Application Web and the Text and Pretty Picture Web because trying to mix the two has proven to be a miserable failure.
????? WTF
In summary,
FlyingGuy, what you've just said is one of the most insanely idiotic things I have ever heard. At no point in your rambling, incoherent response were you even close to anything that could be considered a rational thought. Everyone on this site is now dumber for having read to it. I award you no points, and may God have mercy on your soul.
Mod me down, my New Earth Global Warmingist friends!
Like the applet not being able to regain keyboard focus in a browser running on Linux. That is, you click away to another window or something else in the browser, and then you click back on the applet. Unless you click in a text box, your key listener won't respond to input.
Yeah, I found out this one is a couple years old, as I've been trying to get my software to work.
Aah, change is good. -- Rafiki
Yeah, but it ain't easy. -- Simba
Java held out the promise of write it once run it anywhere, but that promise has yet to be fulfilled as there are still differences from platform to platform that make developing in it a chore rather then enjoyable work.
If you use pure java code the cross platform stuff just works. Period.
Umm...no.
Write an applet with a keyboard listener that will play a sound clip when the spacebar is pressed. Put a button and a text area on there. Make the button play the sound for good measure.
Load the applet in firefox on windows. Hit the spacebar, hear the sound. Load the applet in firefox on Linux. Hit the spacebar, hear the sound.
Now put the cursor in the address bar.
On Windows, push the button, hear the sound. Press the spacebar, hear the sound.
On Linux, push the button, hear the sound. Press the spacebar, ..... oops! No sound. The problem was reported to Sun two years ago.
I like Java. I like Java a LOT. But by no stretch of the imagination does it "just work."
Aah, change is good. -- Rafiki
Yeah, but it ain't easy. -- Simba
Sound in Linux is a PITA in any language. If I was starting to diagnose this issue I wouldn't have started by blaming the VM.
XML is a known as a key material required to create SMD: Software of Mass Destruction
Ok, you are probably absolutely right. However, no one cares at all about applets. 99% of all written java code is pure server side and where it absolutely shines. If you are still bringing up applets when downtalking Java you have either not used the language in 10 years or you are just trying to put it in bad light on purpose.
You're blaming Java because Linux sound sucks?
I use Ubuntu daily and I don't think a day goes by without me cursing the names ALSA and PulseAudio.
Especially PulseAudio.
Mod me down, my New Earth Global Warmingist friends!
A thought: I just read that slashdot post about brain slicing. Maybe the parent was written by H.M.? (The "slicee") Notice how it gets weirder and weirder - slice by slice?
You are wrong about Java in certain details ("write once" is broken, has been broken for years, and remains broken; I can tell you stories about deploying applications that did crazy things like leak references only when run under the Solaris JVM, or that fail intermittently unless someone touches the JAR).
But you are absolutely right about the above comment. It's incoherent and full of BS.
you really think this is anything to do with sound? make the action something visual - same effect.
"We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
Speed is not Java's problem.
Java's problem is that it just doesn't work half the time. I mean often it seems like the perfect solution but then when you go to implement stuff, it just won't work correctly. So annoying. You waste more time trying to debug crap than actually developing your application. And by debug I mean it's usually some sort of problem with the browser plugin or some implementation retardedness in the JVM or whatever.
Just because YOU have problems doing your school homework and toy apps with Java, that doesn't mean Java does not work half the time in the industry, in the real world for the rest of us.
Java is fat and gay.
It's possible. Java sound in linux just plain didn't work until openjdk 1.6 recently. The cause? No mixing enabled in the hardware sound line (not the software that worked in java 1.3 i think - changed i don't know why - the real cause? ALSA).
Pulse audio is what is actually being used to fix it in the openjdk.
I've been writing Java web service, web applications, and client applications for more than six years now. My current project runs on Solaris servers in about eighty countries around the world. My development environment for work is Windows and at home I use Linux. In all that time I've only run into one JVM issue that was specific to a platform (issue on Solaris JVM that caused it to just quit, which we worked with Sun to get fixed). I'm not saying "write once" is perfect, but it's so damn solid that I don't even give it a second thought.
...The proliferation of languages with linguistic and syntactual differences but little else to set them apart except a fan club. PHP, Ruby, Python, VB, Perl, all of them doing the same thing, serving the content.
I suppose the world would be a better place if we could all just agree on the One True Language instead of using different languages for different jobs or thinking about problems in different ways or playing around with different ways of implementing ideas? The languages you mentioned (PHP, Ruby, Python, VB, Perl) have very little in common except being interpreted. Although I understand the desire for a standard, it's as hard to see everyone agreeing on a single programming language, and its hard to buy the argument that the many languages available is hurting the web in any way. I could make the same argument about application development, but people still manage to do it.
Languages aren't inherently fast -- implementations are efficient
machine code is slow and useless I only write microcode.
It would be impossible to get everyone to agree on the ONE language, that is a given, just look at the arguments of "pure" C -v- C++ -v- anything else so yes I agree. I think the problem boils down to project management mostly. I mean there is nothing generally wrong with any of them ( my own pet peeve is Python but I digress), each have their pluses and minuses so I think my chief complaint is walking into a project that is implemented in a smörgåsbord of languages, there is some Perl here, some Java there a little Python someplace else and throw in some PHP and a pinch of Ruby just for fun. Likely as not a lot of the original authors are gone and you just have a mess, albeit a mess that works, but a mess never the less. Poke it in the wrong place and the whole thing comes crashing down.
Hey KID! Yeah you, get the fuck off my lawn!
Uhm, well normally I wouldn;t respond to such a vitriolic rant but I can't help myself because I am laughing so hard so here goes, fuck it I got karma to burn as they say...
Unfortunately the implementation is poor.
Can you name a faster and more reliable implementation? Didn't think so.
A faster more reliable implementation of?? I mean if you are going to yell at me at least say what you are yelling about.
Java held out the promise of write it once run it anywhere, but that promise has yet to be fulfilled as there are still differences from platform to platform that make developing in it a chore rather then enjoyable work.
If you use pure java code the cross platform stuff just works. Period.
Tell that to the rest of the people who have said the opposite. Not that they are supporting my argument, but they do seem to be.
Most of the problems are with the various implementations of both JIT's and VM's and mostly having to do with how things are abstracted eg: big -v- little endian, file access and those sorts of things.
What does this nonsensical gibberish mean?
Uhm I don't quite know what to say here. Are you saying you don't know what JIT means? Don't know what VM means?
The tons of lib's that are mentioned as a god send have their own problems as well but that has more to do with programmer quality then anything else, but even the well designed and written ones still overlook the JIT and VM problems and then you end up having damn quirky behavior that can take weeks to track down, hence the problem of everyone sending out a complete JRE with their program and you end up in JRE hell with 14 different versions of JRE's on your system.
If you target older jre's you'll get very good compatibility across the board. There used to be issues caused by Microsoft's JRE... but that's why they built it. If you target a bleeding edge ANYTHING, you're going to have compatibility problems.
That suggestion seems rather counter intuitive since as the various JRE's are updated there are "just gotta have" features that either fix old problems or introduce new functionality, but yes I suppose you can stay with an older version, but the problem is OS's change, kernels change and therefor something that worked in an older version might not work when the OS/kernel changes.
I liked the IDEA of having SUN control Java because at least things would have been consistent but that failed as well with to damn many versions being released. Now we have everyone and their grandmother writing JVM's JIT's and JRE's and none of them do anything exactly the same which has thrown ever more variability into the mix and just made everything messier since suddenly you now had to install vendor X's JRE or VM because some fool decided that it made everything 1% faster and they JUST had to have it or alternatively it had a COOL name.
Why do you keep randomly throwing the acronym "JIT" everywhere? Again, you just poorly restated your earlier comment which isn't true and makes little sense.
Uhmm I am not trying to be insulting, but JIT is a term that is very commonly used to refer to (J)ust (I)n (T)ime compilers in lots of languages, but they really got traction with JAVA because of the dramatic ( an order of magnitude ) increase in performance over interpreted Java
I see the biggest problem with WEB development today as two things. 1. Lack of a statefull connection and 2. The proliferation of languages with linguistic and syntactual differences but little else to set them apart except a fan club. PHP, Ruby, Python, VB, Perl, all of them doing the same thing, serving the content.
1) ???? How does this affect Java in anyway? 2) ???? H
Hey KID! Yeah you, get the fuck off my lawn!
It is your right to disagree, but the level of vitriol with which you wrote your post is really uncalled for. Might I respectfully suggest that you might be taking this a little tiny bit to personally? I understand passion about anything, but really you were pretty over the top.
Wow... pot, meet kettle.
XML is a known as a key material required to create SMD: Software of Mass Destruction
SOA is good for connecting desktop applications to web browser.
I'd like to buy homeland for our 10 million people. http://twitter.com/mahadiga
It seems as though you know the meaning of a bunch of individual terms, but are desperately stringing them together in nonsensical ways. It's understandable why readers are frustrated, because few of the things you wrote make sense, even if the individual words have meaning. They're written as though you're high or drunk or one of those old middle manager guys who stands around spewing out-of-context jargon they don't understand.
You may be none of those things, but be aware that your tangential writing style -- especially your tendency to refer to things unrelated in any way whatsoever to the context under discussion -- and your poor grasp of the technical aspects of the words you're using are going to make it easier for readers to mistake you for an idiot.
they are talking about Service Oriented Architecture and that translates to the WWW
This is factually wrong, and is a pretty good example of the sort of "talking about something you don't understand" problem that readers have with your post.
they are talking about Service Oriented Architecture and that translates to the WWW
This is factually wrong, and is a pretty good example of the sort of "talking about something you don't understand" problem that readers have with your post.
Is it? Cloud computing, it is all the rage, it is Software As Service, it is rent me version of software and then there is this Wikipedia article that does seem to support my assertion. As to the main point of me being any of the rather derogatory you used, the reply was keenly about Java, less about SOA, and any amount of research does support my assertions that while Java is a great idea, in practice it is just as problematic as any other language as far as cross platform use goes and as for the various implementations of Java VM's ( of which there are no less then 30 I submit is is even more problematic. I for one am quite happy to have GCC on Linux as it is pretty much the same ( with a very few exceptions ) from distro to distro.
Hey KID! Yeah you, get the fuck off my lawn!
Not so much.
I do however completely agree with your sig.
Hey KID! Yeah you, get the fuck off my lawn!
http://old.book.pdfchm.net/service-oriented-architecture-with-java-11656/
they are talking about Service Oriented Architecture and that translates to the WWW
This is factually wrong, and is a pretty good example of the sort of "talking about something you don't understand" problem that readers have with your post.
Is it? Cloud computing, it is all the rage, it is Software As Service, it is rent me version of software and then there is this Wikipedia article that does seem to support my assertion.
The fact that Web mashups make use of SOA does not mean that SOA 'translates to' WWW.
You could build a whole enterprise around SOA principles, without a single Web browser being involved. Possibly without HTTP being involved. One very robust way of doing enterprise SOA is for your clients and services to talk to each other over some asynch messaging protocol (JMS, Apache ActiveMQ, Websphere MQ, etc.)
Microcode is slow and useless. I only arrange logic gates by hand. (Check out my fancy new word processor, coming in January 2490!)
Just checked my 401K. Fidelities website requires applets for certain functions. Someone cares about applets.
So, the map of the conversation is now:
-The language works every.
-No it doesn't. Here is a proof of concept that you can try yourself.
-No one cares about that part of the language.
Aah, change is good. -- Rafiki
Yeah, but it ain't easy. -- Simba
Hence the verification that the sound is working before clicking away. It's a little trick that professional call "verification of test setup."
Aah, change is good. -- Rafiki
Yeah, but it ain't easy. -- Simba
Java's boyfriend coos: "Noooooo"
Hence the verification that the sound is working before clicking away. It's a little trick that professional call "verification of test setup."
It's not quite that easy. I have lots of apps where sound works fine on my laptop (Ubuntu 9.10), and others where it either doesn't work at all or all I get is white noise. Oh... and thanks for not being condescending, it really made my day.
XML is a known as a key material required to create SMD: Software of Mass Destruction
Again, I'm sure you are absolutely right. Perhaps Fidelities even ran into these problems you are talking about but still decided that it was worth the effort to keep using applets as they perhaps generally like the development environment or because they simply had the needed talent in-house.
Nevertheless, I would still claim that this site you are using are within the 1% I was talking about earlier, because to be honest, I can't think of any "serious" site using applets for "serious" things. However, I'm sure you will be able to find a few more if needed, but like I said, Java is pretty much all server side where we have none of these issues. Complaining about Java because of applets is pretty much like complaining about C++ because of some 3rd party lib that doesn't port well.
and you are?????????? silly comment, please stop it dude.