Thursday, February 26, 2009

HTTP proxy

HTTP proxy servlet has been updated. Now it should correctly proceed HTTP status codes. Your feedback is welcome as usually.

Tuesday, February 24, 2009

Mobile bookmarks

One of the problems for the mobile web development is a bookmarking. The bookmarking on the mobile browser could be not very user-friendly, and also you can't always see the URL of the site while you are browsing on mobile. One of the possible solutions here belongs to micro-formats deployment. You can present a hCard card / VCF card and load site's URL right into mobile address book. See examples here. And here hCard taglib from Coldtags suite could help - you can easily build hCard with this component. It is a hCard creator for JSP.

Monday, February 23, 2009

Coldtags suite ver. 3.60

A new version of Coldtags suite is ready. A largest set of custom JSP taglibs over the Net offers 360+ Java web components.
P.S. Interesting, we see a lot of Coldfusion developers used our components during the last several months. It looks like Coldfusion is back.

Sunday, February 22, 2009

Smart Cards Web Server

Innovation Award of Simagine 2009 contest goes to Russia.
This project suggests a new approach for smart cards development. It uses Smart Cards Web Server as a bridge for the mobile web development. Exposing all the card features as servlets we can allow mobile web developers deploy smart cards features in the web projects without any knowledge to Smart Cards API. For example, for JSP developers smart card features are available just as ordinary custom taglib. Feel free to contact us if you need more details.

Saturday, February 14, 2009

Annotated links

Mashups news: Annotated links has been updated. And a new version of API provides custom JSP taglib lets you pack links right from your JSP (and/or Coldfusion) applications. See details here.
The following component from our Coldtags suite does the job: Annotated links taglib.

Thursday, February 12, 2009

Mobile video sites creator

Our mashup Mobile video sites generator has been updated as well as the components used for access to YouTube API

Wednesday, February 11, 2009

Tuesday, February 10, 2009

JSOS ver. 6.20

Coldbeans Software announced the next milestone in JSOS (servlets office suite) development. JSOS reaches the version 6.20. This largest collection of Java servlets and filters provides 125+ "out of the box" components ready for building web-pages.

One of the biggest parts is the rich set of filters. Package includes such components as XML and WML transcoding, access restriction, traffic restriction, caching, profiling etc.

All components are configurable, so you may incorporate them into your own design frameset. Components from JSOS do support WAP/WML, so the same set of components can be used for wireless users too. At this moment JSOS provides a largest set of servlets and filters over the Net.

Check out more here: http://www.servletsuite.com

Monday, February 02, 2009

Secure file exchange

Mashup Protected notes lets you prepare password protected note so the authorized people only can access to. And now you can attach files to your text notes. The main idea is the same - publish private information on the public sources. E.g. put limited access data in your public Twitter line etc.

Sunday, February 01, 2009

Captcha servlet

The simplest solution for captcha deployment in Java web applications: Captcha servlet