Berkeley CSUA MOTD:Entry 22746
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2001/10/15 [Computer/SW/Languages/Java] UID:22746 Activity:nil
10/15   As of 2001, J2SE == JDK1.3? What is going on? And what is the
        difference between J2EE and a bunch of EJB/Bean crap wrapped together?
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2009/4/20-23 [Computer/SW/Database] UID:52876 Activity:nil
4/19    ORCL u SUNW = ORCL.
        What is Larry Ellison thinking? What is he going to do with a bunch of
        legacy Sun hardware that no one uses anymore, its fading workstation
        customer base, and open source Sun MySQL that doesn't even generate
        revenue? I really don't get all this acquisition business.
        \_ A lot of big companies still use big, fat Sun hardware. Or use
	...
2008/8/27-9/3 [Computer/SW/Languages/Ruby] UID:50985 Activity:nil
8/27    Is Ruby on Rails similar to CGI? Or maybe just something with an
        object-relationship mapping between objects and DB?
        \_ it's an entire application server framework.  You define your
          views, your models, your control, and Rails makes all the connecting
          parts.  DB mappings included.  Also it's all written in Ruby,
          which is an odd language.  So, for example, you'd replace not just
	...
2006/4/5-7 [Computer/SW/Languages/Java] UID:42678 Activity:nil
4/5     http://www.zefhemel.com/archives/2004/08/16/why-java-sucks
        Just wondering if java-philes might agree with some of the
        sentiments listed (being a c++ person myself)
        \_ Java sucks for many reasons.  C++ sucks for many more.
           \_ I think C++ will be around and useful long after Java has
              gone to the grave. I'm not saying C++ is great, by the way.
	...
2005/10/12-13 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Java] UID:40049 Activity:high
10/11   For future job security - Java or C++?
        Java:
        C++ : .
        \_ English : .
           \_ For Great Justice!
        \_ Chinese : ..
	...
2005/8/16-20 [Computer/SW/Languages/Java] UID:39136 Activity:nil
8/16    I'm looking to write a Java app which initiates and maintains hundreds
        of simultaneous, low-bandwidth HTTP connections.  The prevailing
        answer for simultaneous HTTP connections seems to be use the
        HttpURLConnection class and one thread per connection.  I'm wondering
        if there's a better way, like maybe some way to have buffered reads
        and writes from low-level sockets using only a pair or I/O threads.
	...
2005/7/19 [Computer/SW/Languages/Misc, Computer/SW/Languages/Java] UID:38707 Activity:low
7/19    My boss has a bunch of money for techinical books he needs to get
        spend.  Any suggestions on what I should get?
        \_ Duh, what field is your dept in?
           \_ Actually, it should be something OUTSIDE my field.  (That's
              how the money is budgeted)  Some Topics:
              Linux Kernel Hacking
	...
2005/3/26-30 [Computer/SW/Database, Computer/SW/Languages/Java] UID:36897 Activity:nil
3/26    FBI to scratch their Virtual Case File after squandering millions of
        dollars. So here is my question. How is it implemented? Is it using
        Java/J2EE/Sybase or C or something else?
        http://www.foxnews.com/story/0,2933,151421,00.html
        \_ They probably followed these guidelines:
           http://mindprod.com/unmain.html
	...
2005/3/18-19 [Computer/SW/Languages/Java] UID:36753 Activity:kinda low
3/18    What's the difference between J2EE and EJB?
        \_ One merely sucks, while the other blows.
        \_ EJBs are a subset of the J2EE specification (which also
           includes RMI, JSPs, etc.)
	...
2005/2/16-17 [Computer/SW/Editors/IDE, Computer/SW/Languages/Java] UID:36206 Activity:moderate
2/16    I just downloaded IntelliJ IDEA and they don't have a friggin
        tutorial on their web site and I can't find any decent non-J2EE
        tutorial on Google. Need pointer, thanks.                   -dumb
        \_ i use idea but not for j2ee crap. here's my quick guide:
                cmd-N: open class
                cntrl-space: autocomplete name
	...