The Artima Developer Community
Sponsored Link

Java Buzz Forum
J2MEUnit and MicroLog Server Transport

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
J2MEUnit and MicroLog Server Transport Posted: May 12, 2006 8:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: J2MEUnit and MicroLog Server Transport
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
I had to rethink how to implement sending J2MEUnit and MicroLog results to a server to integrate with an incremental build server set-up such as CruiseControl. What is commmon to both libraries are mtehdos to send output to console and screen. Thus, if I make an utility library that modifies this to send to server, perhaps?

The idea is to keep very simple let the server worry about the formats of information being sent over and we are not even using something XML based as format until it hits the server to avoid parser bloat on the device side. Part of the challenge is that we are dealing with two environments; one in which test is done on the actual device with a connection to interent through bluetooth to PC or etc and one where testing is completed on the emulator with an internet connection.

Thus, we have to be small in footprint of the library and other resources it might use.

Read: J2MEUnit and MicroLog Server Transport

Topic: [May 3, 2006 13:58 PDT] 7 Links Previous Topic   Next Topic Topic: Are The Good Days Back?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use