Seva at Eclipse

Seva Lapsha working on Eclipse PDT project

Archive for the 'integration' Category

Programming in Scala

Posted in development, eclipse, future, integration, java, leisure, scala, software, thought on July 5th, 2009 | No Comments »

Got the Programming in Scala eBook. I hope to get time and build an experimental Eclipse Plugin with it.

[ Back to top ]

Eclipse Galileo RC1 Update Manager RT Equinox P2 is still not good enough for me yet

Posted in eclipse, integration, java on May 21st, 2009 | 4 Comments »

I’ve just failed to install JDT over clean Eclipse Platform RC1 (and this time a bug has been opened):
An error occurred while installing the items
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null –> [R]org.eclipse.ant.ui 3.4.0.v20090504, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
Error while loading manipulator.
Error while loading manipulator.
Retrying causes the message immediately. Reverting to the previous installation stage does not help. Restarting does not [...]

[ Back to top ]

Eclipse Maven Integration

Posted in development, eclipse, integration, java, software, unit testing on February 20th, 2009 | 2 Comments »

Honestly, I was pretty unsure regarding Maven at all. “Why should I port my projects from Ant, where everything is plain, simple and predictable? Single point integration jars are connected to their dependent projects, shared ones are extracted to a Libraries project. Deployment is as easy as checkout and build…” - I convinced myself.
But soon [...]

[ Back to top ]

Aptana “steals” PDT code

Posted in development, eclipse, integration, java, pdt, php on January 5th, 2009 | 5 Comments »

Aptana “steals” PDT code

[ Back to top ]

Prototype styled Google Analytics javascript snippet

Posted in development, html, integration, java, javascript, leisure, prototype, web on August 11th, 2008 | No Comments »

Recently I’ve created a prototype styled javascript snippet to enable google analytics on one of my sites. Save this code in google.analytics.js file and include it from the head tag of the page just after including of the prototype.js:
gaTrackerId = ’ss-ddddddd-d’; // insert your tracker id here
document.observe(’dom:loaded’, function() {
var gaJsHost = (
(’https:’ == document.location.protocol)
? ‘https://ssl.’
: [...]

[ Back to top ]

Why Eclipse Equinox P2 Update Manager is not good enough for me yet

Posted in eclipse, integration, software on May 16th, 2008 | 7 Comments »

As you all know in Eclipse 3.4 there is a new Update Manager (more correctly - Plug-in Manager) which is intended to be better.
The update managing side of it is an improvement indeed. But the first thing raised my alertness is there is no place to point where do I want my selected plug-ins to [...]

[ Back to top ]

Zend Studio for Eclipse Release & cetera

Posted in development, eclipse, future, integration, java, past, pdt, software, unit testing, zend studio on January 22nd, 2008 | No Comments »

Dear diary,
I have 2 news for you today.

Today we successfully released Zend Studio for Eclipse. My contribution to it, beyond PDT commitments, is Sebastian Bergmann’s PHPUnit testing framework integration plug-in, File Network support, Organize Includes and other parts of Refactoring engine, Code Coverage browser… well, it seems that’s it. Maybe several additional, but minor [...]

[ Back to top ]

Integration of Zend Framework and Prototype Ajax

Posted in ajax, form, html, integration, javascript, php, prototype, zend framework on October 29th, 2007 | 2 Comments »

Last two days I’ve worked on implementing an example of integration of Zend Framework’s MVC and Prototype’s Ajax for HTML Forms submission and validation.
The solution consist of 2 parts:
1. There is a new View Helper to create an Ajax-enabled form.
This part mostly consists of JavaScript code, which alters default HTML Form behavior to submit the [...]

[ Back to top ]

Debug PHP and JavaScript simultaneously

Posted in atf, eclipse, integration, javascript, mozilla, pdt, php, zend studio on October 20th, 2007 | No Comments »

Yesterday me and Roy had a brainstorm session on future Zend Neon (Commercial version of PDT) and ATF integration and “occidently” found a way of debugging of an URL with both Zend’s PHPand Mozilla’s JavaScript debuggers in one session.
Surprise! It’s possible with neither patching nor hacking. I’m not going to show the exact steps of [...]

[ Back to top ]

Recent Posts

Archives

Categories

Meta