
JAMESGDRISCOLL.WORDPRESS.COM
Jim Driscoll's Blog | Notes on Technology and the WebNotes on Technology and the Web
http://jamesgdriscoll.wordpress.com/
Notes on Technology and the Web
http://jamesgdriscoll.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
10
SSL
EXTERNAL LINKS
19
SITE IP
192.0.78.12
LOAD TIME
0.156 sec
SCORE
6.2
Jim Driscoll's Blog | Notes on Technology and the Web | jamesgdriscoll.wordpress.com Reviews
https://jamesgdriscoll.wordpress.com
Notes on Technology and the Web
March | 2014 | Jim Driscoll's Blog
https://jamesgdriscoll.wordpress.com/2014/03
Jim Driscoll's Blog. Notes on Technology and the Web. Archive for March 2014. Running a no-dependencies Node module in Java. Leave a comment ». Sometimes you do something just because you wonder if you can. Today’s example is a prime example of that. I wonder if it’s possible to run a no-dependencies Node module in Java, without running Project Avatar. The answer, of course, is yes, it is. If you like, you can run the example just by downloading the git repository. ScriptEngineManager manager = new Scrip...
Running a no-dependencies Node module in Java | Jim Driscoll's Blog
https://jamesgdriscoll.wordpress.com/2014/03/08/running-a-no-dependencies-node-module-in-java
Jim Driscoll's Blog. Notes on Technology and the Web. Running a no-dependencies Node module in Java. Leave a comment ». Sometimes you do something just because you wonder if you can. Today’s example is a prime example of that. I wonder if it’s possible to run a no-dependencies Node module in Java, without running Project Avatar. The answer, of course, is yes, it is. If you like, you can run the example just by downloading the git repository. ScriptEngineManager manager = new ScriptEngineManager(); Script...
Learning JavaScript | Jim Driscoll's Blog
https://jamesgdriscoll.wordpress.com/2014/01/31/learning-javascript
Jim Driscoll's Blog. Notes on Technology and the Web. Leave a comment ». In the last couple weeks, I’ve had three different people ask “What’s the best way to learn JavaScript? As all engineers know, if you do something more than twice you immediately want to automate it, so here’s a quick description of how I. Think the best way to learn JavaScript is. First, get Crockford’s book: JavaScript: The Good Parts. I think of it as filling the same place for JavaScript as the K&R book. Are so small, I think an...
Thin Server the Hard Way (Model layer) | Jim Driscoll's Blog
https://jamesgdriscoll.wordpress.com/2014/01/25/thin-server-the-hard-way-model-layer
Jim Driscoll's Blog. Notes on Technology and the Web. Thin Server the Hard Way (Model layer). Leave a comment ». This post is part of a series examining the Modern Web. Currently, I’m trying to assess pain points in creating a Single Page application, and to do that, I’ve created a simple application which does inventory management. You can find the (somewhat sloppy) code on Github. If you want to follow along. After my previous post looking at routing. As well as search (passing a URL param of. Search) ...
January | 2014 | Jim Driscoll's Blog
https://jamesgdriscoll.wordpress.com/2014/01
Jim Driscoll's Blog. Notes on Technology and the Web. Archive for January 2014. Leave a comment ». In the last couple weeks, I’ve had three different people ask “What’s the best way to learn JavaScript? As all engineers know, if you do something more than twice you immediately want to automate it, so here’s a quick description of how I. Think the best way to learn JavaScript is. First, get Crockford’s book: JavaScript: The Good Parts. I think of it as filling the same place for JavaScript as the K&R book.
TOTAL PAGES IN THIS WEBSITE
10
Java 2 Go!: SQLDeveloper setup trick
http://java2go.blogspot.com/2007/09/sqldeveloper-trick.html
Switch to new Dynamic Views. Sunday, September 23, 2007. Yes The title of this post really is SQL. Developer. I did not write it wrong. But what it has to do with Java? Well, the answer is simple: Oracle SQLDeveloper is a very useful and interesting database tool for developers and is build in Java. It's like an IDE for Oracle DB and has somethings in common with JDeveloper. For those who are now curious, Oracle SQLDeveloper may be downloaded from Oracle Technology Network. Setting maximum heap to 256 MB.
Java 2 Go!: December 2010
http://java2go.blogspot.com/2010_12_01_archive.html
Switch to new Dynamic Views. Thursday, December 2, 2010. Posted by Eduardo Rodrigues. Links to this post. Wednesday, December 1, 2010. Creating a centered page layout using ADF Faces (only). It’s been a long time since I last posted here about my old friend: ADF. But now that I’m working in ADF BC’s awesome development team, I was already feeling the self-pressure and urge to go back to this vast subject. Let’s start easy though. If you’re somewhat used to the particularities of ADF Faces’ la...But the l...
Java 2 Go!: March 2009
http://java2go.blogspot.com/2009_03_01_archive.html
Switch to new Dynamic Views. Tuesday, March 24, 2009. Java and the Timezones. Timezone, when using Java, can be something tricky. You can get surprised when you change your OS timezone (something common to countries with DST) and it doesn't take any effect on your Java programs. What does Sun have to say about that? It can be found at their FAQ:. Do my operating system's timezone patches fix the Java platform's timezone data? Java -jar tzupdater.jar -u. Not really =), but it is very similar to IBM JVM an...
Introducing Groovy
http://www.oracle.com/technetwork/articles/java/groovy-1695411.html
Database Performance and Availability. Systems - All Articles. Master the basics of Groovy, a general-purpose scripting language that runs on the Java Virtual Machine (JVM). Groovy is a general-purpose scripting language that runs on the Java Virtual Machine (JVM) and can largely be viewed as a superset of Java. For example, take the program shown in Listing 1. Is it a Groovy program or a Java program? Public class Hello { String name; public void sayHello() { System.out.println(Hello getName()! Listing ...
Java 2 Go!: April 2010
http://java2go.blogspot.com/2010_04_01_archive.html
Switch to new Dynamic Views. Thursday, April 29, 2010. How to write a simple yet “bullet-proof” object cache. 8230;continued from a previous post. I know this will be a rather complicated post but I’ll do my best to keep it as simple as possible.). The very first and most obvious approach that came to mind was to implement our own “HashMap” using weak or soft references. Looks good. But not good enough. There are two big issues with the approach described above:. A WeakReference can be too volatile.
Java 2 Go!: May 2010
http://java2go.blogspot.com/2010_05_01_archive.html
Switch to new Dynamic Views. Monday, May 24, 2010. How to upgrade your Dell’s BIOS directly from Ubuntu. I know this post is totally off topic but I faced this same issue last week and I’m pretty sure this will be very handy for a lot of people out there. So why not share it, right? So, these are the magical steps, compiled from several different forums and articles (they might work on other Linux distributions as well but I only tried on Ubuntu):. Not always needed, but won’t hurt). Trigger the BIOS up...
Java 2 Go!: Mastering ADF Faces <af:selectOneChoice> component
http://java2go.blogspot.com/2007/08/mastering-adf-faces-component.html
Switch to new Dynamic Views. Friday, August 3, 2007. Mastering ADF Faces af:selectOneChoice component. I've being trying to solve this issue for a long time. I've read many blogs, forums and articles about it but, none was a complete solution. Fortunately, now that I've finally managed to put it all together I decided to share with you all. Well, believe me. it's not as easy as it may seem. Option value="N" bound resultset attribute as the option label /option. Public final class ListItemBean {. List lis...
Java 2 Go!: Happy Holidays everyone!
http://java2go.blogspot.com/2010/12/happy-holidays-everyone.html
Switch to new Dynamic Views. Thursday, December 2, 2010. Posted by Eduardo Rodrigues. Subscribe to: Post Comments (Atom). Click on the badge to show your love for Java on your Twitter or Facebook account. Mastering ADF Faces af:selectOneChoice component. Oracle ADF with SSO – The Definitive Guide. Creating a centered page layout using ADF Faces (only). JDeveloper Tips #2: Fine-tuning the configuration. Install new Blogger Dynamic Views extension for Google Chrome. Complete and official ADF API references.
Java 2 Go!: Web 2.0 Solutions with Oracle WebCenter 11g (book review)
http://java2go.blogspot.com/2011/01/web-20-solutions-with-oracle-webcenter.html
Switch to new Dynamic Views. Wednesday, January 26, 2011. Web 20 Solutions with Oracle WebCenter 11g (book review). This was supposed to be a post to celebrate the new year, but, as you all can notice, the things didn't happen the way I was expecting (again haha). Today I will talk about this strategic product and (as promised) I will make my review about the book Web 2.0 Solutions with Oracle WebCenter 11g. To put the Webcenter Framework to work, you just have to download the extension on you JDeveloper...
TOTAL LINKS TO THIS WEBSITE
19
jamesgdesigns – welcome
Jul 18, 2015. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! 2015, Powered by WordPress.
::: James G. Doherty :::
index
Saint-Nazaire, France, March 28, 1942. Lieutenant Colonel Stuart Chant-Sempill, OBE., MC., 1956. Stuart, as a young Lieutenant led the party whose members destroyed the dry dock Pumping Station). Steaming towards her target under punishing fire: MGB314 in the foreground. Ross Watton www.navalbroadsides.co.uk. COMMANDOS' TO THE FORE. As opposed to ROYAL MARINES. Having developed the Army Commandos in the face of often bitter opposition from traditionalists, the British could not, however, then agree on ho...
James G. Douglass, Marine Ecologist
James G. Douglass, Marine Ecologist. I am an ecologist interested in describing, protecting, and teaching about the biological diversity and beneficial ecosystem functions of coastal marine habitats. Coastal oceans are simultaneously threatened by decreasing water quality, changing physical conditions, and overharvest of ecologically important species. I address the interactive effects of these threats through conservation-directed research and teaching at Florida Gulf Coast University. Managing an algal...
James G. Driscoll's Resume
Multithreaded server side Java programming. Client side JavaScript. API Design. JSF, SQL, (X)HTML, HTTP. Senior Engineer, Sun Microsystems, Santa Clara, CA. Jan 2008 - Jan 2010. Senior Manager, Sun Microsystems, Santa Clara CA. Jun 2002 - Jan 2008. Lead Sun's negotiations with the Apache Software Foundation, resulting in an agreement which allowed Open Source in the JCP. This agreement also allowed for the licensing of JBoss, Jonas and Geronimo. Engineering Manager, Sun Microsystems, Santa Clara CA.
Jim Driscoll's Blog | Notes on Technology and the Web
Jim Driscoll's Blog. Notes on Technology and the Web. Running a no-dependencies Node module in Java. Leave a comment ». Sometimes you do something just because you wonder if you can. Today’s example is a prime example of that. I wonder if it’s possible to run a no-dependencies Node module in Java, without running Project Avatar. The answer, of course, is yes, it is. If you like, you can run the example just by downloading the git repository. ScriptEngineManager manager = new ScriptEngineManager(); Script...
Home | James Dyke
Dr James Dyke FRSA is an academic, writer, and public speaker based in Southampton, UK. I am an Associate Professor in Sustainability Science at the University of Southampton. I am a Fellow of the Royal Society of Arts. A member of the European Geophysical Union. And serve on the editorial board of the journal Earth System Dynamics. I have (co)authored over 30 peer reviewed science papers and book chapters, and over 40 popular science and environmental articles. Compère the Winchester Science Festival.
James Dyke | Life, the universe, Jaffa Cakes
Life, the universe, Jaffa Cakes. Skip to primary content. Skip to secondary content. Deeper cuts will not make the UK any better. May 9, 2015. Http:/ www.pieria.co.uk/articles/what does america adopting a uk-style austerity policy mean. It’s there in plain sight. It always was – they never even tried to hide it. 8220;Should we cut things now and then go back later and try and restore them? Prime Minister David Cameron, August 2010. Pensions and public spending will be coming soon I’m sure. R...This is...
Elect James Gearhart for Mayor of Groveland - Home
Elect James Gearhart for Mayor of Groveland. Hwy 50 Truck By-Pass. Goals for Groveland's Future. I commit to you and the Council Members, Should I be selected as a Mayor, The Citizens of Groveland Come First ,and I will participate to the best of my ability,to actively attending City Council and Town Hall meetings as a representative of the city and it's growing populations of residents.". Looking to use more subcontractors in an effort to save money. Citizen involvement, Be heard. Set up a complaint for...
James Geary
I Is an Other. World in a Phrase. What Wit is, How it Works, and Why We Need It. Wit is often thought of as simply being funny. But wit is more than just having a knack for snappy comebacks. Wit is the quick, instinctive intelligence that allows us to think, say or do the right thing at the right time in the right place. Forthcoming from Norton in November! I Is an Other. The Secret Life of Metaphor and. How It Shapes the Way We See the World. Geary's Guide to the. The World in a Phrase. Is a whimsical, ...
James Geccelli | Bilder
Texte, Objekte, Plakate. 2013 - 2018 James Geccelli. OT, 45 x 45 cm und 80 x 80 cm, Öl auf Leinwand, 2016. OT 45 x 45 cm Öl auf Leinwand 2016. OT 45 x 45 cm Öl auf Leinwand 2016. OT 45 x 45 cm Öl auf Leinwand 2016. OT 24 x 24 cm Gesso und Gouache auf Holz 2017. OT 220 x 150 cm Öl auf Leinwand 2016. OT 220 x 150 cm Öl auf Leinwand 2016. OT 220 x 150 cm Öl auf Leinwand 2016. OT 150 x 120 cm Öl auf Karton 2015. OT 24 x 24 cm Gouache auf Papier 2016. OT 24 x 24 cm Gouache auf Papier 2016.