Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java WYSIWYG HTML editor [closed]

I'm working on a project and need a simple, free, Java HTML WYSIWYG editor. Can anyone point me in the right direction?.

It only has a small space to fit into, so something fairly simple would be best.

like image 353
Kyle Avatar asked Dec 12 '09 13:12

Kyle


People also ask

Is WYSIWYG still used?

WYSIWYG stands for “What You See Is What You Get”—meaning that you're able to see the rich text as you're writing it (sweet, sweet instant gratification). Nowadays, you can find WYSIWYG editors scattered all over the internet, sprinkled into all sorts of web applications.

Is there a Wysiwyg HTML editor?

There are many WYSIWYG HTML editors with a variety of features and capabilities. You can choose a website builder, a CMS that includes a WYSIWIG editor, or an external editor. This range of choices can make it hard to pick the best solution for your business.


2 Answers

I was searching for the same stuff. Have a look at these two solutions:

  • SHEF(LGPL)
  • Sferyx HTML Editor (Commercial)

I've found another, very nice solution: Use a JFXPanel to incorporate the HTML WYSIWYG editor component that's included in the latest versions of JavaFX. This is the way i'll go.

like image 161
dajood Avatar answered Oct 11 '22 11:10

dajood


Ekit seems fairly light (160Ko in one jar, source and jar here)

http://www.hexidec.com/images/ekit.png

like image 23
VonC Avatar answered Oct 11 '22 12:10

VonC