We announced Oracle VM Blade Cluster Reference Configuration last month, see the blog.
The new Oracle VM blade cluster reference configuration can help reduce
the time to deploy virtual infrastructure by up to 98 percent when
compared to multi-vendor configurations. Customers and partners have shown lots of interests. Join Oracle's experts to…
To further move the new year of 2011 underway for WebLogic Server, quite a series of hands on technical online events and broadcasts are about to get underway from the WebLogic team.
The first is Virtual Developer Day: Oracle WebLogic Server which is an online event that combines hands on labs with WebLogic Server through a series of Virtual…
I want to have around 60 repositories of projects and I want to serve them from a dedicated remote server(ubuntu) with the help of mercurial server so that all my developers will be able to update their changes. I have followed this article in order to do that but stocked in the Apache Configuration Step (section 2.5 2.5.4). I have some…
I have run out of space on my WinXP virtual machine, which I only gave 10 GB space for when I created it. Is there an easy way to increase it to, say, 20 GB? I can't see any obvious option in VirtualBox settings.
edit: the suggestion below gives this error
wim@wim-ubuntu:/media/data/winxp_vm$ VBoxManage modifyhd wim.vdi --resize…
How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite module?
The following redirects should work:
http://host1/app/oldvdir -> http://host1/app/newvdir
http://host1/app/oldvdir/ ->…
Solving a Gotcha with VirtualBox Guest Additions I was just building a new virtual machine based off an existing image that didn’t have the Virtual Box Guest Additions enabled. The guest additions allow tight integration between the guest OS and the host environment, providing seemless mouse transfer and the ability to…
How are Lambdas handled on a bytecode level?
How does replacing assembly code with Java code improve performance?
Can we send flat files/comma separated/XML files to process in Batch?
In a Java EE app, can I inject an EJB bean inside a REST POJO using @EJB annotation?
Where I can find JavaFX UI…
Below is one of many sessions covering Oracle Fusion Development. It's a free virtual event on July 10. Live chats with Oracle's technical staff. Check it out!
Oracle Enterprise Pack for Eclipse - ADF Development
Oracle
ADF Development has never been easier in Eclipse. During this session we will…
OTN's Virtual Developer Day lets you learn about the latest technical improvements in Java without leaving your desk/couch/park bench. Watch informative tutorials on your laptop and improve your Java programming expertise and engage in live chat sessions with Java experts, all for FREE.
OTN Virtual Developer…
I always have fun producing the Arch2Arch podcasts, but the latest batch was all that and a bag of chips, since I was required to do absolutely no preparation and very little talking, and since the conversation was reminiscent of those I’ve had with various architects (you know who you are) in various watering holes:…
(I'm running ubuntu server 12.04 on virtual box)
I'm trying to transfer a file (scp) from my laptop to one of the directories of a virtual machine. I tried sharing folders, but that failed. I'm a bit of a networking newbie.
I've looked at like 20-30 pages. Here's one:…
I'm trying to get virtual hosts up and running on my Ubuntu laptop that has 12.10 installed. I'm running Apache2, and I enabled the virtual hosting module.
When I go to 12.0.0.1, I'm able to get the default page. When I go to example.local, I just get the search…
Hi all.
I hope everybody is doing fine.
I try to delete a virtual directory using WMi (Server Manager Class) and recreate with different values. The problem i am facing is that the virtual directory is not getting deleted. Please help. Here is my code.
Try
…
I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always load content of test1.dev for both virtual hosts.
Following are my files:
hosts:
127.0.0.1 localhost
127.0.0.1 test1.dev
127.0.0.1 test2.dev
httpd.conf:
…
Given the base class A and the derived class B:
class A {
public:
virtual void f();
}
class B : public A {
public:
void g();
}
I get errors saying that f() is not declared in B while trying do define void B::f(). Do I have to declare f()…
I recently switched to a MacBook Pro for my development machine (for many reasons). I want to setup a Virtual Machine for ASP.NET, IIS, and Visual Studio 2010 development. I also have need to do some development work with SharePoint 2010.
What…
Hi, I think the implementation of virtual function is talked about a lot. My question is what about pure virtual function? However it is implemented? In virtual table, how to tell it is a pure or non-pure? What the difference between pure…
Hi,
I know why I want to use private virtual functions, but how exactly can I implement them?
For example:
class Base{
[...]
private:
virtual void func() = 0;
[...]
}
class Derived1: puplic Base{
void func()
{ //short…
I'm trying to derive a new class from an old one. The base class declaration looks like this:
class Driver : public Plugin, public CmdObject
{
protected:
Driver();
public:
static Driver* GetInstance();
virtual…
At this week's Virtual Brown Bag meeting: Claudio has some one-month Evernote premium accounts to give away Claudio & George talked about FancyHands, the 4-hour work week, and paying people to do the stuff you…
At this week's Virtual Brown Bag meeting: Claudio pointed us to Try Ruby! and Rails For Zombies, two sites to educate Ruby newbies We looked at the free version of Balsamiq, and other online mockup sites George…
Just a reminder about the Virtual Chapter today at 12:00 Noon Eastern Time we will have a meeting with Aaron Nelson presenting a Grab Bag of Powershell stuff for SQL Server. The link below is the attendee link. This is…
I currently have a dedicated server that we have outgrown and we are moving to another server.
Our current setup was a 8gb W2008R2 server running a W2008R2 IIS virtual machine using VMWare.
We are moving to a 2 cpu…
Server consolidation & virtualization is a hot topic and also it is one of the biggest concerns for many DBAs is scalability/performance when it comes to virtualization. At this point,performance for virtual…