January 04, 2012
On Mon, 02 Jan 2012 17:16:13 -0000, bls <bizprac@orange.fr> wrote:

> On 01/01/2012 12:22 AM, Jimmy Cao wrote:
>> GUI library for Windows.  Pretty easy to use.
>
> ... and should be named Forms4D

Or DForms (like WinForms from C#), or perhaps DFormed :p

> I definitely like this library. Pretty straight OOP, Each DOTNET Forms developer will immediately  feel at home. New liberal license. Just cool!

Cool, I should take a look at it :)

R

-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/
January 04, 2012
On Monday, 2 January 2012 at 16:21:16 UTC, bls wrote:
> WHY PostGres ? Callback notifications/ Server-side events ... not available in MySQL. (which you prefer in your framework)

Aye, I've done some postgres, but since my main work app
uses mysql I haven't spent a lot of time on it.

While basic queries I'm pretty sure work right, I haven't used
any of the more advanced features (partially because mysql doesn't
have any).

> SOAP/REST  is (in our case) needed to f.i. obtain prices. (https tunneling seems to be good enough (tm) )The other need for SOAP/REST (I am not sure if should go this way) is to access the SaaS application to receive certain informations/to add an potential clients, reuests, what the heck. ) In this case we have to establish a WSDL/REST - maybe oData Service.

Right now, I think this could be done with my stuff, but it
doesn't really exist yet.

There's http api like things available in web.d, but it isn't
SOAP or have WSDL... again, it just hasn't come up for me.


I was replacing php with D more than replacing Java :)



It's slowly growing though! As stuff comes up that I
need for me, I'll write it.
January 04, 2012
Nobody stops you to fill the gap with your own code...

-- 
Dejan Lekic - http://dejan.lekic.org
January 06, 2012
On 01/01/2012 04:02 PM, Steve Teale wrote:
> On Sat, 31 Dec 2011 20:28:43 -0800, bls wrote:
>
>>      Not yet available. In case that Steve Teale (and he did a dammed
>> good Job, as well as Piotr) will add std.database this will not change
>> the situation significantly. 'Cause std.database will contain just
>> rudimentary DB support..  A Database independent, ORM based library
>> module is not even matter of discussion. That's a  pity.
>>
>>
> Bjoern,
>
> Even being retired does not mean there's nothing else to do but D library
> components. I didn't get back to you yet because I'm busy making
> furniture for our expanding little enterprise here, and because of the
> holidays, and because I need to lose a few kilos off the belly that
> magically appeared while I was doing nothing but sit in front of a
> keyboard.
>
> Also I'd say for rudimentary I'd want to say basic. There's a slight
> difference.
>
> I'll be back.
>
> Steve
>
> But don't put the database stuff
>

	Could the result type of the query be

	Variant [][][string] resultSet;

	... and the string would be something like.

	"data"	 //original data returned by the query
	"changed"
	"columnNames"

	"bgColor"

	or does it need something more specialised?
1 2
Next ›   Last »