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

 

"One of the common myths about open source software is that it is developed by communities of individuals. It is a myth that continues to propagate despite multiple sources of data that show the depth and breadth of corporate contributions to open source software."

 

"individuals are prominent in many Eclipse projects as well – dominating the Eclipse Communications Framework and GMT projects for example."

hagzag 18/07/2011 - 14:40

JBoss jBPM is a flexible, extensible workflow management system. jBPM combines easy development of workflow-applications with excellent enterprise application integration (EAI) capabilities. it includes a web-application and a scheduler and can be used in the simplest environment like an ant task and scale up to a clustered J2EE application.
The jBPM enables the creation of a workflow management system that bridges the gap between managers and developers by giving them a common language: the JBoss jBPM Process definition language (jPdl).
This article is an introduction and hopefully will help you start using JBPM easily and fast enough. As a first step you can take a look at this reference jbpm reference guide

 

oded 25/04/2010 - 09:43

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
Syndicate content