Showing posts with label Lucene. Show all posts
Showing posts with label Lucene. Show all posts

Sunday, August 03, 2008

Next stop: Florida!

dklogo

I didn’t want to say anything but a few days ago Milano mentioned it in a post in our forum so I guess that gave me the green flag :)

We are now working on the next version of DeKlarit code-named “florida”. We want to add a lot of new stuff but I think one of the most important features will be the Silverlight addin which will let you create web applications with Silverlight controls. We are still in the process of making a few decisions like, will it be a full Silverlight app or will it have aspx pages as containers for the Silverlight controls? We believe the second is the best choice right now since we have two excellent web addins and we can use the navigation logic we already have in those. That means it will be pretty easy for you to migrate your current WebGenerator generated app to a brand new Silverlight app. Cool uh?

Also, we’re thinking on REST support for our WCF addin, WPF for a fully funtional WinGenerator addin independent of third party controls, something you guys’ve been asking for, and full text search in generated applications among others. Also, I have to work on our security features for the generated apps and add a few features like allowing a user to change his password, sending conformation emails and more.

So if you have any suggestions, now is the time. I can’t assure you we’ll implement them all but we’ll surely keep’em under the radar.

 

Read the full thread of the “announcement” here.

Read Full Post

Tuesday, June 03, 2008

Introducing Goomez

GoomezLogo2Goomez started as a test. I wanted to create an application that given a server it could crawl all the shared folders of the server. So I stared googling around and I found it. There I was, with a program that could "know" the names of the shared folders on a server, but what could I do with that?
So I thought, "well, I could create a crawler to get info from the servers, save that data in a database and the query the tables if I want to know whether I file or program I'm looking for, is in fact, in any of my servers". So that's how Goomez was born.
It changed a bit after Milano's suggestion to use Lucene.net, but now Goomez is what we use at Artech when somebody wants to find a software installer.

Today I decided to make it public. It has no tricky license or anything like that, I created a space in Assembla Google Code so you can download the source code and do whatever you want with it. Also, you can upload some fixes or new features, I'll be approving the changes (at least for now) in case somebody breaks anything.

As I mentioned before, Assembla has a wiki and some other stuff that I plan to use like the tickets and files. (Edit: Google Code also has a wiki)

One more thing. This software is being released as is with a full "works on my machine" certification. works on my machine

Oh! I almost forgot... here's the link to the space. Enjoy!

EDIT: The Goomez project is no longer hosted in Assembla. We moved to Google Code at http://code.google.com/p/goomez

Read Full Post