Search

Search Result

Thursday 24 January 2013

JLevel library Intro

JLevel library description
Kogonuso™ introduces
JLevel library
- a Java application library to write
Html-Tag-free codes inside Java.

Every serious Java application developer must have at one time
require formatting their application with a bit of html tags.
Where this is applied it stands out as html rendering is always beautiful,
but this remains hard if not time consuming to implement due to the formatting
of the html tags into standard Java String format. JLevelIn is here to solve this
problem as well as code maintenance problems that standard html tags carries with
it in Java application programing.

What is JLevel?

JLevel is a non-standard Java library that replaces Html tags inside any Java application that uses this library. It comes in two forms:
  • A java Interface file named JLevelIn.java
  • A Java Abstract class file named JLevelAb.java
    • Both files are enclosed inside a package named: com.kogonuso

What is in it for you as a Developer?

Really, nothing but blazing fast, easy to maintain, beautiful java code.
While this may not sound like alot to you, I encourage you to try JLevel and
give the verdict yourself after repeating same code in java using String html.
It is simple to use as far as you know your html to start with, as the changes you
will see are mainly in areas that will prevent use of tags, escape sequences and jiggered looking/confusing tags inside java codes. Above all you can now write html as if you are developing for the web. JLevel allows you to embed css or use inline css just as in the
case of web development. You can style based on 'id', 'class' etc properties of the
elements just as in DOM.
Tag-free html inside Java sounds crazy but try it for yourself!
  • Write less code
  • No annoying tags
  • Style like you are writing for the Browser
  • Generate well formed Html/Docs easily
  • It is free and open for all
  • As far as Java supports it, it will appear as you expected
  • Do all these inside an Array and hand it over the included method to process and present it!
Some things that you dare not wish to do in Java String-Html before: such as use of
more than 30 non breaking space tag to add horizontal padding or use of more than 15
line break tag to add vertical padding to the application text or component are now very
possible using only one of the tag like this nbsp30 or br20
Well let me demonstarate this with JLevel:
                              I am pushed to the centered with the 'nbsp30' tag



I am pushed down with 'br4' tag!

Please try JLevel and let us know what you think.

No comments: