i noticed there's been a lot of news about WSAD. for all you Jtest users, there's a paper about how to use unit test with WSAD and Jtest. it gives pretty...
oops, sorry...it's www.parasoft.com/websphere20a At 11:05 PM 1/31/03 +0000, you wrote: i noticed there's been a lot of news about WSAD. for all you Jtest ...
Erik, I read your articles and was wondering if writing your own Applet that implements RMI was the only way to implement callbacks. Your articles talk about...
Siegfried, Just some clarifications - I didn't actually write the applet. The applet is part of MSRS (Microsoft Remote Scripting). There is an alternate...
SPECIAL NOTICE: Due to our increased attendance, DenverJUG is pleased to announce a new location for its' monthly meetings. We will be meeting at the Qwest...
I've been looking at http://c2.com/cgi-bin/wiki? ObjectRelationalToolComparison and I feel a bit overwhelmed! It is truly a great page, but it might be too...
I have OR tool Torque quite a bit like it a lot.. .. .. Ven Jayram ... From: <sieg_heintze@...> To: <djug@yahoogroups.com> Sent: Monday, February 10,...
Ven Jayram
vjayram@...
Feb 11, 2003 4:59 pm
782
This is perhaps obvious, but one place to start is figure what level of 'standards' (e.g., JSR) compliance you're looking for. If using or selecting an app...
Owen S. Newnan
osnewnan@...
Feb 11, 2003 5:34 pm
783
Hi Owen, Thanks for the mention. SolarMetric's VP of Engineering, Patrick Linskey, will be doing a presentation the Denver BEA User Group on March 3rd. It...
Hi All, There is may be first OR Mapping Tool - TopLink (www.webgain.com/products/toplink/) . I've worked with it in 2000 yet and there was version 3.0. It's...
Renat
ryanbekov@...
Feb 12, 2003 1:42 am
785
[These tools are NOT JDO implementations. If you're looking for JDO implementations just visit the page http://www.jdocentral.com/.] Note Oracle claims to...
Owen S. Newnan
osnewnan@...
Feb 12, 2003 2:36 pm
786
Has anyone used Jakarta OJB in a production environment? ... (http://otn.oracle.com/products/ias/toplink/content.html). ... ...
All, We have successfully used a JDO implementation "Castor" from exorlab.org from multiple projects and it has worked really well. Obviously, it is not a...
CPM Beans are the better solution for the LARGE(HEAVY) projects. But the tools like TopLink/Hibernate/e.t.c (used Reflection) is the better for the light...
Renat
ryanbekov@...
Feb 12, 2003 6:40 pm
789
you are absolutely correct. In Castor's defence (I am not their salzy guy) : the Sun JDO specs came long after Castor was there. In my experience Castor...
[We have successfully used a JDO implementation "Castor" from exorlab.org ] Depending on requirements Castor may do the trick. However, I believe it's only...
Owen S. Newnan
osnewnan@...
Feb 12, 2003 6:41 pm
791
Just one last reminder that tonight's DJUG meeting on JMX is not at DU. It's at the Qwest Auditorium in downtown Denver. The address is: 1005 17TH ST DENVER,...
CMP Beans are the better solution for the LARGE(HEAVY) projects. But the tools like TopLink/Hibernate/e.t.c (used Reflection) is the better for the light...
Owen S. Newnan
osnewnan@...
Feb 12, 2003 11:25 pm
793
Yes, you're right. It’s not such simple as it looks. ... Yes, you're right. But don't forget that Entity Beans not just a "Database Rows". It can be more...
Renat
ryanbekov@...
Feb 13, 2003 11:31 pm
794
At last nights' Basic Concepts meeting someone asked if the MySQL Control Center is available for MacOSX, according to MySQL ( ...
XP Denver's February meeting is scheduled for Monday, February 24th at the Qwest Auditorium in Downtown Denver. Doors open early at 6:00pm for networking and...
Size of the project does not determine what technology to use. It is more driven by the project requirements. People that are data centric may suggest CMP but...
I'm having trouble getting my mind around JDO. I'm studying Robin Roos's Book and I cannot find where it explains that JDO emits DDL! Does JDO emit DDL code or...
As I understand it, much of the purpose of the JDO specification is to provide transparence as to what persistent store is used (e.g., RDBMS or OODBMS). Thus...
Owen S. Newnan
osnewnan@...
Feb 18, 2003 3:00 pm
799
Because of Ryan Graham's questions about Control Center for MacOSX, I asked the US sales representative if there was any schedule for the release of Control...
JDO VS Entity Beans is very interesting. Entity Beans are very data centric and they are very restrictive. When we are thinking of objects, we think of...
That is very true. When we are thinking in objects, we will be thinking of how to store our obejcts in some kind of persistent store. JDO specification does...
Hello All, ... There is the XDoclet (http://xdoclet.sourceforge.net/) that huge decrease the generation step. You just place descriptions into the JavaHelp...