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

2000/8/18-21 [Computer/SW/Unix] UID:19033 Activity:low
8/18    Anyone know how to push a "Cookie: JSESSIONID=blah;" HTTP header into
        a http://java.net.URL?
        \_ uhm, you can't. that's an HTTP header, not part of the URL.
           \_ Unless of course you wanted to try
              var.setRequestProperty("Cookie", "JSESSIONID=blah");
        \_ I know this is not what you asked, but if you are using servlets,
           there is a req.setHeader() or setCookie() method. If you need to
           there is a req.setheader() or setCookie() method. If you need to
           use something like URL, roll your own its not very hard.
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2013/10/24-2014/2/5 [Academia/Berkeley/CSUA/Motd, Computer/SW] UID:54746 Activity:nil
9/26    I remember there was web version of the motd with search function
        (originally due to kchang ?).  The last time I used it it was hosted
        on the csua website but I can't remember its url (onset of dementia?)
        now. Can somebody plz post it, tnx.
        \_ http://csua.com
           \_ for some reason I couldn't log in since Sept and the archiver
	...
2013/10/28-2014/2/5 [Computer/SW/Database] UID:54751 Activity:nil
10/28   Oracle software to blame for Obamacare website debacles:
        http://www.forbes.com/sites/theapothecary/2013/10/14/obamacares-website-is-crashing-because-it-doesnt-want-you-to-know-health-plans-true-costs
        \_ Larry Ellison is a secret Tea Party supporter.
           Most of this article is bunk, btw. Boy are the Republicans
           getting desperate.
            \_ Umm, no.  Larry Ellison is a not so secret fascist.
	...
2013/12/13-2014/2/5 [Computer/SW/Languages/Web] UID:54757 Activity:nil
12/17   http://axonflux.com/5-quotes-by-the-creator-of-php-rasmus-lerdorf
        Why I love PHP.
12/17
 _________________________________________
/ You will pay for your sins. If you have \
| already paid, please disregard this     |
	...
Cache (1987 bytes)
java.net
TheServerSide Symposium Day 1 - May 6th, 2004: This is the story of my first day at TheServerSide Symposium, which was at the Venetian hotel in Las Vegas on May 6th-8th. I discuss the conference in general, and sessions on SiteMesh, Nutch, Tapestry, and AOP. Tips to Technical Interviewing: Crappy interviews abound "The few occasions I've been interviewed by real technical people the experience has usually been that the questions change into a (more or less open) exchange of ideas and philosophies rather than a rigid question and answer game." When this happens, I usually find that I will be offered the job. When you scale the number of developers working on a project, even if they were all identical, the time spent on communication increases. Not just as a total, but as fraction of each developer day. I'm sure someone should write a book about how the so called "man month" is in fact mythical. Time to understand what was supposed to be going on, rewriting it and dealing with the politics. Service Oriented Architecture: Beyond Web Services Ted Farrell explains that Service Oriented Architecture is a phrase that "describes a software architecture in which reusable services are deployed onto application servers and then consumed by clients in different applications or business processes." Service Oriented Architecture: Beyond Web Services he explains that there is much more to SOA than Web Services and provides the example of JSR 227 which abstracts " the implementation of a data source from a client looking to take that data and bind it to a user interface. Whether you're displaying data from a database, Enterprise JavaBean (EJB), legacy system, Web service, or plain old Java object, the interfaces and data are the same." JavaOne Bulletin Board is a place for you to post information about sessions you are giving or may be interested in attending. Also feel free to create related wiki pages for meetups and other gatherings for your communities or projects.