Pardon me, I didn't mean to post this reply thread to the list. I wanted to email Mr.McGowan off list.
Hello Mr.Weidl. You are correct, j2se and j2ee compiler are the same. Sorry if I made it sounded like they aren't on my previous post. Hell again Mr.John McGowan, In respond to your question about the difference between j2se and j2ee: J2SE is a standard language a foundation of java platform, as you already know. J2EE is J2SE plus set of specifications, APIs and technologies defining enterprise application development. If you are going to write an enterprise application(s), then J2EE technology provide tools and framework to handle enterprise application infrastructure and behavior. You can use J2SE to compile *.java apps but you cant take advantage of J2EE Technology with J2SE. Some links from java.sun.com, about J2SE vs. J2EE. : http://java.sun.com/j2se/ http://java.sun.com/j2ee/ What other people say base on the scope of their business needs about this issue. http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Difference+Between+j2ee+and+j2se Goodl luck. Tabi -------------------------------------------------------- --- Eric Weidl <[EMAIL PROTECTED]> wrote: > Hi, > > >What's the difference between using the compiler > that comes with the > >j2sdkee vs j2sdk? > > The compilers, I believe, are the same. The only > difference is what > libraries they have access to by default. The > libraries in the standard > j2sdk are a subset of the EE SDK. If everything > compiles okay with the > standard compiler, I'd stick with that (less > complexity). > > Eric > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
