Category: english

image

Debugging Java Applets in Eclipse

August 20, 2008
Today I needed to debug Java applet running in Internet Explorer from Eclipse. I was not straightforward. Let me share the experience how to do this: 1) First enable remote debugging in the Java Plugin: a) Start –> Settings –> Control Panel –> Java –> Java Applet Runtime Settings –> View b) Add the following
image

Reading File Contents in Firefox 3 and Other Browsers

August 19, 2008
In the last few weeks I work on a project about digitally signing Web forms. I need to develop a Java applet that signs Web forms (all form fields along with the attachments). The way we want to implement this is to use signed applet (running in the client Web browsers without any security restrictions)
image

Accessing Microsoft CRM from .NET Application

July 31, 2008
Today a customer of mine requested to integrate our ASP.NET based Web application with Microsoft CRM 3.0. Initially I thought this will be a simple task but few hours later I found that this is not straightforward. Accessing MS CRM 3.0 from .NET The best way to access MS CRM 3.0 from .NET application is
image

Open Source Book “Introduction to Programming with Java”

July 25, 2008
Last week I started a project to create a new book for sofwate engineers: “Introduction to Programming with Java”. The book will focus on the fundamentals of computer programming rather than on the Java language. This is not a book about Java. This is a book about the concepts of computer programming. It is intended
image

Third IT Boxing Match: Platforms for Enterprise Development, Web Services and SOA

June 21, 2008
Finally I am ready with the preparation of the third IT Boxing event for software engineers – 25 June 2008, in Sofia. IT Boxing Championship: Platforms for Enterprise Development, Web Services and SOA (Java vs. .NET) Date: 25 June 2008 (Thursday), 18:00 h Location: Park Hotel “Moscow”, Sofia, Hall “Moscow” Sponsored by: Telerik and VMWare
image

First Bulgarian C++ Conference – Velingrad, 27-28 June 2008

June 18, 2008
As part of my work in the National Academy for Software Development (NASD) I am deeply involved in the organization of an interesting event for C++ developers: the First Bulgarian C++ Conference. I am excited of being able to establish a C++ users group in Bulgaria and to organize the technical part of the conference.
image

My .NET Development Team Launched an Online Room Rental Service at www.evenues.com

June 16, 2008
After 5 months development my .NET engineering team launched an unique service in Internet – online venues rental Web portal (www.evenues.com). eVenues is a new online service that aggregates available meeting room space and connects prospective “space renters” with “space providers”. Today, many companies have meeting room space that sits vacant for hours/days. By enabling
image

Finding the Directory Where Your Java .class File is Loaded From

June 11, 2008
Today I had to solve an unusual problem: I needed to find the directory that was used to load a specific Java .class file (the location in the file system of given .class file). I needed it because I wanted to load resources located somewhere in the classPath with file access API (not with accessable