I'm looking for a good open source CMS solution or frameworks written in Java. More or less the features are comparable to Mambo or Joomla (PHP-based CMS app)....
hi! i think you should know first your requirements or your stakeholder's goals. web frameworks and all other frameworks are just set of design patterns that...
... * infrastructure that Implements the SAMS SPI objects. This goes inside the * MessageSession implementation. */ Context jndiContext = new InitialContext();...
can one send an mms through one of the available SMS protocols? i also have an mms library for creating mms pdus. if anyone is interested it is available in...
Great! Maybe we can work hand in hand to create a complete solution. Syempre open-source din. hehe. Ano license ng MMS library mo? We will be having problems...
The MMS library is a GPL. We can use it as driver if it can seamlessly connects to MM7 which the Patriot will require on the Server-side SPI or fork it since...
Also check out Alfresco: http://www.alfresco.org/ ... -- Brian Tan Seng Yahoo! Messenger ID: btanseng Registered Linux User # 361862 http://counter.li.org...
With the kind permission from the Moderator, I would like to announce 2 opportunities: SOFTWARE ENGINEER/ DEVELOPER * Has 3-5 years of experience in...
Hello, I might be wrong. Maybe you dont need a parser. You can use display tag ( http://displaytag.sourceforge.net/ ) to display your html tables plus it has ...
hi group, anybody here successfully implemented sending SMS thru wtai://<lib>/<method> wap protocol? google's search result couldnt help me :D thanks, jr...
I'm getting a: java.lang.ExceptionInInitializerError javax.crypto.KeyGenerator.getInstance(DashoA6275) ... ..when I try to use a third-party security provider....
Hi Brian, I have a set of html files here given by a client. They don't have any other database only html files. Thus, I was looking for a parser to just...
... If your source data is well-formed (i.e. tags are properly closed and nested), you can always use the SAX or DOM parsers and treat your <table> data as...
I see. You are working with files then. I hope the HTML are well-formed. In that way you can treat them as XML files. Here is a list of HTML parsers that I...
It would also be nice to let us know the JDK you are using and it's version. ... -- Brian Tan Seng Yahoo! Messenger ID: btanseng Registered Linux User # 361862...
... If your HTML source data is well-formed (i.e., it's XHTML) then you don't even really need a parser if you're only going to convert it to CSV. Some XSLT...
... What's your call to getInstance() like? In particular, what parameters (algorithm string, provider name or Provider class) are you passing? Also, the...
Ah. I am sorry for not posting ANY background information. ... re: static initialization -- I read about that, too, but the initialization isn't on my part. ...
... // algorithm is a String, provider is the third-party Provider subclass KeyGenerator keygenerator = KeyGenerator.getInstance(algorithm, provider); ... I...
... The goal is actually the opposite. Don Brown chose "Titanium" to mean "lighter". He's got RoR features in mind. ... Believe it or not, that's pretty much...
I believe you haven't configured your security provider properly yet. It says there in the stacktrace, to wit: "Cannot set up certs for trusted CAs" your...
Most probably hindi well-formed yang mga yan lalo na kung luma. Well, a solution i can suggest is if wala kang ma research na mag we well formed sa kanila,...
Because this is part of a failed technology(WAP), and not directly Java-related. Bluejackers(bluetooth crackers) use it for sending SMS from somebody else's...
Hi, I'm building this application. It's a server-based thing so it's just executed in a terminal. I was wondering how to capture the CTRL-C command or a window...
You can download the free Sun Studio IDEs from this link: http://developers.sun.com/members/promo/freetools/index.html ... -- You can make the world a better...