-
Now you can install on windows and create a service.
2008-02-20 01:21:41 UTC in ScreenJournal
-
Support for Linux, the others are coming...
2008-01-30 06:43:25 UTC in ScreenJournal
-
romson registered the ScreenJournal project.
2008-01-21 15:07:59 UTC in ScreenJournal
-
You need to reply on the mail I sent you yesterday so that I'll get your address.
2007-07-17 10:36:38 UTC in hibernate4gwt
-
I write it all here for future reference
Now I have done two poms, one for the actual hibernate4gwt application and one for the sample. The tests do not work. Is probably trivial for you but not for me. I get the same when I run it in intellij so it shouldn't be configuration issue.
Anyways:
First edit settings.xml (usually found in the .m2 directory ("c:\Documents and...
2007-07-17 08:43:00 UTC in hibernate4gwt
-
Mailed.
2007-07-17 08:30:44 UTC in hibernate4gwt
-
Aha that explains the ant-file with the lacking gwt compiling
I use intellij.... Which has no support for gwt 1.4 yet. I'll go it one more go this evening.
2007-07-16 09:56:44 UTC in hibernate4gwt
-
JSNI: ok, well GWT is a bit new for me. So I'll probably have a number of stupid questions. However I know Maven :-)
Yes I suppose that the gwt maven plugin does some additional check (or something) and I think that it complains that you haven't defined an entry point. How do you do a GWT compile on this project? From the actual command *I'll probably work it out. That is the parameters when...
2007-07-16 08:24:48 UTC in hibernate4gwt
-
Hi
I checked out from svn and I have a number of problems.
First of all. It doesn't compile for me
----
c:\java\hibernate4gwt\src\net\sf\hibernate4gwt\emul\java\sql\Timestamp.java:[25,
7] java.lang.Comparable cannot be inherited with different arguments: <> and <ja
va.util.Date>
c:\java\hibernate4gwt\src\net\sf\hibernate4gwt\emul\java\sql\Date.java:[22,7] ja...
2007-07-16 07:28:08 UTC in hibernate4gwt
-
Hi,
I'm looking into an application that will use hibernate4gwt and J2ME. I think that it would work fine but I can't use exactly the same classes (J2ME is limited).
I was thinking about changing hib4gwt so that it would map between classes. That is in LazyKiller, use:
return replicator.copy(hibernatePojo,<target class>);
instead of
return replicator.copy(hibernatePojo);
I...
2007-07-14 11:56:29 UTC in hibernate4gwt