Blog Archives

How to view android sources in Eclipse

It’s not straightforward to

Tagged with: , , , ,
Posted in Android, Software Development

Lucene spellchecker for TinyMCE

I just finished creation of Lucene based spellchecker for TinyMCE editor. It is based on the same code as the two previous ones “Jazzy-based” and “JMySpell-based“ You can download code from the jspellchecker (http://jspellchecker.svn.sourceforge.net/viewvc/jspellchecker/trunk/) All configuration for TinyMCE still the

Tagged with: , , , ,
Posted in Software Development

Howto launch android camera using intents

Instead of writing your own activity to capture the pictures you probably prefer (in most cases)  to use existent Camera activity which actually have good UI and features. It’s really easy to do, just launch it with Intent like in

Tagged with: , , ,
Posted in Android

Did-you-mean feature with Hibernate Search, Lucene and Seam. Example application

Guide to create a web-application with did-you-mean feature and full-text Lucene search.
Example code to find suggestions based on Lucene SpellChecker contribution.
Based on JBoss-Seam ‘dvdstore’ example

Tagged with: , , , , , , , , ,
Posted in Software Development

Suggestion engine with Hibernate Search and Lucene. Intro

I was inspired by the InfoQ articla Implementing Google’s “Did you mean” Feature In Java which shows the way to create the “Suggester” service based on Lucene.  Here is two more links you should read if interested in that topic

Tagged with: , , , , , , , ,
Posted in Software Development

TinyMCE JMySpell and Jazzy spellchecker implementation

In my previous post I was asked about the “May be JMySpell is a better backend.”  On that moment I don’t know the answer – JMySpell library was new to me. So, I download and implement spellchecker with JMySpell to

Tagged with: , , , ,
Posted in Software Development

How to use autofocus in Android

I’m having Android G1 device and while I’m doing the photos with integrated camera software I see that device is trying to focus before taking the photos (I hear the beep and see green border after camera is focused) But

Tagged with: , , ,
Posted in Software Development, Tips and Tricks

Conifgure JBoss mail-service for SMTP over SSL

I always have troubles with sending email-messages from my application which I host locally. The issue is that my ISP provider SMTP works only via SSL. I was able to setup Outlook to work with it and since ISP use

Tagged with: , , , , , ,
Posted in Software Development, Tips and Tricks

Creating Excel reports from java is easy

Yeah, things sometime become really easy if you choose right tools and approach. I’ve to create relatively complex Excel report which is not “die-hard” task itself (you can use Apache-POI or JExcel API) But creating the formatting with Apache-POI API

Tagged with: , , , ,
Posted in Software Development, Tips and Tricks

TinyMCE spellchecker java implementation

This article describes how to create your own spellchecker with java and use it with TinyMCE richtext-editor.
You will have an ability to include your own dictionaries and reuse that application between different web-applications.
The result will be servlet to which TinyMCE will send spell-checking requests via HTTP

Tagged with: , , , , , , ,
Posted in Software Development
Follow

Get every new post delivered to your Inbox.

Join 30 other followers