|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 16
Messages: 16
Messages: 16
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
JEC 1.0, Java-Exchange Connector, released
JEC 1.0, the "Java Exchange Connector," has been released. JEC, as its name implies, provides pure-Java access to a MS Exchange installation.
The library is very simple, but provides access to Exchange addresses, contacts, emails, and events, which covers most of the functionality you'd want for such a library. There are still some limitations: for example, email attachments are not supported. However, it's still quite a start.
What do you think of this direct approach? JavaMail provides a standard mechanism to access mail repositories, without standard Exchange support, but this library adds support for contacts and events, which can be nice.
[Editor's Note, added after initial publication: this project does not have source code available, and has no clear licensing terms. In addition, the bytecode is obfuscated for much of the library, so it's not possible to validate that the library is "safe." Please be very careful before using this library; perhaps the author will address peoples' concerns.]
|
|
Message #221838
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Open source or commercial?
Is this an open source library or a commercial library? Not sure. The download has no mention of a license, nor does the site as far as I've been able to tell.
|
|
Message #221839
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Open source or commercial?
Is this an open source library or a commercial library? Not sure. The download has no mention of a license, nor does the site as far as I've been able to tell.
Seems very unlikelly that they would go though the trouble of obfuscating an open source library, so my guess is that it is not open source.
|
|
Message #221844
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
How do you know it is safe to use this product?
How do you know it is safe to use this product?
- first release - unknown publisher - dummy URL - no source code available - obfuscated byte code - direct access to your address book (GOLD for spammers)
I do not have a comfortable feeling...
Regards, Rob.
|
|
Message #221848
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Not safe at all
This article should be taken down immediately until such time as it is verified as a real project AND is hosted on a legitimate site (sourceforge, java.net, apache incubator, codehaus, somewhere reliable!!).
|
|
Message #221849
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Not safe at all
This article should be taken down immediately until such time as it is verified as a real project AND is hosted on a legitimate site (sourceforge, java.net, apache incubator, codehaus, somewhere reliable!!). I don't know that it's NOT a "real project." I ran a simple set of analysis over the project and nothing stands out as being "dangerous" - that doesn't mean it's NOT dangerous and one should definitely use care before downloading or using until more data is available.
|
|
Message #221856
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Can this be used with J2ME?
If the author ever puts any contact information on the site or responds to this thread, I'd like to know if the library would work with J2ME?
|
|
Message #221858
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Can this be used with J2ME?
If the author ever puts any contact information on the site or responds to this thread, I'd like to know if the library would work with J2ME? Sadly, not likely. The interfaces use ArrayList, for example. However, this doesn't mean that a future version might not be ported to J2ME, I suppose, especially if the source is made available.
|
|
Message #221865
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Not safe at all
Joseph,
suppose the following scenario: some code in the library reads your address book and posts the email addresses to some URL/IP address. Your analysis would not have discovered this, I guess.
|
|
Message #221871
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Not safe at all
Joseph, suppose the following scenario: some code in the library reads your address book and posts the email addresses to some URL/IP address. Your analysis would not have discovered this, I guess. That's quite possible. I'm not saying that I've verified that it's "safe code." I looked for a string that would look like a URL or an IP address (or an email address) to look for simple violations. I saw only one email address in the text - a sample email address used to validate that contacts could be modified - and no urls, and nothing that looked like a url fragment.
That doesn't mean anything, of course. A smart coder could build a dotted quad out of bytes, and construct the url by concatenating single characters.
I just don't know if it's "unsafe" code just because I don't know that it's "safe" code. Caveat emptor applies.
|
|
Message #221881
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Not safe at all
Information PC Tools Spyware Doctor has prevented you from accessing a site suspected of containing harmful content.
There is no need to be alarmed, as Spyware Doctor has prevented you from accessing this site. No, thanks.
|
|
Message #221901
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Not safe at all
There is no need to be alarmed, as Spyware Doctor has prevented you from accessing this site. Do you *know* that Spyware Doctor is to be trusted ? All doctors I have dealings with have to have qualifications :-)
|
|
Message #221999
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Not safe at all
Hi All, sorry for my delayed response, First regarding the license, we currently not sure how to license it, but I guess that if we'll decide to go commercial, it will be relatively low price (around few hundreds). for now its free.
regarding the safetinace of usage, its not a spy-ware (I know it because I wrote it) but u can check yourself by putting a sniffer and call all api requests, and see that all transportation is legitimate (with the exchange server).
regarding the usage with j2me, well its possible but not directly on the device jvm (since its using external liberties like Apache client and Jakarta slide). but u can use a mediator server, like tomcat run JEC on it and use simple http protocol bet teen the j2me client and the tomcat.
Eli Hasson
|
|
Message #222000
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Can this be used with J2ME?
regarding the usage with j2me, well its possible but not directly on the device jvm (since its using external liberties like Apache client and Jakarta slide). but u can use a mediator server, like tomcat run JEC on it and use simple http protocol bet teen the j2me client and the tomcat.
Eli
|
|
Message #224160
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
new JEC version
Hi All, JEC version 1.03_09 released. the version contain lots bug fixes and some new features, highlights: search capability, improved authentication, redirect support and more. for more information and download please visit: http://www.javaexchangeconnector.com/
Eli
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Roy van Rijn points out a potential flaw in the upcoming Servlets 3.0 specification, and proposes a different approach.
(December 1, Article)
The authors describe the Scalaris system, which provides a comprehensive solution for self managing, scalable data management.
(November 25, Article)
Hazem Saleh follows up his article on GMaps4JSF with an approach to displaying Google maps in a Comet architecture.
(November 11, Article)
Bahar Limaye describes how to intercept JNDI filters so that you can make changes to a system without side effects.
(November 3, Article)
Cameron tells us about important new features such as: Cross-platform support for Java, .Net, and C++ objects; Data grid triggers; and Event transformers.
(October 23, Tech Brief)
Per Otto Bergum Christensen introduces the community to Bdoc, a framework for generating documentation from tests.
(October 20, Article)
Here Hazem Saleh shows an example of how to use it to view the streets of the places you navigate to.
(October 17, Article)
Author Robbie Cheng outlines a programming model that he calls Direct Ajax that addresses some of the deficiencies of the traditional Ajax approach to communications between the client and server.
(October 14, Article)
In this last article of the series, Reza Rahman will talk about standardized global JNDI names for Session Beans and EJB 3.1 Embeddable Containers for Java SE environments.
(October 8, Article)
Randy Kahle and Tom Hicks conclude their four-part series on resource-oriented computing by describing how to utilize a RESTful kernel to design and build software systems.
(October 6, Article)
Paul Rene Jørgensen talks about UseMon, an efficient, open-source, real-time JVM performance monitoring agent.
(October 2, Tech Brief)
In this podcast, John Davies will cover several case studies of extreme transaction processing, low latency and high performance systems and offer insight into what we might expect to see in mainstream in the near future.
(September 29, Podcast)
Learn about Mule, ServiceMix, Synapse, Petal and other OpenESBs in Action from authors Tijs Rademakers and Jos Dirksen - Tech Brief about their new book.
(September 24, Tech Brief)
Josh Long looks at business process management using jBPM and Spring to implement a simple multi-stage operation.
(September 22, Article)
In this podcast, Holly Cummins will introduce a number of tools for identifying and fixing common Java performance problems.
(September 17, Podcast)
In this podcast, TheServerSide.com editor Peter Varhol asks Terracotta CTO Ari Zilka about how the software works and what it can be used for.
(September 15, Podcast)
In this chapter from his book Object-Oriented JavaScript, author Stoyan Stefanov talks about primitive data types in JavaScript as a prelude to discussing more complex concepts.
(September 12, Chapter)
The JavaServer Faces Flex project lets developers unfamiliar with Flex create JavaServer Faces components to link Flex UIs to managed beans in the same manner as JSF.
(September 8, Article)
Joseph Ottinger notes that we have certain preconceived notions as to what an app server is and does, and argues that we should rid ourselves of those notions.
(September 2, Article)
Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|