Eclipse

If you upgrade to Ubuntu 9.10 and then eclipse buttons stop work.

 

There is some bug in eclipse regardes to SWT on GTK

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307 this bug is fix in eclipse 3.6 M2

 

There is workaround to set System enviorment in the shell you start eclipse from.

 

export GDK_NATIVE_WINDOWS=1

 

 

 

 

 

 

itai 02/11/2009 - 10:39

While configuring my client model with Hibernate Search annotations
I encountered the following problem:

<pre class="brush: java;"> 

@Entity
@org.hibernate.search.annotations.Indexed
public class Form {
    ....
    @org.hibernate.search.annotations.Field   
    private String name;
   
    @OneToMany(cascade = CascadeType.ALL)
    @JoinTable(name = "join_form_input", joinColumns = @JoinColumn(name = "form_id"), inverseJoinColumns = @JoinColumn(name = "input_id"))
    @org.hibernate.search.annotations.IndexedEmbedded
    private List<Input> fields = new ArrayList<Input>();
   
    ....
}

gad 12/07/2009 - 22:23

I presume that there are several graphic designer plugins of GWT for Eclipse. I wonder which one do folks in the community use, if any. 

Itsu Tamam 16/11/2009 - 06:26

The recently announced availability of developer tools for Google Chrome. is now released as ChromeDevTools, which enables JavaScript debugging using Eclipse.

 

http://blog.chromium.org/2009/08/google-chrome-developer-tools-for.html

shachar 05/08/2009 - 12:33

Here's the link:

 

 

natan 30/06/2009 - 15:45

Natan and Yanai are going to lecture at coming Eclipse DemoCamp

 

Time and Date

June 25th, 17:20

 

Location

Zend Technologies (http://www.zend.com)
12 Abba Hillel St.
Ayalon Building, 12th Floor
Ramat Gan, Israel 52506

lior.kanfi 16/06/2009 - 23:34

Say you want to build a web application and you want to use Seam for integrating standard technologies like JSF and EJB. Furthermore, you want to use the power of Maven to build your project for different environments, on different systems (like you continuous build system) and use its' rich reporting features to get an overview of the code quality of your project. And of course you want to use a good IDE, like Eclipse with JBoss tools to aid you in development. How does one go about setting up all these things?

 

Read more at http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-deve...

 

 

lior.kanfi 08/06/2009 - 09:12

Author believe that main problem of anonymous inner classes is not their a somewhat limited semantic (yeah, they aren't real full blown closures!) but verbosity of declaration. While it is not difficult to write anonymous inner classes using completion and/or templates in java editor, reading of such structures can be really hurting.

code.google.com/p/lambda4jdt/

keren 02/02/2009 - 17:46

This is an Eclipse editor tool to provide source code formatting for Adobe Flex code (i.e. Actionscript and MXML). I've provided a small set of formatting options which hopefully covers the most popular coding conventions.

sourceforge.net/project/showfiles.php

 

keren 04/01/2009 - 08:26
Syndicate content