Why one of the reasons to say that a design is bad is about deployment???



Sorry, my english is very bad.

I'm studying a example about rectangles. I don´t have the source code.

The Rectangle class has two methods shown. One draws the rectangle on
the screen, the other computes the area of the rectangle. Two different
applications use the Rectangle class. One application does
computational geometry. It uses Rectangle to help it with the
mathematics of geometric shapes. It never draws the rectangle on the
screen. The other application is graphical in nature. It may also do
some computational geometry, but it definitely draws the rectangle on
the screen.

The author of the paper say that one of the problem is "we must include
the GUI
in the computational geometry application. If this were a C++
application, the GUI would
have to be linked in, consuming link time, compile time, and memory
footprint. In a Java
application, the .class files for the GUI have to be deployed to the
target platform."

I don't understand this problem?? what means deployment??

.



Relevant Pages

  • Re: Calculate the interior of a rectangle
    ... world, where lines have only length but zero thickness, subtracting the ... My above comments deal with the API Rectangle function and not the native VB ... draws the original rectangle over and over again at offsetted coordinates. ... If you wanted to visualize this using VB's Line command (with a single ...
    (microsoft.public.vb.general.discussion)
  • Re: Calculate the interior of a rectangle
    ... Your very first post in this thread said that you were drawing a RECTANGLE, but you did not state what method you were using to draw it. ... You were asked a couple of times to do that and it wasn't until your SIXTH message that you told us you were using the Rectangle GDI funtion. ... Six hours BEFORE you posted that response I posted my own message explaining how both the native VB Line method and the Rectangle GDI method drew RECTANGLES, and in my message I told you that the VB Line method draws the rectangle "up to and including" the X2,Y2 coordinates but that the Rectangle GDI method draws the rectangle "up to but excluding" the X2,Y2 coordinates. ... Even if you attempt to trip me up by taking the specific case of a horizontal LINE as being a special case of a RECTANGLE (a single pixel thick rectangle) then my description of the RECTANGLE behaviour still holds good. ...
    (microsoft.public.vb.general.discussion)
  • Re: help with firefox/Netscape rectangle-over-image please
    ... > I have an application that draws a selection rectangle over a map ... > problem - the problem being that FF/NE initially draw my rectangle ... > var IMG; ... > function startRubber (evt) { ...
    (comp.lang.javascript)
  • Re: Calculate the interior of a rectangle
    ... My latest post was in response to a statement by Steve in which he implied that what I had said earlier about the VB Line method and / or the API Rectangle method was incorrect. ... your stuff, and in some cases you need to do that for all lines, even single pixel lines. ... whereas the API draws "up to but excluding" the second set of coordinates. ...
    (microsoft.public.vb.general.discussion)
  • Font size (Excel-Autocad)
    ... I'm writing some code that draws a Range on Autocad using the mtext ... I have some problems whit the font height. ... If "Stefano" fits in my range in acad goes outside the rectangle... ...
    (microsoft.public.excel.programming)