Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] eu.geclipse.test.framework.simpletest

Hi Mathias,

indeed this plug-in uses SSL connections but still not all of this functionality is in SSH console we have. E.g. dynamically creation of truststore. And this factory in fact is not only for SSL connections (as a factory it handles all kind of connections directly to hosts). You're right - reinventing the wheel is a waiste of resources, but sometimes the functionality is so simple that it is faster to write sth from scratch then to understand and find appropriate API, and... to add more dependencies to other plug-ins.


Kasia
Dnia 05-02-2008 o 11:53:48 Stuempert, Mathias IWR <mathias.stuempert@xxxxxxxxxx> napisaƂ(a):

Hi All,


I have a question to the above mentioned plug-in. I found a class there
called ConnectionFactory which obviously handles SSL connections. Now
why was this implemented? Did you not think about the SSH console we
already have? So obviously we already have functionality to open SSL
connections. Why did somebody waste resources here with reinventing the
wheel?


This is a very general comment. Before mindlessly starting with coding
fancy classes one should rather think about the functionalities of these
classes and if this functionality is not already there. If you are not
sure please ask. Everything is better than wasting resources like this.


Cheers, Mathias




Back to the top