mjustin
|
Registered User
|
Software developer for Delphi™ and the Java™ platform, SCJP, SCJA
|
|
1h |
revised |
How to get the current logged on user, including domain in Delphi 2009? edited tags |
|
18h |
accepted | How to get the current logged on user, including domain in Delphi 2009? |
|
19h |
comment |
How can I add a InterBase JDBC connection pool in GlassFish V3? The same URL works fine in a simple JDBC test. I will accept you answer so that the points will not be lost ;) |
|
19h |
comment |
Any active Bold for Delphi users ? Maybe for Delphi 2010? |
|
19h |
revised |
How to get the current logged on user, including domain in Delphi 2009? added 413 characters in body |
|
19h |
comment |
How to get the current logged on user, including domain in Delphi 2009? If the COM abject is called from the code behind for a web form page, you can try to set ASPCOMPAT property of the web form page to true. See new links in my answer. |
|
20h |
revised |
How to get the current logged on user, including domain in Delphi 2009? added 186 characters in body; added 11 characters in body; added 99 characters in body |
|
20h |
comment |
How can I access Blackfish for Windows over JDBC? Thes files are not included in Delphi 2009. Blackfish however is installed and running as a service. Is there a way to download these files? |
|
20h |
comment |
How to get the current logged on user, including domain in Delphi 2009? How do you call the Delphi application from ASP.NET? Can you show some code? |
|
22h |
revised |
How to get the current logged on user, including domain in Delphi 2009? added 166 characters in body; added 227 characters in body |
|
22h |
comment |
Multiple Database Access with Delphi Delphi MMVI = Delphi 2006? |
|
22h |
asked | How can I access Blackfish for Windows over JDBC? |
|
22h |
comment |
Windows Authentication in a COM object called from ASP.NET So the web server can use the COM object access the SQL server using impersonation, but the same COM object does not see credentials? Check out for a similar problem (double-hop) and 'delegation': stackoverflow.com/questions/190961/… |
|
22h |
answered | How to get the current logged on user, including domain in Delphi 2009? |
|
1d |
revised |
Сatch the start applications added 168 characters in body; added 42 characters in body |
|
1d |
revised |
Сatch the start applications deleted 279 characters in body |
|
1d |
revised |
Interbase Error: SQLDA missing or incorrect version, or incorrect number/type of variables edited tags |
|
1d |
answered | Сatch the start applications |
|
1d |
revised |
How can I add a new application / new file wizard to the Delphi IDE “New …” dialog? deleted 16 characters in body |
|
1d |
revised |
How can I add a new application / new file wizard to the Delphi IDE “New …” dialog? added 106 characters in body; added 399 characters in body; edited title; edited title |
|
1d |
revised |
Should I start my new shareware project in C# or Delphi? added 314 characters in body |
|
1d |
comment |
Should I start my new shareware project in C# or Delphi? You can not do pointer arithmetic with an object reference. A NullPointerException will not cause code to leave the virtual machine memory - it will be handled in the sandbox. |
|
1d |
asked | How can I add a new application / new file wizard to the Delphi IDE “New …” dialog? |
|
1d |
answered | Should I start my new shareware project in C# or Delphi? |
|
2d |
awarded | ● Popular Question |
|
2d |
comment |
Convert this php digital signing to Delphi how do the result strings look like? Maybe they are simple byte sequences which are not base64 encoded? Is their length correct? |
|
2d |
comment |
my GetHttp works with HTTP but HTTPS returns invalid data IIRC it has the advantage that no special SSL libraries are needed because it uses the built-in SSL libraries of the operating system. |
|
Nov 23 |
comment |
Where can I find good unit testing resources for EJB and J2EE? Yes! Both!! The more the merrier ... :) |
|
Nov 22 |
comment |
Remote Servlet Comms Why does isAvailable() have to be implemented in the Servlet class then? I would moved it into a common "service layer" package. |
|
Nov 22 |
comment |
Can I create an object of the same type as itself? The constructor needs to be declared virtual, otherwise the constructor code will not be executed: stackoverflow.com/questions/791069 |
|
Nov 22 |
revised |
How do I access a text file from within my war edited tags |
|
Nov 22 |
answered | Remote Servlet Comms |
|
Nov 21 |
answered | How do I see what queries are running on an interbase database |
|
Nov 21 |
revised |
Where can I find good unit testing resources for EJB and J2EE? added 50 characters in body; added 55 characters in body; added 53 characters in body; added 135 characters in body |
|
Nov 21 |
answered | Where can I find good unit testing resources for EJB and J2EE? |
|
Nov 18 |
revised |
Where can I find good unit testing resources for EJB and J2EE? added 12 characters in body |
|
Nov 17 |
comment |
Lightweight Java database with Maven plugin for starting/stopping? +1 it works like a charm :) |
|
Nov 17 |
revised |
Lightweight Java database with Maven plugin for starting/stopping? edited tags |
|
Nov 17 |
comment |
Lightweight Java database with Maven plugin for starting/stopping? A quick search did not find SQLite available from a Maven repository - so Java DB / Derby and HSQLDB are still the only ones which can be used just by adding a <dependency> entry in the Maven project. |
|
Nov 17 |
revised |
Lightweight Java database with Maven plugin for starting/stopping? edited title |
|
Nov 17 |
comment |
Lightweight Java database with Maven plugin for starting/stopping? continuous integration, unit tests, demonstrations with as little interaction and configuration as possible - just launch "mvn test" and then use JPA to create a table for example |
|
Nov 17 |
asked | Lightweight Java database with Maven plugin for starting/stopping? |
|
Nov 16 |
comment |
Unicode Console Application in Delphi 2009 This sounds like reinventing the wheel since there is already a article which reads like "Homer's Odyssey": edn.embarcadero.com/article/39022 |
|
Nov 15 |
comment |
Where can I find a complete Maven Cargo plugin example for EJB tests? Works great - your help is very appreciated! |
|
Nov 15 |
answered | Where can I find good unit testing resources for EJB and J2EE? |
|
Nov 15 |
comment |
How can I set the default file format in the Delphi IDE to UTF8? This does not change the default file format for new files to UTF8, it has an effect only for the current file. |
|
Nov 15 |
asked | How can I set the default file format in the Delphi IDE to UTF8? |
|
Nov 14 |
comment |
Is there a Delphi IDE plugin for XML file editing, validation, formatting? Validation of an XML file which is open in the editor is no rocket science using the already built-in support for MSXML which can do schema validation, and formatting too. It looks like a business opportunity if I think of the price for XMLSpy ($200 and up) ;) |
|
Nov 14 |
comment |
Where can I find a complete Maven Cargo plugin example for EJB tests? I found some problem reports for UndeclaredThrowableException in JBoss which seem to indicate that the test is not using the correct version of the client jar files. I used 5.1.0.GA in the POM and this is also the installed server version. Comparing all Jar files will take some time :) |
|
Nov 14 |
comment |
Where can I find a complete Maven Cargo plugin example for EJB tests? Your are right, but after fixing it here the test still fails with the same error. |
