« July 2008 | Main

August 2008 Archives

August 4, 2008

TrackBacks are disabled

Well it seems the children of the web/spam are exercising their toys against the Oracle blog site.  There were some pretty sick trackback links people were trying to post and I cana??t keep up with deleting them one by one.  I really had no choice but to just disable trackbacks for a while.  Maybe at some point in the future I can re-enable the feature.  Hopefully the current batch of children have a short attention span.

Be a good netizen!

August 5, 2008

August 2008 – Home Server Configuration

I used to spend lots of time looking over the specs published at http://www.sharkeyextreme.com for gaming PCs to dream about my desired workstation.  Over time I got busy and that effort fell by the wayside.  Now it seems that I am dreaming about a new server.  It seems I am always exceeding the capabilities of my laptop and need some extra horsepower.  Fortunately I can build a pretty powerful box for a relatively modest sum of money.  (Well, modest to what I see vendors selling servers for!)  I thought I would share with others what I would do today if I were building a server.

My server needs are pretty intense as I want to be able to host a complete enterprise POC environment.  That means I need to run a database, several application servers, security and identity management, web servers, and of course a source code control system.  I will also occasionally need to run applications like Siebel CRM to test out integration.  Running all this is really not practical on a single piece of hardware.  Buying multiple boxes is an option but it takes more space and can be a bit of a pain.  So I am going to take advantage of virtual machine technology.  I want to use Oracle VM but I cana??t ignore how many people run VMWare.  Since this is *my* box, my choice of VM technology is still undecided.

Fortunately the components to build a dual quad core system are fairly available to purchase.  In fact, I was able to get all of the components for this build from http://www.newegg.com.  They are a great company to buy from although you can shop around for better prices on some components.  Their great customer service though is hard to replace.

Below you will find a list of the components I would use to build a server today.  Comments and suggestions are welcome and part of why I posted this in the first place!

Qty. Image Product Description Unit Price Savings Total Price
2 Intel Xeon E5410 Harpertown 2.33GHz LGA 771 80W Quad-Core Processor Model BX80574E5410A
Intel Xeon E5410 Harpertown 2.33GHz LGA 771 80W Quad-Core Processor Model BX80574E5410A - Retail
Model #:BX80574E5410A
Item #:N82E16819117149
Return Policy:Processors (CPUs) Return Policy
In Stock
$269.99 -$1.00 Save $537.98
1 Thermaltake Armor Series VA8000BWS Black Aluminum / Steel ATX Full Tower Computer Case
Thermaltake Armor Series VA8000BWS Black Aluminum / Steel ATX Full Tower Computer Case - Retail
Model #:VA8000BWS
Item #:N82E16811133154
Return Policy:Standard Return Policy
In Stock
$149.99 -$5.00 Instant $144.99
1 PC Power & Cooling T12W 1200W ATX12V / EPS12V Power Supply
PC Power & Cooling T12W 1200W ATX12V / EPS12V Power Supply - Retail
Model #:T12W
Item #:N82E16817703012
Return Policy:Standard Return Policy
In Stock
$599.99 -$50.00 Instant $549.99
4 Crucial 8GB (2 x 4GB) 240-Pin DDR2 FB-DIMM DDR2 667 (PC2 5300) ECC Fully Buffered Dual Channel Kit Server Memory Model CT2KIT51272AF667
Crucial 8GB (2 x 4GB) 240-Pin DDR2 FB-DIMM DDR2 667 (PC2 5300) ECC Fully Buffered Dual Channel Kit Server Memory Model CT2KIT51272AF667 - Retail
Model #:CT2KIT51272AF667
Item #:N82E16820148128
Return Policy:Standard Return Policy
In Stock
$480.00   $1,920.00
6 Seagate Barracuda 7200.11 ST3500320AS 500GB 7200 RPM SATA 3.0Gb/s Hard Drive
Seagate Barracuda 7200.11 ST3500320AS 500GB 7200 RPM SATA 3.0Gb/s Hard Drive - OEM
Model #:ST3500320AS
Item #:N82E16822148288
Return Policy:Limited 30-Day Return Policy
In Stock
$79.99   $479.94
1 EVGA 256-P2-N761-AR GeForce 8600 GTS 256MB 128-bit GDDR3 PCI Express x16 HDCP Ready SLI Supported Video Card
EVGA 256-P2-N761-AR GeForce 8600 GTS 256MB 128-bit GDDR3 PCI Express x16 HDCP Ready SLI Supported Video Card - Retail
Model #:256-P2-N761-AR
Item #:N82E16814130084
Return Policy:Limited Non-Refundable 30-Day Return Policy
In Stock
Mail-in Rebate
$99.99   $99.99
1 LITE-ON 20X DVDA?R DVD Burner Black SATA Model iHAS120-04
LITE-ON 20X DVDA?R DVD Burner Black SATA Model iHAS120-04 - OEM
Model #:iHAS120-04
Item #:N82E16827106263
Return Policy:Standard Return Policy
In Stock
$23.99   $23.99
1 TYAN S5396A2NRF Dual LGA 771 Intel 5400 SSI / Extended ATX Server Motherboard
TYAN S5396A2NRF Dual LGA 771 Intel 5400 SSI / Extended ATX Server Motherboard - Retail
Model #:S5396A2NRF
Item #:N82E16813151100
Return Policy:Manufacturer Warranty
In Stock
$389.99   $389.99
Subtotal: $4,148.87

August 8, 2008

Eclipse 3.2.2, Oracle Workshop for WebLogic 10.3, Adobe Flex Builder 3

Just wanted to post a note about using Eclipse 3.2.2 for a IDE platform with the Oracle Workshop for Weblogic 10.3 and Adobe Flex Builder 3 plug-ins installed.  Long story short, it seems to work just fine.

I have been doing a bit of WebLogic work lately to keep up with the Oracle SOA roadmap.  Part of that work includes some code development.  Long term this work will be done in JDeveloper, but for now must be done in workbench.  Workbench for WebLogic 10.3 runs on the Eclipse platform either as a simple install or via a plug-in to an existing Eclipse install.

I decided to use the Eclipse plug-in installation since it would allow me to also have my Adobe Flex Builder 3 run in the same eclipse instance.  This is a real nice capability for me.  I use the Flex Builder plug-in to build by RIA application and then elements of the workbench plug-in to write the data side of the application.  Lately on the data side I have been using WebLogic web services to provide data to Flex remote objects via BlazeDS.  I am trying to decide if I want to use remote objects for all of Flex data sources or just for the "data pusha?? parts.  Currently I am not sure if that is easier than using direct web service calls where the biggest pain is getting the namespaces handled correctly.

From the workbench plug-in perspective the install was only slightly painful.  I used the network installer with a freshly installed Eclipse 3.2.2 IDE for Java EE Developers.  When I tried the install I ran into a bunch of pre-requisites that I did not see in the installation documentation.  All of those pre-requisites stem from requiring the WTP 2.0.3 feature to be installed in Eclipse.  Fortunately the web page for the WTP 2.0.3 release has details and links for everything you need.

About August 2008

This page contains all entries posted to Richard Naszcyniec's Blog in August 2008. They are listed from oldest to newest.

July 2008 is the previous archive.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle