JRapid
JRapid
  • Male
  • Buenos Aires
  • Argentina
Share on Facebook Share Twitter

JRapid's Friends

  • Carl J. Mosca
  • Juan Arias
  • romano
  • wangzhenhua
  • Beth Stearns
  • Jose L. Velez
  • Carlos javier Boyán
  • Federico Zablotzky
  • nicolas rodolfo fauceglia
  • clave911
  • sat
  • Carmelo Saffioti
  • Nico Pasut
  • Francisco Marseillan
  • Daniel Soubie
 

JRapid's Page

Latest Activity

Profile Icon
Coripel commented on JRapid's blog post 'The Session class in detail'
Very useful information. Could you also post a complete example on this issue? For example, showing an alert box with the user information after he/she logs in.
Feb 15, 2011
Profile Icon
JRapid updated their profile photo Dec 16, 2010
Profile IconProfile Icon
romano and JRapid are now friends Dec 15, 2010
Profile Icon
JRapid replied to Jose L. Velez's discussion 'Excel Import'
I was planning some weeks ago to write an article about POI integration in JRapid applications. Perhaps this can be a good moment to write it. Sooner or later we will integrate POI to JRapid, I think it will be a great feature as it is a common…
Sep 9, 2010
Profile Icon
JRapid replied to Jose L. Velez's discussion 'Excel Import'
Hi Jose, you can also enable your JRapid application to import data from Excel using Apache POI, a Java library to deal with MS Office documents. http://poi.apache.org/spreadsheet/index.html Bye !
Sep 5, 2010
Profile Icon
JRapid updated their profile Aug 30, 2010
Profile Icon
JRapid commented on JRapid's blog post 'Singleton your JRapid Services'
Ups, thanks !
Aug 27, 2010
Profile Icon
German commented on JRapid's blog post 'Singleton your JRapid Services'
Congrats Nicolas, nice article! check out that your first example's method signature says: public void pokeUser (User toUser, User toUser) { Surely you meant public void pokeUser (User fromUser, User toUser) { (like in the last one)
Aug 27, 2010
Profile Icon

Singleton your JRapid Services

Hi ! In this post I'll explain the Singleton Pattern and how you can use it to increase the performance of your web applications, specially in JRapid's.There is no need to use a Profiler to know that the Java 'new' operator increases the memory allocation in the heap. The JVM's heap stores all objects created by an executing Java program. Objects are created by Java's "new" operator, and memory for new objects is allocated on the heap…See More
Blog post by JRapid Aug 27, 2010
Profile Icon
JRapid replied to Carmelo Saffioti's discussion 'Reports and Graphs'
Hi Carmelo, take a look a this: http://wiki.jrapid.com/w/Googlecharts Bye !
Aug 10, 2010
Profile Icon

JRapid's Eclipse plugin: User manual

In this post you will learn all about the JRapid's Eclipse Plugin.IntroductionJRapid developed an Eclipse Plugin for developers to manage their JRapid projects from a powerful and tested desktop IDE.Despite the JRapid's web IDE counts with all the necessary tools for developing any kind of web applications you will find it is more comfortable to work with the Eclipse IDE in cases like writing Java, JavaScript, CSS, etc code.The plugin allows developers to develop application sources locally and…See More
A blog post by JRapid was featured Aug 7, 2010
Profile Icon
JRapid replied to sat's discussion 'New bie question, trying to use Subset feature unsuccessfully. Any help is appreciated..'
Nice to hear that ;). We always welcome users feedback. You can try adding widgets and views to your app. From the IDE go to the Community menu > Import Widget or Import View.
Jul 31, 2010
Profile Icon
JRapid replied to sat's discussion 'New bie question, trying to use Subset feature unsuccessfully. Any help is appreciated..'
Hi sat, I added myself to your project as developer ;) The problem you were having was the '_' character of your "Time_tracking" entity name. I changed it to "TimeTracking" and the subset worked. Besides it's a bug…
Jul 30, 2010
Profile Icon
JRapid replied to sat's discussion 'New bie question, trying to use Subset feature unsuccessfully. Any help is appreciated..'
sat I think you didn't read my reply above the one in which I posted the link. There I posted the XML code for the subset.
Jul 30, 2010
Profile Icon
Profile Icon
JRapid replied to sat's discussion 'New bie question, trying to use Subset feature unsuccessfully. Any help is appreciated..'
Hi. I'll see later why the restriction didn't work.
Jul 29, 2010

Profile Information

What kind of company do you belong to?
In-House IT Area of Company
What technology do you work with
Java, JavaScript, HTML

JRapid's Blog

JRapid

Singleton your JRapid Services

Hi ! In this post I'll explain the Singleton Pattern and how you can use it to increase the performance of your web applications, specially in JRapid's.


There is no need to use a Profiler to know that the Java 'new' operator increases the memory allocation in the heap. The JVM's heap stores all objects created by an executing Java program. Objects are created by Java's "new" operator, and memory for new…
Continue

Posted on August 27, 2010 at 9:30am — 2 Comments

JRapid

Throwing Service and Confirmation Exceptions

Hi. In this post I'll briefly explain how to throw JRapid Exceptions.


JRapid offers you two different Runtime Exceptions in the com.jrapid.exception package. These are:


  • ServiceException
  • ConfirmationException


Like all Runtime Exceptions, they can be thrown from any part of your Java code. Commonly you will want to log all the exceptions of your application in a txt file…
Continue

Posted on July 14, 2010 at 12:00pm

JRapid

Introducing JRapid WebForms (Part 2): Embed forms in Ning Networks

Hi ! In the first part of this post I introduced JRapid WebForms which, synthetically speaking, allows non-programmer users to embed and manage web forms in their websites.


In this post I will explain you how to embed a WebForm in a Ning network as a Ning…
Continue

Posted on April 28, 2010 at 12:00pm

JRapid

Introducing JRapid's WebForms (Part 1)

Posted on April 24, 2010 at 11:00am

Comment Wall (2 comments)

You need to be a member of JRapid Community to add comments!

Join JRapid Community

At 12:18pm on July 14, 2010, Ignacio BergmanIgnacio Bergman said…
hi nicolas!
At 8:42pm on April 14, 2010, Damián DoméDamián Domé said…
Thanks nicolas! it's great to do something for the environment.
 
 
 

© 2012   Created by JRapid Community Manager.   Powered by .

Badges  |  Report an Issue  |  Terms of Service